So after a full system upgrade on my dockstar, I can not access any of the usb drives. Even the usb drive the OS is on. I can ssh and boot in ok but I get errors when attempting to mount. Inside the /dev area there is no sda,sdb, etc.
I ran mount and get this:
$this->bbcode_second_pass_code('', '/dev/sda1 on /.aufs/rw type ext2 (rw,relatime,errors=continue)
ubi:modules on /.aufs/modules type ubifs (ro,noatime)
aufs on / type aufs (rw,noatime,nodiratime,si=be2cf04a)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
')
then I ran cat /proc/partitions and get this:
$this->bbcode_second_pass_code('', 'major minor #blocks name
31 0 1024 mtdblock0
31 1 4096 mtdblock1
31 2 32768 mtdblock2
31 3 224256 mtdblock3
8 0 2000712 sda
8 1 1999841 sda1
8 16 1953514584 sdb
8 17 1953513472 sdb1
8 32 976762584 sdc
8 33 976760001 sdc1
')
The only things in /dev are:
$this->bbcode_second_pass_code('', '[root@Arch Linux ARM install dev]# ls
char fd kmsg null pts stderr stdout urandom
console initctl log ptmx shm stdin tty1 zero
')
Any help is much appreciated. I searched the forum but all the answers I tried did not work.
Thanks in advance