nbd howto

페이지 정보

작성자 조희승 댓글 0건 조회 8,950회 작성일 14-02-19 18:50

본문

http://www.microhowto.info/howto/export_a_block_device_using_nbd.html

 

apt-get install nbd-server


- persistent

 /etc/nbd-server/config

[generic]
[foo]
    exportname = /dev/vg/foo
    port = 9000


service nbd-server force-reload






- non-persistent

nbd-server -d -C /dev/null 9000 /dev/vg/foo

 

- client

nbd-client -n 127.0.0.1 9000 /dev/nbd0

댓글목록

등록된 댓글이 없습니다.