I have two USB sticks inserted in my USB hub, which goes into the PogoPlug Mobile.
I want to install a image from my 2nd USB stick (swap drive), but my Arch Linux is installed on the 1st USB stick.
Can I do it without fucking the system up, and if so, how?
$this->bbcode_second_pass_code('', '[root@alarm /]# blkid -o list -c /dev/null
device fs_type label mount point UUID
------------------------------------------------------------------------------------------------
/dev/sda1 ext3 /
/dev/sdb1 ext3 rootfs (not mounted)
/dev/sdb2 swap swap (not mounted)
')
$this->bbcode_second_pass_code('', '[root@alarm /]# fdisk -l
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 6293503 3145728 83 Linux
/dev/sdb2 6293504 6817791 262144 82 Linux swap / Solaris
')
