Results 1 to 5 of 5
I have hda5,hda6,hda7 and hda8.I mounted using the command:
sudo mount -t ntfs-3g /dev/hda5 /mnt/windows -o umask=0,nls=utf8
but each time my computer restarts ,I have to mount again.I tried to ...
- 07-25-2007 #1
pls help me to mount NTFS drive
I have hda5,hda6,hda7 and hda8.I mounted using the command:
sudo mount -t ntfs-3g /dev/hda5 /mnt/windows -o umask=0,nls=utf8
but each time my computer restarts ,I have to mount again.I tried to add :
/dev/hda5 /mnt/windows ntfs-3g umask=0,nls=utf8 0 0
It says permission denied.I was on the root but now what kind of permission do I need?
- 07-25-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
hi
add this line to your /etc/fstab file
/dev/hda5 /mnt/windows ntfs-3g umask=0000,user,rw,nls=utf8 0 0
btw add write permission for root on /etc/fstab
- 07-25-2007 #3Execute thisIt says permission denied.I was on the root but now what kind of permission do I need?
Add this code for hda5Code:gksu gedit /etc/fstab
Code:/dev/hda5 /mnt/windows ntfs-3g defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-26-2007 #4
THKS devils_casper
It really worked gently.But there is still another problem.I can't access drives from Computer->drives,everytime I have to go to the mnt folder and access from there.Is there any way to access from Computer,I mean as we access in windows.
- 07-26-2007 #5
In nautilus, just pull your /mnt/Windows folder to the left navigation where "Home" usually is. Then it's always accessible, you can give the folder a HDD icon if you wish :P .


Reply With Quote
