Hi Rob!
How did you get the USB-Drive formatted ext3? I've been trying to get that done for hours.
I can add a partition with fdisk, I can format the system with ext3, but as soon as it gets to mount the drive, I get a failure.
Even stranger, when I plug the USB Drive to my Windows System, it tells me its a FAT32 Filesystem.
Any idea?
root@OpenWrt:~# fdisk -l
Disk /dev/scsi/host0/bus0/target0/lun0/disc: 1040 MB, 1040187392 bytes
32 heads, 62 sectors/track, 1024 cylinders
Units = cylinders of 1984 * 512 = 1015808 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host0/bus0/target0/lun0/part1 1 1024 1015777 83 Linux
root@OpenWrt:~# mkfs.ext3 /dev/scsi/host0/bus0/target0/lun0/part1
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
126976 inodes, 1015776 blocks
50788 blocks (5.00%) reserved for the super user
First data block=1
124 block groups
8192 blocks per group, 8192 fragments per group
1024 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
root@OpenWrt:~# fdisk -l
Disk /dev/scsi/host0/bus0/target0/lun0/disc: 1040 MB, 1040187392 bytes
32 heads, 62 sectors/track, 1024 cylinders
Units = cylinders of 1984 * 512 = 1015808 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host0/bus0/target0/lun0/part1 1 1024 1015777 83 Linux
root@OpenWrt:~# mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/usbstick/
mount: mounting /dev/scsi/host0/bus0/target0/lun0/part1 on /mnt/usbstick/ failed
root@OpenWrt:~# mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/usbstick/
mount: mounting /dev/scsi/host0/bus0/target0/lun0/part1 on /mnt/usbstick/ failed
root@OpenWrt:~# ipkg list_installed
base-files-brcm-2.4 - 9-8182 -
bridge - 1.0.6-1 -
busybox - 1.4.2-2 -
cfdisk - 2.12r-2 -
dnsmasq - 2.38-1 -
dropbear - 0.49-2 -
e2fsprogs - 1.39-1 -
fdisk - 2.12r-2 -
iptables - 1.3.7-1 -
kernel - 2.4.34-brcm-1 -
kmod-brcm-wl - 2.4.34+4.80.53.0-1 -
kmod-diag - 1+2.4.34-brcm-1 -
kmod-fs-msdos - 2.4.34-brcm-1 -
kmod-fs-vfat - 2.4.34-brcm-1 -
kmod-ipt-nathelper - 2.4.34-brcm-1 -
kmod-nls-cp437 - 2.4.34-brcm-1 -
kmod-nls-iso8859-1 - 2.4.34-brcm-1 -
kmod-ppp - 2.4.34-brcm-1 -
kmod-pppoe - 2.4.34-brcm-1 -
kmod-scsi-core - 2.4.34-brcm-1 -
kmod-switch - 2.4.34-brcm-1 -
kmod-usb-core - 2.4.34-brcm-1 -
kmod-usb-ohci - 2.4.34-brcm-1 -
kmod-usb-storage - 2.4.34-brcm-1 -
kmod-usb-uhci - 2.4.34-brcm-1 -
kmod-usb2 - 2.4.34-brcm-1 -
kmod-wlcompat - 2.4.34+brcm-5 -
libgcc - 3.4.6-9 -
libncurses - 5.6-1 -
libuuid - 1.39-1 -
mtd - 5 -
nas - 4.80.53.0-1 -
nvram - 1 -
ppp - 2.4.3-7 -
ppp-mod-pppoe - 2.4.3-7 -
uclibc - 0.9.28-9 -
wireless-tools - 29-1 -
wlc - 4.80.53.0-1 -
Done.
brgs, Matt