Results 1 to 3 of 3
Hello,
I am having permission problems mounting my windows-controlled ntfs hard drive (hda) in Ubuntu (which is on a second harddrive.) I did
Code:
mkdir /mnt/win
mount -t ntfs /dev/hda1 ...
- 08-28-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
WIndows mount problem
Hello,
I am having permission problems mounting my windows-controlled ntfs hard drive (hda) in Ubuntu (which is on a second harddrive.) I did
I can view the mount as root but not as non-root (I get "Permission Denied") even though I have user in /etc/fstab:Code:mkdir /mnt/win mount -t ntfs /dev/hda1 /mnt/win
The results of the mount command yieldsCode:/dev/hda1 /mnt/win ntfs ro,user,auto,exec 0 0
What can I do to make this viewable in non-root?Code:/dev/hda1 on /mnt/win type ntfs (ro,noexec,nosuid,nodev)
Thanks!
- 08-28-2005 #2
Try the following.
Code:/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
Dell Precision T7400 Workstation
Dual 3.33Ghz Xeon "Harpertown" Core
16GB PC5300 DDR2 ECC CL5
BFG GeForce GTX 285 OC 2GB
X-Fi Platinum
HP w2408 24" Monitor
Dual Boot:openSUSE 11.2/Win 7 Ultimate
- 08-28-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
That did it.
Thanks again!


Reply With Quote
