Original message: > 2006/11/8, Jeff Dike <[EMAIL PROTECTED]>: > > You don't assign individual partitions - you assign entire disks, so > ubdc=/dev/sda > is what you want. > > Thank you, but this is the result: > UML # mount -t vfat /dev/ubdc1 /mnt/pendrive/ > mount: /dev/ubdc1 is not a valid block device
Flavio, Did you fdisk the /dev/ubdc device before placing the rootfs on the device? If so, then your devices will have partitions. In this case, you need to use devices such as /dev/ubdc1 and /dev/ubdc2. However, if you did not, then you need to use /dev/ubdc directly (assuming you have a rootfs on the device already). The partition devices in the UML guest are ONLY usable if you've created partitions on the device, in this case on /dev/sda. Tony ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
