GitXplorerGitXplorer
c

sc101-nbd

public
7 stars
6 forks
0 issues

Commits

List of commits on branch master.
Verified
32efd11ec55a493d1b321bcd703252054e4e0531

Merge pull request #2 from lpmi-13/typofix

committed 6 years ago
Unverified
08ba3bb5657e8751abf25ff6e878c6c031c6e09e

fix simple typo

llpmi-13 committed 6 years ago
Unverified
e049c22aedaefe3be13ef24d1b78595671dc6865

Avoid warning about type mismatch in format specifier.

ccjolowicz committed 11 years ago
Unverified
736fbef130815049b179024acd3aea27a294ca25

Add .gitignore file.

ccjolowicz committed 11 years ago
Unverified
71f18c17b2bd8d77ef6c818e2a0dc4b0aa746119

Add .travis.yml file.

ccjolowicz committed 11 years ago
Unverified
ee2b8ef7f8b39099ed482f961d5c0c7f1842ef25

Merge pull request #1 from DuDu371/patch-1

ccjolowicz committed 13 years ago

README

The README file for this repository.

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.