View Single Post
Old 15th August 2011
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

One problem is your trying to mount ntfs as msdos - they are different file systems
Quote:
sudo mount -t msdos /dev/sd0c /usr/usb/externaldrives/
Quote:
$ sudo fdisk sd0
Password:
Disk: sd0 geometry: 30400/255/63 [488378646 4096-byte Sectors]
Offset: 0 Signature: 0xAA55
Starting Ending LBA Info:
#: id C H S - C H S [ start: size ]
-------------------------------------------------------------------------------
0: 07 0 1 1 - 243200 254 63 [ 63: 3907024002 ] NTFS
1: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
2: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
3: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
Man page for ntfs
man mount_ntfs
Reply With Quote