can not able to mount ntfs external hard disk
Hi
Getting the below error when try to mount NTFS external harddisk
Disk /dev/sdb: 1000.2 GB, 1000204885504 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 121602 976761558 7 HPFS/NTFS
sudo mount -t ntfs /dev/sdb1 /media
[root@devtest ~]# sudo mkdir /media/Skliros_Diskos
[root@devtest ~]# sudo mount -t ntfs-3g /dev/sdb1 /media/Skliros_Diskos
mount: unknown filesystem type 'ntfs-3g'
Rgrds,