I have tried to install the operating system 12.04,13.04) on an 8G memory stick. It installed ok except when I booted from it, it said it only had 3.5G total and was full. When I tried to reinstall it with the live disc, it said it needed at least 4G to go ahead and that box was ticked. It seems as if it doesn't want to provide any memory not being used as the operating system. How do I ensure that the full memory is available and read/write enabled
-
Did you try as said in this answer? http://askubuntu.com/a/26270/169736 – Braiam Aug 12 '13 at 17:19
-
I generated the Live disc as per your link (which allows you to try Ubuntu before installing) but when I then tried to install it on another USB memory stick it didn't give me access to the whole USB memory – obu-tim Aug 12 '13 at 17:29
-
See http://askubuntu.com/questions/295701/what-would-be-the-differences-between-a-persistent-usb-live-session-and-a-instal/295776#295776 – user68186 Aug 12 '13 at 18:28
2 Answers
The default maximum size for your casper partition (persistence) is 4gb, and you can set this pretty easily if you use a tool like UNetBootin. Just set persistence to the maximum of 4gb. But if you want more storage space, select no persistence. Then you can use a partitioning tool to create a casper partition to use the full 8gb of your flash drive. Here is a good tutorial.
Good luck

- 6,753
- 5
- 26
- 43
Like others have said, it may be that you just set your live usb into persistence mode when you made it. Some usb creators make it hard to see graphically whether or not persistence mode is enabled.
I prefer Linux Live USB creator as far as looks and ease of use goes, it's also really easy to make sure you are/are not in persistence mode when making your live USB. However, UNetBootin is definitely better when it comes to Linux Distro compatibility. I don't know which USB creator you're using, but if your'e making a 13.04 usb I'd recommend Linux Live USB creator.
Linux Live: http://www.linuxliveusb.com/
UNetBootin: http://unetbootin.sourceforge.net/
Be sure when you make your Live usb that you always format it, both of these creators have the option to do that during the process. That should also guarantee that you have the extra free space that you're missing.
I hope this helps, good luck!

- 371
- 1
- 3
- 14