[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HURD not unmounting disks cleanly (not the old problem)



On Wed, Aug 25, 1999 at 09:48:58AM +0200, Mark Kettenis wrote:
> 
>    # find /mnt -type d | xargs /bin/settrans -a
> 
> might work, but I haven't tested that either.  Moreover, it will
> startup all translators before shutting them down.  Not terribly
> efficient.

What about:

for file in /mnt/* ; do settrans -a $file ; done

This should not start the translators, should it?

Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org   finger brinkmd@ 
Marcus Brinkmann              GNU    http://www.gnu.org     master.debian.org
Marcus.Brinkmann@ruhr-uni-bochum.de                        for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       PGP Key ID 36E7CD09


Reply to: