I did some searching the forum but didn't find anything that looked like it actually worked.
I have a IDE external USB connected hard drive formated as fat32. I am wanting to use this drive as my backup using Ark. I saw something about changing 'user' to 'users' in the fstab file and did that and then re-booted but nothing changed.
When the drive is mounted I check permissions and the owner can view and modify content. Group can view content and Others can view content. I, the user, am listed as the user and root is listed as the group. In properties the drive is referred to as sdb1.
Is there a way to change the permissions permanently so that I can write to this drive each time it is mounted? (I only plan to mount this drive when I do a backup.)
I don't have a problem using the command line but man pages examples don't seem to address my situation.
Here is my fstab file.
Thanks,
Harold
I have a IDE external USB connected hard drive formated as fat32. I am wanting to use this drive as my backup using Ark. I saw something about changing 'user' to 'users' in the fstab file and did that and then re-booted but nothing changed.
When the drive is mounted I check permissions and the owner can view and modify content. Group can view content and Others can view content. I, the user, am listed as the user and root is listed as the group. In properties the drive is referred to as sdb1.
Is there a way to change the permissions permanently so that I can write to this drive each time it is mounted? (I only plan to mount this drive when I do a backup.)
I don't have a problem using the command line but man pages examples don't seem to address my situation.
Here is my fstab file.
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda14 UUID=76328e0e-c48b-4b08-9bf9-0be3fc3050e7 / ext3 relatime,errors=remount-ro 0 1 # /dev/sda15 UUID=78877541-f4c0-4e61-b8a5-3f94ff8b1215 /home ext3 relatime 0 2 # /dev/sda10 UUID=015e44d3-6974-458c-9a6c-79692aec37f7 none swap sw 0 0 # /dev/sda13 UUID=c42ded5a-c431-4cc1-be5e-5ebeba3ed863 none swap sw 0 0 # /dev/sda6 UUID=a8014bac-a64c-422e-87ec-6431811146e7 none swap sw 0 0 # /dev/sda9 UUID=0286a863-6aac-4ab6-9669-d3c8e106e952 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 users,noauto,exec,utf8 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Thanks,
Harold
Comment