LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fstab question (https://www.linuxquestions.org/questions/linux-newbie-8/fstab-question-305547/)

onironaut 03-24-2005 12:44 PM

fstab question
 
I'm using a HD install of Knoppix. I've installed a new hard drive and in /etc/fstab i've put

Code:

/dev/hdb1 /mnt/hdb1 ext2 auto,exec,rw,users,sync 0 0
when i try to create a folder or save a file to the drive i get access denied.

Any suggestions would be appreciated. :)

{BBI}Nexus{BBI} 03-24-2005 12:52 PM

Re: fstab question
 
Quote:

Code:

/dev/hdb1 /mnt/hdb1 ext2 auto,exec,rw,users,sync 0 0

Try /dev/hdb1 /mnt/hdb1 ext2 auto,exec,rw,users,sync, managed 0 0

Boow 03-24-2005 02:34 PM

if your the only user who needs access just chmod 775 /mnt/whatever or create a group and add your self to that group with rw permissions.

makuyl 03-24-2005 02:49 PM

How does the /mnt/hdb1 dir look like when the partition is unmounted, like this?

markus@mrk-fujibox:/$ ls -la /mnt/hdb6
total 8
drwxr-x--- 2 root users 4096 Apr 28 2004 .
drwxr-xr-x 13 root root 4096 Feb 21 23:39 ..


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