I am a newbie Linux User
I wrote a Lubuntu image to my 8GB usb drive, and made it bootable, using the dd
command.
After that I wanted to format it or make it umount
but when I plug it to my PC I face this error:
Unable to access "Lubuntu 17.04 amd64"
Error mounting /dev/sdb1 at /media/moji/Lubuntu 17.04 amd64: Command-line `mount -t "iso9660" -o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500"
"/dev/sdb1" "/media/moji/Lubuntu 17.04 amd64"' exited with non-zero exit status 32:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.