Advertisement
Guest User

help

a guest
Feb 21st, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. sudo rmmod nbd
  2. sudo modprobe nbd max_part=5
  3. How can i have this module permenant and set on boot
  4.  
  5. sudo qemu-nbd -c /dev/nbd0 image.vdi
  6. when i did this command how can i have this "thing" popup in my taskbar with available devices
  7.  
  8. since image.vdi is one disk /dev/nbd0 and has one primary partition /dev/nbd0p1 i want it to
  9. sudo mount -t ntfs /dev/nbd0p1 /media/nbd/
  10. 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