Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-05 Thread Flavio
My last attempt was to compile iso9660 as module...these are my modules in UML:~# modprobe -l/lib/modules/2.6.18.2-bb2/kernel/fs/isofs/isofs.ko/lib/modules/2.6.18.2-bb2/kernel/fs/lockd/lockd.ko/lib/modules/2.6.18.2-bb2/kernel/fs/binfmt_misc.ko /lib/modules/2.6.18.2-bb2/kernel/fs/autofs4/autofs4.ko/

Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-05 Thread Flavio
Ok! I tried that script in /dev directory... I see a lot of ubdc* nowI also tried to mount my pen drive getting the same result:~# mount -t vfat /dev/ubdc1 /mnt/pendrive/mount: /dev/ubdc1 is not a valid block device my command line was: $ linux ubd0=rootfs.debian.etch ubd1=swapfs.debian ubdc1=/

Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-05 Thread Flavio
Ok, but, when I installed my Debian guest system, after mounting and "chrooting" the UML system, I did the following, after positioning on /dev directory:for i in 0 1 2 3 4 5 6 7; do mknod ubd$i b 98 $[ $i * 16 ]; done Is it the same you said before??? (does the script sobstitute above command line

Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-05 Thread Anthony Brock
-Original Message- > DebianUM:~# mount -t vfat /dev/ubdc1 /mnt/pendrive > mount: special device /dev/ubdc1 does not exist > > How can I create it??? There are several resources one the Internet that would tell you how to do this. However, the short answer is something like the following sc

[uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-05 Thread Flavio
Thank you Jeff,I tried to do as you said, but I always get the same error message mounting my usb pen-drive:DebianUM:~# mount -t vfat /dev/ubdc1 /mnt/pendrivemount: special device /dev/ubdc1 does not exist 2006/11/5, Jeff Dike <[EMAIL PROTECTED]>: > DebianUM:~# mount /mnt/cdrom/> mount: /dev/ubd2

Re: [uml-user] Mounting cdrom && usb pen drive

2006-11-05 Thread Jeff Dike
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

[uml-user] Mounting cdrom && usb pen drive

2006-11-05 Thread Flavio
Hi all!I recently mounted a cd-rom on a UML distro at my laboratory. It perfectly works!I did compile all needed modules, expecially iso9660, as module. My guest system is a Debian etch.I repeated this experience at home, on my amd64. I'm using the last vanilla kernel, patched with uml-2.6.18.1-bb