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

Re: simple questions



>
> <command> <args> > /dev/null 2>&1
>
> man bash and see about redirection. :)
>

It's me again.
OK...
$ /mount -a

mount: /dev/hdc3 already mounted or /mnt/deb busy
MSDOS FS: Using codepage 866
MSDOS FS: IO charset koi8-r

$ /mount -a > /dev/null

<the same>

$ mount -a > /dev/null 2>&1

the first (error) message disappears, but both MSDOS FS: do not.
I can redirect them nowhere :( ? I have 3 FAT partitions, so
I don't like to read these annoying strings during the bootup process.

Alexey.

P.S. Thanks a lot for help in missing files searching.



Reply to: