Hello,
I'm trying to gzip my Windows-partions using Knoppix 3.6 (means of an easy system restore ). This is the situation:
/dev/sdc1 : NTFS partition (10 GB) I want to gzip, not mounted (SCSI harddisk on a aic79xx)
/dev/sdb1 : ext2 partition (32 GB) where I'll place the gz file, mounted on /mnt/sdb1 (FW800 harddisk)
At a rootprompt, I enter:
-
gzip -1 </dev/sdc1 >/mnt/sdb1/seagate.gz
-
When the seagate.gz is somewhere around 6-8 GB, I get this errormessage:
-
gzip: stdin: Input/Output error
-
A friend suggested bad blocks on /dev/sdc1, but the Seagate (Cheetah 10K.6) should map bad blocks automatically, so they should be invisible for the system. I will scan for them tonight, but I don't think it will yield anything...
Any suggestions?
Thanks!
Jörg
edit: forum ate < and >...
I'm trying to gzip my Windows-partions using Knoppix 3.6 (means of an easy system restore ). This is the situation:
/dev/sdc1 : NTFS partition (10 GB) I want to gzip, not mounted (SCSI harddisk on a aic79xx)
/dev/sdb1 : ext2 partition (32 GB) where I'll place the gz file, mounted on /mnt/sdb1 (FW800 harddisk)
At a rootprompt, I enter:
-
gzip -1 </dev/sdc1 >/mnt/sdb1/seagate.gz
-
When the seagate.gz is somewhere around 6-8 GB, I get this errormessage:
-
gzip: stdin: Input/Output error
-
A friend suggested bad blocks on /dev/sdc1, but the Seagate (Cheetah 10K.6) should map bad blocks automatically, so they should be invisible for the system. I will scan for them tonight, but I don't think it will yield anything...
Any suggestions?
Thanks!
Jörg
edit: forum ate < and >...
Comment