Re: e2fsck detail check

2018-12-29 Thread Jude DaShiell
Thanks much, highly informative.
On Sun, 30 Dec 2018, David wrote:

> Date: Sat, 29 Dec 2018 18:18:41
> From: David 
> To: debian-user 
> Subject: Re: e2fsck detail check
> Resent-Date: Sat, 29 Dec 2018 23:19:07 + (UTC)
> Resent-From: debian-user@lists.debian.org
>
> On Sun, 30 Dec 2018 at 05:20, Jude DaShiell  wrote:
> >
> > I have a question about the -c fd command line switch.  Would the valid
> > options for fd be stdin stdout and stderr?
>
> The file descriptor fd is a number. It is defined by the parent process.
> The parent process is typically the shell you use to start e2fsck
> interactively, or the shell script that starts e2fsck.
>
> You can read about file descriptors here:
> http://mywiki.wooledge.org/FileDescriptor
>
> The e2fsck man page also explains that if you precede the
> fd number with a minus sign, then e2fsck will defer writing to the
> file descriptor until it receives a SIGUSR1 signal. This is a
> extra feature specific to e2fsck that has nothing to do
> with file descriptors in general.
>
> You can read about signals here:
> http://mywiki.wooledge.org/SignalTrap
>
>

-- 



Re: e2fsck detail check

2018-12-29 Thread David
On Sun, 30 Dec 2018 at 05:20, Jude DaShiell  wrote:
>
> I have a question about the -c fd command line switch.  Would the valid
> options for fd be stdin stdout and stderr?

The file descriptor fd is a number. It is defined by the parent process.
The parent process is typically the shell you use to start e2fsck
interactively, or the shell script that starts e2fsck.

You can read about file descriptors here:
http://mywiki.wooledge.org/FileDescriptor

The e2fsck man page also explains that if you precede the
fd number with a minus sign, then e2fsck will defer writing to the
file descriptor until it receives a SIGUSR1 signal. This is a
extra feature specific to e2fsck that has nothing to do
with file descriptors in general.

You can read about signals here:
http://mywiki.wooledge.org/SignalTrap



Re: e2fsck detail check

2018-12-29 Thread Grzesiek Sójka

On 12/29/18 7:20 PM, Jude DaShiell wrote:

I have a question about the -c fd command line switch.  Would the valid
options for fd be stdin stdout and stderr?
I may need to provide remote support for someone and it will be helpful if
e2fsck can show completion percentage as any repair happens.


I use -C 0 (the capital "C")

--
Pozdrawiam
Grzesiek

Wysłane z kompa wolnego od wirusów Billa Gatesa.



e2fsck detail check

2018-12-29 Thread Jude DaShiell
I have a question about the -c fd command line switch.  Would the valid
options for fd be stdin stdout and stderr?
I may need to provide remote support for someone and it will be helpful if
e2fsck can show completion percentage as any repair happens.



--