Displaying 2 results from an estimated 2 matches for "rootdevice".
Did you mean:
root_device
2003 Jan 29
0
Ext3, orphans and read-only
Hi,
I've seen a problem where on recovery after a crash the
orphan cleanup code clears the read_only bit and does not reset
it. This causes the the fsck to drop to the "fix filesystem" prompt
simply because the root filesystem is now mounted rw.
It looks like this:
Creating rootdevice
Mounting rootfilesystem
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 5 seconds
EXT3-fs: sd(8,1): orphan cleanup on readonly fs
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered...
2003 Oct 21
7
Help on domain creation
...am running the current xen-unstable and had the following error message
when trying to create domain1.
# ./xenctl script -f/etc/xen-mynewdom
Domain defaults:
name XenoLinux
size 98304
vifs 1
domainImage /boot/xenolinux.gz
domainInitRD null
rootDevice /dev/hda5
rootArgs rw
usrDevice null
NWIP 169.254.1.0+
NWGW 169.254.1.0
NWMask 255.255.0.0
MaxDomainNumber 1000
NWNFSServer 169.254.1.0
NWNFSRoot null
XIToolsDir /usr/local/bin/
args init=/linux...