Legithrandil
04-12-2004, 12:08 PM
i just set up slack 9 on my cousin's computer. i resized his ntfs partition in order to make enough room for the install. the problem is, i can't get user access to the ntfs partition with all of his files on it. i can access it from root without a problem, but normal user cannot. here is /etc/fstab:
/dev/hda6 swap swap defaults 0 0
/dev/hda5 / ext3 defaults 1 1
/dev/hda7 /usr ext3 defaults 1 2
/dev/hda8 /home ext3 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,user,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,user,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
/dev/hda1 /mnt/hd ntfs noauto,defaults,user 1 1
is something here the problem, or did i set the permissions wrong elsewhere?
/dev/hda6 swap swap defaults 0 0
/dev/hda5 / ext3 defaults 1 1
/dev/hda7 /usr ext3 defaults 1 2
/dev/hda8 /home ext3 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,user,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,user,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
/dev/hda1 /mnt/hd ntfs noauto,defaults,user 1 1
is something here the problem, or did i set the permissions wrong elsewhere?