need help during mounting the NTFS partion

General discussion about PLUC and Linux in Pakistan.
Post Reply
ammarnaeembutt
Cadet
Posts: 13
Joined: Sat Jan 29, 2005 2:18 am
Location: lahore gulberg
Contact:

need help during mounting the NTFS partion

Post by ammarnaeembutt »

i download and mount every thing correctly,
but the problem in permission,
when i tried to make any folder in mounted NTFS then it says u dont have write permission
i m using the comand
mount /dev/hda1/ /media/c_driver/ -t ntfs -r -o umask=0222
and in fstab
/dev/hda1 /media/c_drive ntfs ro,defaults,umask=0222 0 0


how can i made it r ( read , write and executable)
please email me
ammarnaeembutt@yahoo.com
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear ammarnaeembutt,
Salam,

You need to add Read/Write Permission on your NFS Server !!

Edit your /etc/exports and use no_root_squash

Code: Select all

/data/foxwood 192.168.100.0/24(rw,no_root_squash)
FYI, http://www.troubleshooters.com/linux/nfs.htm

Best Regards.
Farrukh Ahmed
nasacis
Battalion Havaldaar Major
Posts: 269
Joined: Sat Dec 13, 2003 3:58 pm
Location: Faisalabad
Contact:

Post by nasacis »

Farrukh, he is trying to mount NTFS partition , I think u did not thoroughly read the message

regards
Nafees Ahmed
Cell: +92.300.8653568
UAN: 041-111432432
Nexlinx Faisalabad
www.nexlinx.net.pk
nafees29@gmail.com
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear nasacis,
Salam,
nasacis wrote:Farrukh, he is trying to mount NTFS partition , I think u did not thoroughly read the message
Read My Reply Again :)

Best Regards.
Farrukh Ahmed
Anjum Butt
Company Havaldaar Major
Posts: 165
Joined: Mon Jun 09, 2003 9:02 am
Location: Karachi

Re: need help during mounting the NTFS partion

Post by Anjum Butt »

ammarnaeembutt wrote: when i tried to make any folder in mounted NTFS then it says u dont have write permission
i m using the comand
mount /dev/hda1/ /media/c_driver/ -t ntfs -r -o umask=0222
and in fstab
/dev/hda1 /media/c_drive ntfs ro,defaults,umask=0222 0 0
actually, the problem is that NTFS driver for linux is not complete.
so far, it can only read from NTFS partitions.
Writing is possible only to a file that exists on an NTFS partition used by
Windows NT4.
It can't create new files.
More will follow :)

Anjum Butt
Registered Linux User #314299
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear nasacis,
Salam,

Oppss Really Sorry i did not read that properly :(

Best Regards.
Farrukh Ahmed
Post Reply