I still have not been able to access the files on my NTFS external drive.
caz@dcerouter:~$ sudo fdisk -l
[sudo] password for caz:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0005212f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 120845 970687431 83 Linux
/dev/sda2 120846 121601 6072570 5 Extended
/dev/sda5 120846 121601 6072538+ 82 Linux swap / Solaris
Disk /dev/sdb: 1000.2 GB, 1000204795904 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xafc034f9
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 121601 976760000+ 7 HPFS/NTFS
I guess that sdb is the NTFS external drive.
Nothing appears in LMCE when I attatche the drive. When I go to KDE desktop, I can see the drive "Samsung" listed in the file manager, it asks me for a password, I enter the one I use for Kubuntu and then nothing, the drive is no loger highlighted, if i click it again, it justs deselects it again and I get nothing.
caz@dcerouter:~$ sudo mount -t ntfs-3g /dev/sdb /mnt/windows
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/sda1/ -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 sda1 ntfs-3g defaults,force 0 0
Any ideas what's wrong?