I'm trying to create a Bootable USB with UNetBootin.However, when I click to search for my .iso it only shows Computer and inside that it has a Homeand a root folder.
I really need to know how to get to my downloads folder through these folders because I don't have write permission in these folders.
Where is my download folder?
12 Answers
Your home directory should be at /home/USERNAME/Downloads, where USERNAME is your username. You should be able to navigate there by opening /, then home, then USERNAME and Downloads.
Ofcourse u will find download directory at /home/USERNAME/Downloads/ make sure that you are selecting the right options in UNetBootin.
to run the UNetBootin the right way when it is in Downloads:
cd ~/Downloads/
chmod 777 unetbootin-linux64-661.bin
sudo ./unetbootin-linux64-661.binYou could also use startup disk creator which is also a handy tool to create bootable disk. Most of the linux dist have it preinstalled. Mine was Ubuntu and that works justs fine.