I am running build 17140M. I know its old but upgrading means having to rewrite all of my scripts.
Anyways, i have a usb hard drive that is always attached to the router - it mounts to /mnt through automount in the webui.I then mount the /mnt/opt folder to /opt
I want to be able to mount a usb pen drive to /mmc to copy files quickly from the router itself (without having to copy thm to a computer).
I can mount EXT3 formatted pen drives easily enough but NTFS sometimes doesnt mount and fat32 almost never.But the problem i really have is that when it does mount, it often mounts to both /mnt as well as /mmc.I think the automount feature in te webui makes the pendrive mount to /mnt also. this is the command i use
mount /dev/discs/disc1/part1 /mmc
If I disable automount, I cant mount the harddisc manually either. So how do I mount my pen drive?

RSS


*correction. NTFS is just as hard to mount as FAT32.It mounts only rarely and when it does, it mounts to /mnt also.
Ive installed ntfs-3g btw.
this is the result that I get from lsmod
Module Size Used by
ipt_ipp2p 8192 2
ipt_layer7 12288 10
imq 4096 0
nf_nat_pptp 4096 0
nf_conntrack_pptp 4096 1 nf_nat_pptp
nf_nat_proto_gre 4096 1 nf_nat_pptp
nf_conntrack_proto_gre 4096 1 nf_conntrack_pptp
xt_mark 4096 24
ipt_IMQ 4096 1
ext3 98304 1
jbd 53248 1 ext3
ext2 36864 0
mbcache 4096 1 ext3
etherip 8192 0
jffs2 77824 1
usb_storage 32768 1
sd_mod 20480 2
scsi_wait_scan 416 0
scsi_mod 69632 3 usb_storage,sd_mod,scsi_wait_scan
ohci_hcd 16384 0
uhci_hcd 20480 0
ehci_hcd 28672 0
usbcore 98304 5 usb_storage,ohci_hcd,uhci_hcd,ehci_hcd
switch_robo 4096 0
switch_core 8192 1 switch_robo
bcm57xx 106496 0