[opensuse-autoinstall] mount option "notail" in autoyast
Hi, I'm trying to mount a reiserfs filesystem with the notail option using autoyast, but it seams to me, autoyast can not handle this option. Here is an example, what my partition definitions in autoyast.xml look like: <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>rootlv</lv_name> <fstopt>defaults,notail</fstopt> <mount>/</mount> <size>500mb</size> </partition> I tried an installation of SLES9. Maybe autoyast just understands the "normal" options, wich could be used along with any filesystem. Has anyone successfully createt a partition with the notail option? With kind regards Jochen Jung
Freudenberg IT
Freudenberg Hosting KG Hoehnerweg 2 - 4 69469 Weinheim, Germany County Court Mannheim, HRA 431161 Phone +49 (0) 62 01 80-82 47 mailto: jochen.jung@freudenberg-it.com http://www.freudenberg-it.com
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Tuesday 05 June 2007 17:07, Jung, Jochen wrote:
I'm trying to mount a reiserfs filesystem with the notail option using autoyast, but it seams to me, autoyast can not handle this option.
Here is an example, what my partition definitions in autoyast.xml look like: <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>rootlv</lv_name> <fstopt>defaults,notail</fstopt> <mount>/</mount> <size>500mb</size> </partition>
actually the string is just copied to the fstab so there is nothing to "understand" for autoyast. The problem might be that it's a logical volume. Maybe a bug - I have to check that. Do you see the problem with non-logical volumes (physical partition) too? -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug now playing God Module - Sections -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Jung, Jochen
-
Uwe Gansert