Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - TG582N - USB port: Difference between revisions

Content deleted Content added
Adsb (talk | contribs)
m Fix a heading level
Adsb (talk | contribs)
m Content sharing can use FAT32 or EXT2/3/4
Line 12: Line 12:
network attached storage.
network attached storage.


The content sharing server uses a separate 'virtual' interface, which it grabs its IP via DHCP. It appears to use the first DHCP pool to obtain its
The content sharing server uses a separate 'virtual' interface, which it grabs its IP via DHCP. It will use the first DHCP address it can, it's possible to add an extra DHCP pool which just serves 10.0.0.137 (for example) for the content server.
address, it's possible to add an extra pool which just serves 10.0.0.137 (for example) for the content server.


View the IP which content sharing has on the web interface: - Home Network - Interfaces - Local Network:
View the IP which content sharing has on the web interface: - Home Network - Interfaces - Local Network:
Line 32: Line 31:
* FTP server
* FTP server


The TG582n can use a USB storage device with a single partition formatted as FAT32. (''Your author has not tried anything else yet'')
The TG582n can use a USB storage device with partitions formatted as FAT32 or EXT2/3/4. There are some restrictions - with the following disk
Device Boot Start End Sectors Size Id Type
/dev/sdb1 63 65529134 65529072 31.3G c W95 FAT32 (LBA)
/dev/sdb2 65529135 229376069 163846935 78.1G 7 HPFS/NTFS/exFAT
/dev/sdb3 229376070 397148229 167772160 80G 83 Linux
/dev/sdb4 397148230 625142447 227994218 108.7G 83 Linux
content sharing sees all partitions except the NTFS one (/dev/sdb2), but doesn't correctly read the EXT4 partition (/dev/sdb4). Whether this
is because of partition size, or start sector, or EXT4-ness, is TBD. (/dev/sdb3 is EXT3).


== CIFS server ==
== CIFS server ==