This is my /etc/fstab:

/dev/ubd/0      /               ext2            defaults        0 1
/dev/ubd/1      swap            swap            defaults        0 0
none            /dev/pts        devpts          gid=5,mode=620  0 0
proc            /proc           proc            defaults        0 0

This is my df output:

-bash-2.05b# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/ubd/0             1007896    500696    456000  53% /


Inside *guest*: # cd /dev # for i in `seq 0 7`; do mknod $i b 98 `expr $i \* 16`; done

point is that devices with minor number 1-15 are *partitions inside* ubd0 (17-31 are partitions inside ubd1 and so on) - since you don't use partitions for your ubd files you only needs special files with 0,16,32 minor numbers ....

Rgds,
Konrad


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to