> -----Original Message-----
> I can mount my pen drive on the host because this is my /etc/fstab:
> 
> /dev/sda1               /mnt/pendrive   auto            rw,user,noauto
>          0 0

Ah, you have a permissions problem. Change the ownership of the device
to the account you're running the UML under. This will allow the UML
unrestricted, direct access to the device. However, be sure you insert
and can interact with the device BEFORE you change the ownership. I've
had problems with utilities automatically adjusting ownership when
hardware changes.

For example, assuming you use the account 'myuml', something like:

# chown myuml:disk /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

Reply via email to