Hi, In my Grub menu item, I configured XenoLinux to use /dev/hda5 read-only: module /boot/xenolinux.gz root=/dev/hda5 ro ..... However, when I boot into XenoLinux in Domain 0, I can still make persistent changes to the root file system. Is this a bug or ''ro'' actually has different meaning? Bin ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> module /boot/xenolinux.gz root=/dev/hda5 ro ..... > > However, when I boot into XenoLinux in Domain 0, > I can still make persistent changes to the root > file system. Is this a bug or ''ro'' actually has different > meaning?It gets remounted read-write as specified by /etc/fstab. The only reason for ''ro'' on boot is that it allows the filesystem to be fsck''ed if necessary. After the fsck point, root gets remounted. -- Keir ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel