I made a persistent LiveUSB drive that I've used for a while now, and I would like to install that LiveUSB environment to the harddrive of a computer.
I've tried simply installing it using the default method (Ubiquity), but it did not install any of the programs / files / settings that are stored on my casper-rw partition.
I want the output of this file to be in a column, not next to each ohter. I tired putting a a newline escape character in a few places, but it breaks the script. It is easy in awk, just ls -ltr | awk '{print $8 }'
casper@casper-laptop:~$ pwd
/home/casper
casper@casper-laptop:~$ ls -ltr > /tmp/outfile
casper@casper-laptop:~$ cat -n /tmp/moreawkreplace
I have created an Ubuntu Live USB using pendrive's Universal USB Installer. I found a link about creating the casper-rw but it's for a Live CD at https://help.ubuntu.com/community/LiveCD/Persistence.
How do I create casper-rw and configure the live USB to recognize the casper-rw for persistence?
USB flashdrive install of a live-linux distribution using a casper-rw filesystem. Both the Windows and Ubuntu installation programs to install a downloaded ISO file to the USB stick use a casper-rw filesystem limited to at most 4Gb. That is too small for the kind of installation (Ubuntu+TeX-live). Is there a way to increase the size of the casper-rw filesystem?
Here I asked How can I save settings when booting an ISO file from hard drive.
After trying different combinations around Sadi's solution, the only thing that has worked for me is to place the ext2 file called casper-rw in a FAT partition (I haven't been able to boot if the file is not in the FAT partition) and the only parameter that I need to add to the menu entry in grub2's menu that already
I accidentally did a 'chmod +x foo' when i meant to do a 'chmod a+r foo'.
-rw-r--r-- 1 casper trad 53 Jul 17 22:41 filegore
-rw-r--r-- 1 casper trad 13 Jul 17 22:41 filelemme
-rw-r--r-- 1 casper trad 24 Jul 17 22:41 nix
-rwxr-xr-- 1 casper trad 82 Jul 17 22:41 foo*
I know there have been plenty of posts about making fedora 17 persistent using liveusb creator.
Hello
I am reasonably new to Ubuntu/Linux in general.
I have a 32gb USB 3.0 stick and have installed Ubuntu 11.10 DVD i386 ISO onto it using Universal-USB-Installer-1.8.9.0.exe
I formatted the stick to FAT32 (as that is what I was told to do) and then set the Casper RW file to 4 gb. I have just learned that that 4 gb is my disk space.
Is there a way of having a bigger Casper RW file?
Is it possible to create a FAT32 Parition in Ubuntu Persistent USB that is Windows-readable?