Hello all,

my system configuration is
kernel 2.6.38.8 with busybox version 1.19.2 build using buildroot on
uclibc 0.9.32

I have usb device attached to the machine sdb1
when I am trying to mount it , it fails with the following error.

mount /etc/sdb1 /mnt/disk
mount: mounting /etc/sdb1 on /mnt/disk failed: No such file or directory

my usb device is formatted in ex2 mode
mount -t ext2 /etc/sdb1 /mnt/disk
mount: mounting /etc/sdb1 on /mnt/disk failed: No such file or directory

here are some of my system prints

busybox
BusyBox v1.19.2 (2012-01-23 09:00:46 IST) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

ls -l /sys/block
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 hda ->
../devices/pci0000:00/0000:00:1f.1/ide0/0.0/block/hda
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop0 ->
../devices/virtual/block/loop0
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop1 ->
../devices/virtual/block/loop1
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop2 ->
../devices/virtual/block/loop2
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop3 ->
../devices/virtual/block/loop3
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop4 ->
../devices/virtual/block/loop4
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop5 ->
../devices/virtual/block/loop5
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop6 ->
../devices/virtual/block/loop6
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 loop7 ->
../devices/virtual/block/loop7
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram0 ->
../devices/virtual/block/ram0
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram1 ->
../devices/virtual/block/ram1
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram10 ->
../devices/virtual/block/ram10
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram11 ->
../devices/virtual/block/ram11
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram12 ->
../devices/virtual/block/ram12
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram13 ->
../devices/virtual/block/ram13
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram14 ->
../devices/virtual/block/ram14
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram15 ->
../devices/virtual/block/ram15
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram2 ->
../devices/virtual/block/ram2
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram3 ->
../devices/virtual/block/ram3
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram4 ->
../devices/virtual/block/ram4
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram5 ->
../devices/virtual/block/ram5
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram6 ->
../devices/virtual/block/ram6
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram7 ->
../devices/virtual/block/ram7
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram8 ->
../devices/virtual/block/ram8
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 ram9 ->
../devices/virtual/block/ram9
lrwxrwxrwx    1 root     root             0 Jan 23 13:05 sda ->
../devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host0/target0:0:0/0:0:0:0/block/sda
lrwxrwxrwx    1 root     root             0 Jan 23 13:11 sdb ->
../devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/host4/target4:0:0/4:0:0:0/block/sdb

lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0001
Bus 003 Device 001: ID 1d6b:0001
Bus 004 Device 001: ID 1d6b:0001
Bus 001 Device 002: ID 05e3:0605
Bus 001 Device 003: ID 196d:0201
Bus 001 Device 004: ID 058f:6387

cat /proc/partitions
major minor  #blocks  name

   3        0   78150744 hda
   3        1   30716248 hda1
   8        0     125440 sda
   8        1          0 sda1
   8       16    1972223 sdb
   8       17    1970546 sdb1

any ideas what is the issue?

Thanks,

Eial.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to