The standard implementation of NTFS for Linux is read-only IIRC. There is
NTFS-3g, which is rw, you can try that.
As for the partition being mounted root-only, read the manual page of mount
(man mount). Look in the section "Mount options for ntfs" for the options
uid=value,gid=value and umask=value.
Also, it might be convenient to study the option "user". IIRC, this is a
standard mount option (that is, not specific to NTFS) that allows any user
(that is, not only root) to mount a given mount point. Look it up in the man
page.
/dev/hda1 on /cdrv type ntfs (rw,uid=0,gid=100)
[EMAIL PROTECTED]:/# chmod a+rx /cdrv
chmod: changing permissions of `/cdrv': Read-only file system
[EMAIL PROTECTED]:/#
And everything is still 400 or 600. Nothing changes.
Any suggestions??
Many TIA!
Dennis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
--
Software is like sex: it is better when it is free.