ubuntu server problems
Posted: Tue Nov 29, 2011 5:22 pm
I need help please,
I need to get access to my external hard drive via terminal in Linux (Ubuntu 11.11 server edition).
So far i have done the following:
Sudo fdisk -l
which has displayed my two harddrives, as so:
Disk /dev/sda: 640.1GB blah blah
Disk /dev/sdf: 250.1GB blah blah
I want to mount the second one (the 250GB) one to /media/external so that then i can access the contents (Eventually i will need to run an application directly off there) but for me it doesnt seem to recognise /dev/sdf when i do:
sudo mount -t ntfs-3g /dev/sdf /media/external
it says: NTFS signature is missing.
Failed to mount '/dev/sdf' doesn't seem to have a valid ntfs (the system for /dev/sdf1 is hpfs/ntfs/exFAT)
So i tried with fat as well, with this:
sudo mount -t vfat /dev/sdf /media/external but to no avail also.
Finally, i also tried with /sdf1 and that resulted i nteh same thing:
[ 1919.774043] FAT-fs (sdf) : invalid media value (0x00)
mount: wrong fs type, bad option, bad superblock on /dev/sdf, missing codepage or helper program or other error.
Any ideas? please?
I need to get access to my external hard drive via terminal in Linux (Ubuntu 11.11 server edition).
So far i have done the following:
Sudo fdisk -l
which has displayed my two harddrives, as so:
Disk /dev/sda: 640.1GB blah blah
Disk /dev/sdf: 250.1GB blah blah
I want to mount the second one (the 250GB) one to /media/external so that then i can access the contents (Eventually i will need to run an application directly off there) but for me it doesnt seem to recognise /dev/sdf when i do:
sudo mount -t ntfs-3g /dev/sdf /media/external
it says: NTFS signature is missing.
Failed to mount '/dev/sdf' doesn't seem to have a valid ntfs (the system for /dev/sdf1 is hpfs/ntfs/exFAT)
So i tried with fat as well, with this:
sudo mount -t vfat /dev/sdf /media/external but to no avail also.
Finally, i also tried with /sdf1 and that resulted i nteh same thing:
[ 1919.774043] FAT-fs (sdf) : invalid media value (0x00)
mount: wrong fs type, bad option, bad superblock on /dev/sdf, missing codepage or helper program or other error.
Any ideas? please?