On Tue, May 13, 2008 12:00, maximilian attems wrote:
> On Tue, 13 May 2008, David Härdeman wrote:
>> mount in klibc-utils has problems if you try to run it with multiple
>> filesystems as arguments to the "-t" option because it does not
>> correctly check that the mounting succeeded.
>>
>> The attached patch should fix it.
>
> cool
>
> happy to push that soonest upstream and in debian,
>
> is that the example invocation you were trying:
> mount -t ext4,ext3 ro /dev/sdaX /mnt

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 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).

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

Regards

-- 
David Härdeman




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

Reply via email to