On Tue, 13 May 2008, David Härdeman wrote:

> Almost, I was trying to emulate the behavior of regular "mount -t auto" by
> doing something like "mount -t ext3,ext2,reiserfs,xfs,isofs,vfat,etc...".

i seee.
 
> I think that it might be a good idea to do that in the klibc mount binary
> by the way (if no type is given or type=auto, set type to a long list of
> all known fs'es).

yep.
while looking at mount in klibc noticed missing relatime/norelatime,
diratime/nodiratime mount options too, have patches for those this is
easy.

for the auto/noauto mount options mount would need to fstype aka probe the fs
and thus mount it. i prefer to have that in klibc mount than a workaround
in initramfs-tools, will see to realize that.

 
> The only problem is that it will autoload a lot of modules...if that is a
> problem.

shouldn't load it if done in klibc mount,
but yeah limitition will be again the fstype recognition,
whereas your example has the advantage of just trying.
hmm
 
-- 
maks



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to