Skip to content

This software allows Linux to access the Netgear Storage Central 101 (sc101) as a network block device.

License

Notifications You must be signed in to change notification settings

Rajczy/sc101-nbd

 
 

Repository files navigation

The Netgear Storage Central 101 (sc101) is an IP based block storage device.

Netgear ships a clustered filesystem with the product (perhaps based on DataPlow SFS) which allows multiple Windows client machines to concurrently mount and read/write directly to the device; it is a SAN rather than a NAS device.

There is no protocol documentation provided, nor any driver support for operating systems other than Windows.

This software allows Linux to access the sc101 as a block device, without requiring a new kernel module.

It achieves this by translating between the kernel's existing NBD protocol and the reverse engineered protocol used by the sc101 (I call it PSAN, perhaps incorrectly).

On top of the NBD devices you can run RAID, LVM, and any existing filesystems (ext2/3, ocfs2, etc).

The resulting storage area is not interoperable with existing Windows clients.

This driver also works with the sc101T.

About

This software allows Linux to access the Netgear Storage Central 101 (sc101) as a network block device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.5%
  • Perl 6.3%
  • Makefile 3.9%
  • Shell 2.2%
  • Roff 1.1%