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
so can see have mounted (and give /etc/fstab entry). may have remove mount points if device exists elsewherecode:mount sudo fdisk -l sudo blkid
fyi, command line way mount device first create directory mount device in
then mount devicecode:sudo mkdir /media/mymountpoint
where /dev/sda1 partition want mount, can find outcode:sudo mount /dev/sda1 /media/mymountpoint
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
Post a Comment