Friday, August 21, 2009

Forcing an NTFS mount in Ubuntu

Command line:
sudo mount -t ntfs-3g /dev/sda2 /media/disk -o force
To do the same thing in /etc/fstab:
/dev/sda2 /media/disk ntfs-3g force 0 0

No comments:

Post a Comment