On Sun, Nov 05, 2006 at 04:34:59PM +0100, Flavio wrote:
> Now, booting the new uml kernel with the following command line, I can't
> mount any cd-rom, because of a stupid error.
> linux ubd0=rootfs.debian.etch ubd1=swapfs.debian ubd3=/dev/hdc
> eth0=tuntap,,,192.168.1.101 mem=512M noprocmm
>
> The error is:
> DebianUM:~# mount /mnt/cdrom/
> mount: /dev/ubd2 is not a valid block device
You didn't define ubd2, so it doesn't exist.
> The command line is:
> linux ubd0=rootfs.debian.etch ubd1=swapfs.debian ubd3=/dev/sda1
> eth0=tuntap,,,192.168.1.101 mem=512M noprocmm
>
> DebianUM:~# mount -t vfat /dev/sda1 /mnt/pendrive
> mount: /dev/sda1 is not a valid block device
The host /dev/sda is /dev/ubd3 (the preferred name is /dev/ubdc)
inside UML, so the host's /dev/sda1 is UML's /dev/ubdc1.
Jeff
-------------------------------------------------------------------------
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