What are the specs for this drive - size, partitions, formatting, etc? What do the modem/router's docs say about plugging in USB drives?
rubberman
Posting Virtuoso
1,561 posts since Mar 2010
Reputation Points: 277
Solved Threads: 179
My guess is that the router will not deal with NTFS file systems. Try reformatting to either fat-32, or ext2 or ext3. Most consumer routers run a variant of Linux, for which ext2, ext3, or possibly xfs or jfs support is built into the OS. So, try ext2. If that works, then try ext3 (more efficient, faster to recover from crashes). If either of those work, then try xfs and/or jfs. The ext3, xfs, and jfs file systems are journaled file systems that recover quickly from system failures. I have embedded systems that support jfs, and NAS arrays that support xfs. Anyway, changing the file system is a fast operation (relatively), so testing all of these to see what works should not be an unreasonable exercise, and informative. If all of the Linux-capable besides fat-32 don't work, then use fat-32, which while fine for simple data storage, doesn't support Linux user/group/permission metadata so you can't execute programs from it, for example.
rubberman
Posting Virtuoso
1,561 posts since Mar 2010
Reputation Points: 277
Solved Threads: 179