Saturday, 1 June 2013

cannot mount usb

cannot mount usb

I have a compiled arch kernel. As there are some files in the /root, the user has enabled usb mounting. as dmesg shows it identifies two usbs. one is plugged to keyboard.
I tried these commands, but they mounted folder is not my usb:
mount -t auto /dev/sdb2 /mnt/media
mount -t auto /dev/sda2 /mnt/media
in /dev I cannot see anything except
sda
sda1
sda2
sdb
sdb1
sdb2
what should I do to get my usb mounted?
update: I am trying to mount the device on sdb1 and sdaxx, but it only mounts /root filesystem into /mnt/media. I also changed the format type of usb to ext4 as this is the only filesystem module loaded into the kernel.
still not result.

No comments:

Post a Comment