
Originally Posted by
sm0k3r
Yes sorry, openSUSE 11.0
In openSUSE 10.3 or 11.0 you execute a one-time setup command to create a link that replaces the normal driver for automounting ntfs (restricted permissions) with the ntfs-3g driver for automounting ntfs (world-writable). Thereafter when you plug in a usb drive with ntfs filesystem it will automount as world writeable with permissions drwxrwxrwx.
The one-time command is to open a terminal and enter this:
Code:
sudo ln -s /sbin/mount.ntfs-3g /sbin/mount.ntfs
That might help.
Swerdna