change permissions in NTFS volumes

I’m trying to make my NTFS volumes writable by the chmod command.

Code:

sudo chmod -R 777 /media/songs

But this doesn’t seem to work. The owner is root, but isn’t the above
command supposed to work? Please help.


melrockz

melrockz’s Profile: http://forums.opensuse.org/member.php?userid=16136
View this thread: http://forums.opensuse.org/showthread.php?t=400790

IIRC you should set write permissions in your fstab, and not by directly
chmodding them. Anyway, I may be wrong - the thing to make sure is, you
have to have the ntfs-3g driver, the plain-vanilla ntfs driver is for
read-only access.


http://stopsoftwarepatents.eu/
Even if free software were crap, it should still get our preference
over the non-free crap secreted by IT corporations.
-A free rephrasing of RMS-

JosipBroz’s Profile: http://forums.opensuse.org/member.php?userid=4188
View this thread: http://forums.opensuse.org/showthread.php?t=400790

Expanding on the good advice of JosipBroz, reading material:
‘HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE
10, 11’ (http://www.swerdna.net.au/linhowtontfs.html)


‘Come visit sometime’
(http://www.swerdna.net.au/linux.html)

swerdna’s Profile: http://forums.opensuse.org/member.php?userid=84
View this thread: http://forums.opensuse.org/showthread.php?t=400790