This is what I used to mount ntfs using ntfs-3g
Code:
#ntfs-3g /dev/sda6 /mnt/cdrom
and this is the content of mount command when i executed it
Code:
#mount
/dev/sda8 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev type ramfs (rw)
none on /proc/bus/usb type usbfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/sda1 on /mnt/windows type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
/dev/sda6 on /mnt/cdrom type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
this the output of fdisk -l
Code:
#fdisk -l /dev/sda
Disk /dev/sda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x340b340a
Device Boot Start End Blocks Id System
/dev/sda1 1 1275 10241406 7 HPFS/NTFS
/dev/sda2 * 1276 1299 192780 83 Linux
/dev/sda3 1300 8176 55239502+ f W95 Ext'd (LBA)
/dev/sda5 1300 2829 12289693+ 83 Linux
/dev/sda6 2830 5379 20482843+ 7 HPFS/NTFS
/dev/sda7 5380 7203 14651248+ 83 Linux
/dev/sda8 7204 8176 7815591 83 Linux