LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Hard Drive Permissions (https://www.linuxquestions.org/questions/linux-newbie-8/hard-drive-permissions-316054/)

djljjm 04-22-2005 10:23 AM

Hard Drive Permissions
 
I have a drive /dev/sda1 and I want it mounted to /mnt/external. I want this drive to have full permissions for all users. How would I do this in fstab? Thanks

freakyg 04-22-2005 10:59 AM

Code:

/dev/sda1  /mnt/external      ext2        default,owner,users,rw        1    2
an example above ......just change ext2 to whatever FS you use.......ext3, reiserfs, etc.

djljjm 04-22-2005 02:00 PM

No Good
 
Still says no permission for my regular user


All times are GMT -5. The time now is 10:05 AM.