Skip to main content

Thread: Mounting hard drives Natty Narwhal 11.04


i tried mounting hard drives using code , different reasources. think did incorrectly no clue did (mkdir media ect..).

later went -->systems--> hard drive management , found mount hard drives utility. went find files on hard drive did not appear. 4 other hardrive windows formated ntfs (2 dynamic 1 normal ) why cant see windows files? though in hard drive management area shows mounted , have correct sizing.

please post output of

code:
mount sudo fdisk -l sudo blkid
so can see have mounted (and give /etc/fstab entry). may have remove mount points if device exists elsewhere

fyi, command line way mount device first create directory mount device in

code:
sudo mkdir /media/mymountpoint
then mount device

code:
sudo mount /dev/sda1 /media/mymountpoint
where /dev/sda1 partition want mount, can find out

code:
sudo fdisk -l


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Mounting hard drives Natty Narwhal 11.04


Ubuntu

Comments