Ran into a problem with file permissions.
When I had to replace a failed HDD and I redid fstab. I copied the entry from the old fstab that the 9.10 Kubuntu installation wrote for a vfat partition. The entry is:
UUID=18ED-2420 /dos/FAT32 vfat utf8,umask=007,gid=46 0 1
I end up with the vfat partition owned by root and group plugdev. No matter what I do I cannot write, create folders or change anything on the disk .Looked up mount and I'm thinking that I should just have the following:
UUID=18ED-2420 /dos/FAT32 vfat utf8,defaults 0 1
so that I can at least do something with the mounted disk.
Does this new entry look right?
When I had to replace a failed HDD and I redid fstab. I copied the entry from the old fstab that the 9.10 Kubuntu installation wrote for a vfat partition. The entry is:
UUID=18ED-2420 /dos/FAT32 vfat utf8,umask=007,gid=46 0 1
I end up with the vfat partition owned by root and group plugdev. No matter what I do I cannot write, create folders or change anything on the disk .Looked up mount and I'm thinking that I should just have the following:
UUID=18ED-2420 /dos/FAT32 vfat utf8,defaults 0 1
so that I can at least do something with the mounted disk.
Does this new entry look right?
Comment