NEVERMIND~
Before I start, I am completely new to Ubuntu and the terminal commands used. I only know a few from what I have tried.
I have been working on trying to install Ubuntu on a 31GB flash drive, which hasn't been working. So far I've been able to boot onto the Ubuntu desktop and run some programs. However, I still need to install Ubuntu onto the flash drive. When I use GPartition, I cannot unmount the partition /dev/sdb1 because it is "busy", even with umount -l /dev/sdb1
. But if I use sudo
, it works fine.
After I split 2GB off of the full flash drive space to be used as "swap space" (using GPartition), I set the first partition with more space to be a ext4 file system with the "/" (which I assume is "/root"), and click "format system files", and set the other partition to be "swap area."
I then set the installation file to the /dev/sdb
file (not /dev/sdb1
or /dev/sdb5
). When I click the install button, an error comes up saying
"Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."