Tuesday, February 7, 2012

mount NTFS

 You can use this mount command to make the partition writeable for all users:
mount -t ntfs-3g   /dev/sdb1   /path_to/mount_point
When you execute the mount, the mount point automagically assumes these properties: user = root, group = root and permissions = drwxrwxrwx. This give write access to everyone.

No comments:

Post a Comment