Hallo,
ich bin am Verzweifeln ich versuche bei meiner 7141 mit usbroot nachträglich eine weitere Partition (fat32, erstellt mit gParted) zu mounten das klappt aber nicht.
Folgende Infos hätte ich noch dazu:
Hat da jemand eine Idee?
ich bin am Verzweifeln ich versuche bei meiner 7141 mit usbroot nachträglich eine weitere Partition (fat32, erstellt mit gParted) zu mounten das klappt aber nicht.
Folgende Infos hätte ich noch dazu:
Code:
cat /proc/partitions
31 0 8192 mtdblock0
31 1 6945 mtdblock1
31 2 7616 mtdblock2
31 3 64 mtdblock3
31 4 256 mtdblock4
31 5 256 mtdblock5
31 6 512 mtdblock6
31 7 7104 mtdblock7
8 0 2002943 sda
8 1 522081 sda1
8 2 1477980 sda2
Code:
/var/mod/root # lsmod
Module Size Used by Tainted: P
vfat 11392 0
fat 49072 1 vfat
userman 33328 2
kdsldmod 878560 7 userman
capi_codec 143040 0
isdn_fbox_fon4 899840 1 capi_codec
ubik2 85440 2 capi_codec,isdn_fbox_fon4
tiatm 112544 1 ubik2
jffs2 108800 1
sd_mod 15024 2
usb_storage 33296 1
scsi_mod 92560 2 sd_mod,usb_storage
ext2 59392 1
mbcache 8080 1 ext2
usbahcicore 26064 0
usbcore 113328 3 usb_storage,usbahcicore
Piglet 10656 0
Code:
/var/mod/root # fstyp /dev/sda2
vfat
Code:
/var/mod/root # lsmod
Module Size Used by Tainted: P
vfat 11392 0
fat 49072 1 vfat
userman 33328 2
kdsldmod 878560 7 userman
capi_codec 143040 0
isdn_fbox_fon4 899840 1 capi_codec
ubik2 85440 2 capi_codec,isdn_fbox_fon4
tiatm 112544 1 ubik2
jffs2 108800 1
sd_mod 15024 2
usb_storage 33296 1
scsi_mod 92560 2 sd_mod,usb_storage
ext2 59392 1
mbcache 8080 1 ext2
usbahcicore 26064 0
usbcore 113328 3 usb_storage,usbahcicore
Piglet 10656 0
Code:
/var/mod/root # mount -t vfat /dev/sda2 /var/media/ftp/uStor02/
mount: mounting /dev/sda2 on /var/media/ftp/uStor02/ failed: Invalid argument
Hat da jemand eine Idee?