I want to try out Linux Mint. I am on Ubuntu 11.10 now. How can I mount .iso file on USB? And also, will my other files disappear in USB when I mount it? Thank you.
4 Answers
You can also try UNetBootin which should install the .iso and everything up for you.
(Although like the previous answer, your other files will be wiped)
- 74,715
- 368
The simplest way to create a Linux install disk (on USB) is to use the 'Startup Disk Creator" application.
Just click on Dash icon (top left), and type startup (then click on icon).

Note: This will overwrite (and erase) any files already on the USB drive. You should use a spare USB stick of 2GB or 4GB capacity.
- 14,528
- 5
- 38
- 46
MultiSystem enables a LiveUSB to do everything, ideal for exploring different Linux distributions do not install them on your PC, and it seamlessly, Or to install the Linux distribution of your choice on your PC much faster than via a LiveCD with the speed of USB 2.0 ports.
Essential throughout the current range of netbooks that do not have CD.
Ideal for all, anyone doing maintenance, your USB key with you and ready for use in a mobile home your friends in a cafe ...
See the current list of Linux distributions supported by MultiSystem.
Primary interface that allows drag / drop files iso.
Manually add the repository to your sources.list file, then the key, reload your sources, then install the package multisystem.
# # Add the repository of MultiSystem
sudo apt-add-repository "deb http://liveusb.info/multisystem/depot all hands'
# # Add the public key
http://liveusb.info/multisystem/depot/multisystem.asc wget-q-O-| sudo apt-key add -
# # Reload the sources
sudo apt-get update
# # Install MultiSystem
sudo apt-get install multisystem
# After installing multisystem add your $ USER group adm.
sudo usermod-a-G adm "$ SUDO_USER"
- 42,872