Mounting NTFS Drive
Posted: 25. May 2010, 02:34
I've taken what i could out of similar post about 2nd NTFS drive and here's what i got.
fdisk -l
Disk /dev/sda: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x713979fd
Device Boot Start End Blocks Id System
/dev/sda1 * 1 765 6144831 83 Linux
/dev/sda2 766 893 1028160 82 Linux swap
/dev/sda3 894 4462 28667992+ 83 Linux
Disk /dev/sdc: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x71397a00
Device Boot Start End Blocks Id System
/dev/sdc1 1 4462 35840983+ 42 SFS
This is What i've done so far
1. # sudo mkdir /media/Data
2. # mount /dev/sdc1 /media/Data
3.Added to FSTAB file # UUID=EC701F47701F17C2 /media/Data ntfs-3g users,rw,utf8,shortname=mixed umask=0 0 0
I cant see Data drive in File Manager but if i open file from a program like GIMP or Exaile i can see it and when i select it i get Error message's that states the following>
{mntent}:warning:no final newline at end of /etc/fstab
{mntent}:line 9 in /etc/fstab is bad
mount:can't find /media/Data in /etc/fstab or /etc/mtab
Any ideals what my FSTAB file line should be?
fdisk -l
Disk /dev/sda: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x713979fd
Device Boot Start End Blocks Id System
/dev/sda1 * 1 765 6144831 83 Linux
/dev/sda2 766 893 1028160 82 Linux swap
/dev/sda3 894 4462 28667992+ 83 Linux
Disk /dev/sdc: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x71397a00
Device Boot Start End Blocks Id System
/dev/sdc1 1 4462 35840983+ 42 SFS
This is What i've done so far
1. # sudo mkdir /media/Data
2. # mount /dev/sdc1 /media/Data
3.Added to FSTAB file # UUID=EC701F47701F17C2 /media/Data ntfs-3g users,rw,utf8,shortname=mixed umask=0 0 0
I cant see Data drive in File Manager but if i open file from a program like GIMP or Exaile i can see it and when i select it i get Error message's that states the following>
{mntent}:warning:no final newline at end of /etc/fstab
{mntent}:line 9 in /etc/fstab is bad
mount:can't find /media/Data in /etc/fstab or /etc/mtab
Any ideals what my FSTAB file line should be?