LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   can i chmod/chown vfat partition (https://www.linuxquestions.org/questions/linux-general-1/can-i-chmod-chown-vfat-partition-135713/)

demmylls 01-17-2004 09:53 AM

can i chmod/chown vfat partition
 
can i chmod/chown vfat partition mounted into redhat9?

will this destroy the fat32 partition and make my win xp dont identify the data on that partition correctly?

is doing chmod/chown adding data a file or folder?

is chmod/chown is limited to ext2 and ext3 partition?

david_ross 01-17-2004 10:06 AM

You will not be able to change ownerships of files on a fat32 partition as it is not supported. Only *nix filesystems have this capability.

demmylls 01-17-2004 10:43 AM

and if i do chmod and chown on fat drive?
will it damage that partition?

david_ross 01-17-2004 10:48 AM

IIRC it says "Opperation not permitted" and exits so it shouldn't damage anything.

scott_R 01-17-2004 06:52 PM

It won't do anything. There's simply no place to put it, so it's discarded. For fat/vfat partitions, your permissions are set by how you mount the drive, so if you want to keep Linux users from modifying the fat drive, you have to set those permissions when you mount. From a windows point of view, there's nothing available to set, so it's open season on any box, provided you have permission to write to the directory.

Thymox 01-17-2004 07:24 PM

If you want to change the owner of the files on a VFAT partition, you will need to edit your /etc/fstab entry for it and add uid=XXX and gid=XXX and put the User ID number and Group ID numbers respectively.

demmylls 01-17-2004 10:07 PM

umask= 0 0 0 is what set in /etc/fstab under my fat32 partition?

how do i set letsay my g:\ that is hda8

in my fstab i used this line here:-

/dev/hda8 /g vfat auto,umask=0 0 0

is this the correct line to set so that all users can read/write and execute that partition?

if so why i still cant delete some of the files in my g:\ under redhat9?

most of the time i wanted to decompresss, tar.gz files using ark (a file compressor gui interface) it reported permission not allowed?

i use kde 3.1 and wanted to extract a tar.gz in my mounted vfat partition by using right click the selected compressed files and select extract to and i reported i cant do so because of no permission.

how to i set into fstab so that each and every users will get full access to my fat32 partition (read,write and execute)?


All times are GMT -5. The time now is 11:49 AM.