Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo rmmod nbd
- sudo modprobe nbd max_part=5
- How can i have this module permenant and set on boot
- sudo qemu-nbd -c /dev/nbd0 image.vdi
- when i did this command how can i have this "thing" popup in my taskbar with available devices
- since image.vdi is one disk /dev/nbd0 and has one primary partition /dev/nbd0p1 i want it to
- sudo mount -t ntfs /dev/nbd0p1 /media/nbd/
- but /media/nbd/ doesn't exist so i made it manualy but want it automated like usb drives ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement