Re: moving filesystem

2000-04-26 Thread Jens B. Jorgensen
ow would i refrain from copying the lost+found file whilst using the > cp -a or cpio commands? > > "Jens B. Jorgensen" <[EMAIL PROTECTED]> on 27/04/2000 > 04:05:47 > > To: Zane Drysdale/Diagnostic Labs/64 > cc: debian-user@lists.debian.org > Subject: Re

Re: moving filesystem

2000-04-26 Thread zdrysdal
then how would i refrain from copying the lost+found file whilst using the cp -a or cpio commands? "Jens B. Jorgensen" <[EMAIL PROTECTED]> on 27/04/2000 04:05:47 To: Zane Drysdale/Diagnostic Labs/64 cc: debian-user@lists.debian.org Subject: Re: moving filesystem

Re: moving filesystem

2000-04-26 Thread Jens B. Jorgensen
The lost+found directory is created for use by fsck. When fsck runs if it finds orphaned fragments and things like that it will put them into lost+found, creating a file for each cohesive chunk. So, you probably don't need to copy it from /home to /images. [EMAIL PROTECTED] wrote: > Hi > > i am