On Tue, 2005-05-10 at 19:46 -0600, Jeff Dike wrote:
> On Tue, May 10, 2005 at 05:06:37PM -0700, Casey T. Deccio wrote:
> > uml# mount -t iso9660 /dev/ubd1 /opt
>
> What minors are you using for /dev/ubd1 and /dev/ubd2?
>
> Jeff
That was the right question. I loo
On Tue, May 10, 2005 at 05:06:37PM -0700, Casey T. Deccio wrote:
> uml# mount -t iso9660 /dev/ubd1 /opt
What minors are you using for /dev/ubd1 and /dev/ubd2?
Jeff
---
This SF.Net email is sponsored by Oracle Sp
I'm trying to use an iso or cramfs image as a ubd device with a command
line option. However, I am unable to mount either iso9660 or cramfs
type filesystems. This is the setup:
host$ mkdir iso_tmp
host$ mkdir cramfs_tmp
host$ echo hello > iso_tmp/hello.txt
host$ echo hello > cramfs_tmp/hello.txt