Tag Archives: unetbootin

How to manually mount USB drives on Ubuntu

The first time I had this kind of problem was when I was trying to create a bootable USB drive and a pop-up windows appeared informing me that “you must first mount USB drive /dev/sdc1 to a mount-point. Most distributions will do this automatically after you remove and reinsert the USB drive”. I had never had this matter on Linux because, normally, all the USB drives are immediately recognized and mounted but there is always a first time….

After some googling I discovered that a specific program dconf-editor could help me to check the Linux settings and to consequentlyresolve the situation.

First of all you need to install dconf-editor on your Linux so you have to open a Terminal and type:

sudo apt-get install dconf-tools

After the installation you launch dconf-editor (for MATE environment it’s into the System Tool menu) and navigate it to media-handling:

org –> gnome –> desktop –> media-handling

Now you have to be sure that commands automount and automount-open are both flagged.

If you discover that they are already flagged, its necessary to manually create a mount point using the Terminal.

Open a Terminal and type:

df -H

to see the mounted disks. If you are not able to find the USB drive that you want to mount then type:

sudo fdisk -l

and you’ll see all disks (mounted/unmounted).

Now you are able to know the right drive identity (e.g. sdb1, sdc1, sdd1) that your OS assigned to that specific drive. Memorize it and start to create the mount point:

sudo mkdir /media/newusb

where “newusb” is the mount point name you want to assign to your USB drive.

Then type:

sudo mount /dev/sdb1 /media/newusb

where “sdb1” is the drive identity we found before and “newusb” the mount-point name you choose.

That’s it, now your USB drive has a mounting point and you can use it (in my case I was able to create a bootable USB drive usiing Unetbootin)

You can find some extra useful tips about mounting USB drives at the Ubuntu community.  AddThis

How to install Easy Peasy (in dual boot mode) on a SDHC card (eee pc 900)

This week in our Linux Page (in Spanish) , we added a brief "manual" about installing Easy Peasy as secondary OS, on an eee pc 900. Before, we tried the installation of eeebuntu but the installation failed because the Install feature is not able to recognize the SDHC card. First of all you have to create a live USB with Easy Peasy using Unetbootin . Then you have to change the bootup BIOS on your PC. In this way, eee pc will boot up Easy Peasy directly. Once running, Easy Peasy will automatically run the "Install it" feature. Easy Peasy was the only OS which was able to read the SDHC and to offer the opportunity to install it directly on the card. You will need about 30-40 minutes to complete the installation. After that it is better to restart the system. Then, we suggest to update Easy Peasy using "Update Manager"; in fact you will discover more than 140 updates ready to be installed. Unfortunately, after updating the OS our Easy Peasy does not recognize the camera and we hope to be able to add some more information about possible solutions during the next days. Last but not least, we also suggest to deselect Ubiquity from the boot up using Preferences – Sessions – Startup Programs and you will not be annoyed by the Install feature each time you boot up your eee pc. Enjoy! AddThis mp3 link

Unetbootin: a revolutionary multiplatform (Linux and Windows) software to create bootable Linux USB OS (and not only…)

This week, in our Linux Page (in Spanish), we have described UNetbootin: a powerful software which allows you to install many different Linux OS (Ubuntu, Fedora, openSUSE, CentOS, Debian, ArchLinux and many others) on a bootable USB key. The use of UNetbootin is really simple and after a couple of tests everyone is able to create his/her own portable OS on USB. Moreover can be used to easily install a new Linux OS directly on the local hard disk. In fact, this software properly manages Linux and Windows bootloader without causing side effects. I personally recommend UNetbootin to all the people who always desires testing the last OS versions and do not want to install them directly on their PC. Last but not least,  UNetbootin is available in the followiing languages: English, Spanish, Russian, Portuguese and Hungarian. Easy, useful tool! AddThis mp3 link