Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have a DNS-323 with firmware rev. 1.07. I loaded fonz fun_plug 1.05 and the usb-storage.ko module with debug messages disabled.
I do not receive an error after typing insmod usb-storage.ko and I connect my USB HD (160GB Western Digital Passport formatted as NTFS) immediately after. When I run dmesg, this is what I get:
Initializing USB Mass Storage driver... usbcore: registered new driver usb-storage USB Mass Storage support registered. usb 1-1: new high speed USB device using ehci_platform and address 2 scsi2 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 2 usb-storage: waiting for device to settle before scanning Vendor: WD Model: 1600BEV External Rev: 1.04 Type: Direct-Access ANSI SCSI revision: 04 SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB) sdb: assuming drive cache: write through SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB) sdb: assuming drive cache: write through sdb: sdb1 Attached scsi disk sdb at scsi2, channel 0, id 0, lun 0 Attached scsi generic sg1 at scsi2, channel 0, id 0, lun 0, type 0 usb-storage: device scan complete
After creating a mount point at /mnt/usb , I then execute mount -t ntfs -o umask=0222 /dev/sdb1 /mnt/usb and I get the following message:
mount: mounting /dev/sdb1 on /mnt/usb failed: No such device
What am I doing wrong? I just want to temporarily mount the HD in read-only mode so I can copy files directly to the NAS over USB, instead of over the network.
While I'm here, is there a Linux command-line copy program that works on the DNS-323 that displays progress meters or something similar?
Offline
Are you sure your system supports ntfs? Have a look:
cat /proc/filesystems
Offline
ntfs isn't listed. Can I add support for NTFS to my DNS-323?
I remember reading that someone else was able to mount an NTFS-formatted drive to their DNS-323 (that's how I originally got the arguments I used for mount), but I didn't recall reading that they had to do anything special to enable NTFS.
Offline
I downloaded and loaded ntfs.ko, and when I execute:
mount -t ntfs -o /dev/sdb1 /mnt/usb
system responds:
mount: can't find /mnt/usb in /etc/fstab
If I execute mount -t ntfs -o umask=0222 /dev/sdb1 /mnt/usb as cited previously, system responds:
Segmentation fault
Any suggestions?
Offline
I know this thread is old, but i am having the EXACT same problem, i tried NTFS or FAT, same result ... mount: mounting /dev/sdb1 on /mnt/usb failed: No such device
I am on 1.08... any help is appreciated.
Offline
i finally managed to mount a FAT32 drive, but still getting Segmentation fault for NTFS !
Offline
if anyone ran into the same problem, ntfs.ko from this thread http://dns323.kood.org/forum/viewtopic.php?pid=30039
worked for me.
Cheers,
Offline