Difference between revisions of "Talk:Sugar on a Stick/Resources"
(Created page with 'The "Other variations.1" installation method failed here with "Blueberry" (0.86.3). Adding "--format --reset-mbr" and using the entire USB device (like in /dev/sdc) creates a bo…') |
|||
Line 7: | Line 7: | ||
df output: | df output: | ||
+ | <tt> | ||
/dev/mapper/live-rw 2064208 1610716 432528 79% / | /dev/mapper/live-rw 2064208 1610716 432528 79% / | ||
tmpfs 1678008 0 1678008 0% /dev/shm | tmpfs 1678008 0 1678008 0% /dev/shm | ||
Line 15: | Line 16: | ||
/tmp 1678008 8 1678000 1% /tmp | /tmp 1678008 8 1678000 1% /tmp | ||
vartmp 1678008 0 1678008 0% /var/tmp | vartmp 1678008 0 1678008 0% /var/tmp | ||
+ | |||
+ | </tt> | ||
My USB stick is /dev/sdc | My USB stick is /dev/sdc | ||
− | + | <tt> | |
+ | root@localhost~# ls -l /mnt/live | ||
+ | |||
total 8 | total 8 | ||
drwxr-xr-x 2 root root 4096 2010-02-23 11:02 LiveOS | drwxr-xr-x 2 root root 4096 2010-02-23 11:02 LiveOS | ||
drwxr-xr-x 2 root root 4096 2010-02-23 16:04 syslinux | drwxr-xr-x 2 root root 4096 2010-02-23 16:04 syslinux | ||
− | + | ||
+ | root@localhost~# ls -l /mnt/live/LiveOS/ | ||
+ | |||
total 1059472 | total 1059472 | ||
-rwxr-xr-x 1 root root 167772160 2010-02-23 16:04 home.img | -rwxr-xr-x 1 root root 167772160 2010-02-23 16:04 home.img | ||
Line 28: | Line 35: | ||
-rwxr-xr-x 1 root root 314572800 2010-02-23 11:02 overlay-LIVE-1C10-230B | -rwxr-xr-x 1 root root 314572800 2010-02-23 11:02 overlay-LIVE-1C10-230B | ||
-rwxr-xr-x 1 root root 602546176 2010-02-23 11:01 squashfs.img | -rwxr-xr-x 1 root root 602546176 2010-02-23 11:01 squashfs.img | ||
− | + | </tt> | |
I'm not so sure that this is, what I want. I'd prefer a native Linux file system and not FAT32. | I'm not so sure that this is, what I want. I'd prefer a native Linux file system and not FAT32. | ||
The sugar desktop does not start. I guess, because it's home directory /home/liveuser does not exist. | The sugar desktop does not start. I guess, because it's home directory /home/liveuser does not exist. |
Latest revision as of 16:45, 23 February 2010
The "Other variations.1" installation method failed here with "Blueberry" (0.86.3).
Adding "--format --reset-mbr" and using the entire USB device (like in /dev/sdc) creates a bootable image with a FAT32 file system.
The script is in the directory /media/soas-2-blueberry/LiveOS
df output:
/dev/mapper/live-rw 2064208 1610716 432528 79% / tmpfs 1678008 0 1678008 0% /dev/shm /tmp 1678008 8 1678000 1% /tmp /dev/sdc1 3901420 1073456 2827964 28% /mnt/live /dev/loop5 158667 5671 144804 4% /home varcacheyum 1678008 0 1678008 0% /var/cache/yum /tmp 1678008 8 1678000 1% /tmp vartmp 1678008 0 1678008 0% /var/tmp
My USB stick is /dev/sdc
root@localhost~# ls -l /mnt/live
total 8 drwxr-xr-x 2 root root 4096 2010-02-23 11:02 LiveOS drwxr-xr-x 2 root root 4096 2010-02-23 16:04 syslinux
root@localhost~# ls -l /mnt/live/LiveOS/
total 1059472 -rwxr-xr-x 1 root root 167772160 2010-02-23 16:04 home.img -rwxr-xr-x 1 root root 8192 2010-02-23 11:01 osmin.img -rwxr-xr-x 1 root root 314572800 2010-02-23 11:02 overlay-LIVE-1C10-230B -rwxr-xr-x 1 root root 602546176 2010-02-23 11:01 squashfs.img
I'm not so sure that this is, what I want. I'd prefer a native Linux file system and not FAT32.
The sugar desktop does not start. I guess, because it's home directory /home/liveuser does not exist.