0

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.
Zanna
  • 70,465
Moji
  • 15
  • Did the USB drive work as a USB boot drive with Lubuntu? 2. Do you want to use the USB drive for another purpose now? You can use mkusb to manage USB drives (and do several tasks). See more details at this link, https://askubuntu.com/questions/962727/startup-disk-creator-in-lubuntu-16-04-making-usb-read-only-no-persistent-storag/962754#962754
  • – sudodus Oct 15 '17 at 14:42