Results 1 to 8 of 8
i cant access mounted partitions (hda1,hdc1) from normal users.. only from root...
how i fix this?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-19-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 6
cant access mounted partitions (hda1,hdc1) from normal users
i cant access mounted partitions (hda1,hdc1) from normal users.. only from root...
how i fix this?
- 03-19-2005 #2
Firstly mount the drive with the mount commadn as root e.g.
and then give everyone permissions as root withCode:mount /dev/hda1 /mnt/hda1
now everyone will have access to hda1Code:chmod 777 /mnt/hda1

dulunio
- 03-20-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 6
didnt work ....
- 03-20-2005 #4
what does your /etc/fstab look like?
dylunio
- 03-20-2005 #5Just Joined!
- Join Date
- Mar 2005
- Posts
- 6
/dev/hda2 / ext2 defaults 1 1
/dev/hda1 /fat-c ntfs ro 1 0
/dev/hdc1 /slave ntfs users 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
but ... i changed /dev/hdc1 to /mnt/slave and /dev/hda1 to /mnt/windows
and didnt change in that file... anyways i cant access from a normal user..
- 03-20-2005 #6
What happens when it look like
/dev/hda2 / ext2 defaults 1 1
/dev/hda1 /mnt/windows ntfs ro,users,user 1 0
/dev/hdc1 /mnt/slave ntfs ro,users,user 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
dylunio
- 03-20-2005 #7Just Joined!
- Join Date
- Mar 2005
- Posts
- 6
i have to edit the file like that?
- 03-20-2005 #8Yeah, see how it goes when it looks like the above.
Originally Posted by tr
dylunio


Reply With Quote
