I'm running 3.1.10-15 on a dockstar, and always keep the 8GB USB plugged in. I'd like to upgrade to an 16 GB USB stick, but can't find a process that seems to be 100% reliable. I'm familiar with gparted, fdisk, and dd, but since part of my uboot code is in the nand, I'm wondering if I am stuck with the usb stick I installed arch linux arm with?
any writeups or posts I missed with step by steup USB replacement guides?
Here's some details:
$this->bbcode_second_pass_code('', 'blkid ]# blkid
/dev/sda1: UUID="5270d041-863b-45d6-a0fd-ef4a42b2a164" TYPE="ext2"
[root@arch_linux etc]#
')
$this->bbcode_second_pass_code('', 'fdisk -l # fdisk -l
Disk /dev/sda: 8076 MB, 8076132352 bytes, 15773696 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 63 15759764 7879851 83 Linux
[root@arch_linux etc]#
')
$this->bbcode_second_pass_code('', ']# cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
[root@arch_linux etc]#
')
$this->bbcode_second_pass_code('', 'df # df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 7756068 1727904 5634172 24% /
/dev/root 7756068 1727904 5634172 24% /
devtmpfs 61432 0 61432 0% /dev
tmpfs 61520 0 61520 0% /dev/shm
tmpfs 61520 276 61244 1% /run
tmpfs 61520 0 61520 0% /sys/fs/cgroup
tmpfs 61520 0 61520 0% /tmp
[root@')
$this->bbcode_second_pass_code('', 'mtab ]# cat mtab
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,relatime,user_xattr,acl,barrier=1 0 0
devtmpfs /dev devtmpfs rw,relatime,size=61432k,nr_inodes=15358,mode=755 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/bfqio cgroup rw,nosuid,nodev,noexec,relatime,bfqio 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
tmpfs /tmp tmpfs rw 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
smbnetfs /mnt/smbnet fuse.smbnetfs rw,nosuid,nodev,relatime,user_id=99,group_id=99,allow_other 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
[root@')
