Results 11 to 12 of 12
mount -t ntfs-3g [-o <option>]* <volume> <mountpoint>
example:
# mount read-only - assumes /mnt/c_drive mount point exists.
mount -t ntfs-3g -o ro /dev/sda1 /mnt/c_drive
# mount read+write
mount -t ntfs-3g ...
- 11-06-2009 #11Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,485
mount -t ntfs-3g [-o <option>]* <volume> <mountpoint>
example:
# mount read-only - assumes /mnt/c_drive mount point exists.
mount -t ntfs-3g -o ro /dev/sda1 /mnt/c_drive
# mount read+write
mount -t ntfs-3g /dev/sda1 /mnt/c_driveSometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 12-08-2009 #12Just Joined!
- Join Date
- Oct 2009
- Posts
- 17
Finaly it worked below command
mount -t ntfs-3g /dev/hda1 /mnt/sda1/ -o force
thanks for the advice



