Score:1

USB formats but no permissions

cn flag

I format my USB. The USB works fine on a windows machine. I formated it on Ubuntu using "disks". I format to FAT. Once formated i mount the usb. The USB shows in files. I open the usb in files so that I can copy paste some documents to the usb. The documents files cannot be paste to the usb. I check permission of the usb and it says the the owner is root and I have no access to the USB. What am I doing worng? How can I format the USB so that I can copy paste save delete files to the usb and from the usb?

sudodus avatar
jp flag
[This link](https://askubuntu.com/questions/11840/how-do-i-use-chmod-on-an-ntfs-or-fat32-partition/956072#956072) might help you mount the partition on the USB drive. -- If still problems, it might be dirty because you run Windows with Fast Startup (and you need to fix that, easiest in Windows).
Score:1
au flag
j0h

The FAT (File Allocation Table) file system was originally developed by Microsoft for MS-DOS and Windows operating systems. It is a simple and lightweight file system that lacks some of the advanced features found in more modern file systems like NTFS or ext4.

One of the features that FAT does not support is file permissions. File permissions are a crucial aspect of Unix-like systems (including Linux) that control access to files and directories. They specify who can read, write, or execute files, and determine whether certain actions are allowed or restricted based on the user's permissions.

The absence of file permissions in the FAT file system is due to its design goals and historical context. When FAT was created, MS-DOS and Windows were primarily single-user operating systems, where security and user isolation were not significant concerns. As such, file permissions were not implemented in the FAT file system to keep it simple and efficient.

In contrast, Unix-like systems, including Linux, were designed as multi-user systems from the beginning, with a strong emphasis on security and permission control. Consequently, file systems like ext4, which is commonly used in Linux, include robust file permission features to ensure data security and user privacy.

It's worth noting that if you use a USB drive or an external storage device formatted with the FAT file system and connect it to a Linux system, the Linux kernel implements a default set of permissions when mounting the file system. These permissions are applied uniformly to all files and directories on the FAT file system and can be modified through mount options, such as umask, to control access permissions for the mounted drive. However, these permissions are not inherent to the FAT file system itself but rather imposed by the operating system handling the mount.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.