I am having difficulties with mounting an external 750 GB HDD on my toshiba satellite laptop. I am currently running Ubuntu OS, 14.04, 64-bit. Since I bought an SSD, I was thinking of using my old HDD as an external disk for backup. The first time I mounted the old HDD, everything ran just fine. The second time, the following problem occurred:
Every time I try to mount my backup, only a 255MB file system partition mounts, while 750GB storage remains invisible and I just can't figure out why that happens. I checked on google for some solutions like How to mount an external HDD?, but it didn't help. Then I checked whether my old HDD somehow got broken by placing it back in my laptop. But it turned out it was as good as new. Any ideas?
mkdir /media/drive; mount /dev/sdb4 /media/drive
(replace /dev/sdb4 with the partition's correct path) – Daniel Oct 15 '15 at 18:47sudo lsblk -f
will do. – David Foerster Oct 15 '15 at 23:22