Hi,
I just started to learn Linux and I have a question:
This is my partitions info:
When I want to mount my additional HDD (/dev/sdb) I get this error:
Additional info: my Ubuntu is installed on WMware
I just started to learn Linux and I have a question:
This is my partitions info:
Code:
amin@ubuntu:~$ lsblk -p
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
/dev/sdb 8:16 0 5G 0 disk
/dev/sr0 11:0 1 1024M 0 rom
/dev/sdc 8:32 1 14.5G 0 disk
└─/dev/sdc1 8:33 1 14.5G 0 part /media/amin/PATRIOT
/dev/sda 8:0 0 20G 0 disk
├─/dev/sda2 8:2 0 1K 0 part
├─/dev/sda5 8:5 0 4G 0 part [SWAP]
└─/dev/sda1 8:1 0 16G 0 part /
When I want to mount my additional HDD (/dev/sdb) I get this error:
Code:
amin@ubuntu:~$ sudo mount /dev/sdb Desktop/sda
[sudo] password for amin:
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Additional info: my Ubuntu is installed on WMware