bug-parted
[Top][All Lists]
Advanced

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

Re: parted: problem with BR on /dev/hda3


From: Tobias Buchal
Subject: Re: parted: problem with BR on /dev/hda3
Date: Thu, 7 Dec 2000 09:55:04 +0100
User-agent: Mutt/1.2.5i

  Hi Andrew,

  ok, now I got want you mean and I got a step further (using parted_1.4.3)

  output is now:
   |------------------------------------------------------------------------
   |# parted /dev/hda1 print
   |Warning: Device /dev/hda1 is neither a SCSI nor IDE drive.
   |Ignore Cancel ? i
   |Disk geometry for /dev/hda1: 0.000-1055.219 megabytes
   |Disk label type: loop
   |Minor    Start       End     Filesystem  Flags
   |1          0.000   1055.219  FAT
   |
   |# parted /dev/hda1 cp 1 /dev/hde 2
   |Warning: Device /dev/hda1 is neither a SCSI nor IDE drive.
   |Ignore Cancel ? i
   |Warning: Error reading /proc/swaps (No such file or directory) to determine 
if
   |partition is mounted.
   |Fatal: Bad FAT: cluster 12560 is cross-linked for \WINDOWS\WIN.INI
   |----------------------------------------------------------------------------

   The Warning, might be due to the fact the I am still using Linux 2.0.32.
   But both partitions are definitly not mounted.

   Is there any way to overcome this FATAL error ?

    Note: I didn't install this WINDOWS myself. It is the original
          installation of a Toshiba notebook (from 02/98).

   Thanks
   Tobias

  PS: Is this only me, how has so much bad luck with the partitioning stuff ?



On Son, 26 Nov 2000, Andrew Clausen wrote:

> address@hidden wrote:
> > 
.......
> >  1) # parted /dev/hda1 cp /dev/hde 2
> >     results in the following error
> 
> This is incorrect syntax for CP.  Even if you don't use the partition
> table, Parted has a "fake" partition table.  Do:
> 
>       # parted /dev/hda1 print
> 
> To see what I mean ;-)
> 
> So, you want:
> 
>       # parted /dev/hda1 cp 1 /dev/hde 2
.......



reply via email to

[Prev in Thread] Current Thread [Next in Thread]