On giovedì 2 agosto 2007, Peter Chant wrote:
> Chaps,
>
> I'm creating a script to generate a Slackware 12.0 based root file system
> and also a script to run the uml machine.  I'm running into a spot of
> bother - it seems to mount the filesystem but complains about 'unknown
> partition type'

That's usually normal. You do not want to have a partition table on a UML 
image, normally you format the whole disk.

> and cannot write to the disk (image) even if I pass 'rw' on 
> the uml command line.  See extract of boot sequence below.  This I think is
> preventing udev from working.
What about the "no space left on device" messages? You have to add zeros to 
the end of it via dd (be careful) and then call resize_reiserfs or resize2fs.
> udevd-event[1220]: node_symlink: symlink(pty/s112, /dev/ttyw0) failed: No
> space
> left on device
> udevd-event[1221]: udev_node_mknod: mknod(/dev/pty/s113, 020660, 3, 113)
> failed:
>  No space left on device


> One issue that is a little cloudy is whether a root image needs to be an
> image of a file system or an image of a disk with partition table,
> partitions containing file systems.  Googling and examining working file
> systems I have downloaded indicates the former, as well as my previous uml
> experience.
Indeed it is the former - that message "unknown partition table" is the 
obvious result, but it is harmless indeed.

-- 
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to