Network block device


come accedere a un dispositivo in rete

lato server :

installare: nbd-server (nbd)
caricare modulo: modprobe nbd

[lancio servizio]
sudo nbd-server 2000 /dev/sr0



--------------------------------------------------------

lato client:

installare: nbd-client
caricare modulo: modprobe nbd

[lancio collegamento device]
sudo nbd-client 192.168.1.xxx 2000 /dev/nbd0



[esecuzione filmato, lato client]
vlc /dev/nbd0






p.s.
link
http://unix.stackexchange.com/questions/119364/how-can-i-mount-a-block-device-from-one-computer-to-another-via-the-network-as-a
http://superuser.com/questions/316745/how-to-access-a-cd-dvd-drive-over-the-network
http://unix.stackexchange.com/questions/4976/can-i-share-a-device-from-under-dev-across-hosts

https://en.wikipedia.org/wiki/Network_block_device


Articolo tratto da: #341724 Linux - http://sacarde.altervista.org/
URL di riferimento: http://sacarde.altervista.org/index.php?mod=read&id=1480005187