I am running Ubuntu 15.10 in VMware Workstation. HOST OS -WINDOWS 10
Now my hard disk is full and i attached a new vmdk hard disk and rebooted the system but while trying to mount it using sudo /dev/sdb1 /data
it's giving following error
mount: wrong fs type, bad option, bad superblock on /dev/sdb
How to properly mount hard vmdk disk?
sudo /dev/sdb /data
, its giving the same error – Karamzov Jun 03 '18 at 06:34