Partition 1 does not end on cylinder boundary.

2010-08-07 Thread
cfdisk
FATAL ERROR: Bad primary partition 2: Partition ends in the final partial
cylind
  Press any key to exit cfdisk


fdisk /dev/sda -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbf5fbf5f

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1382530727  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda23825   36988   266378209f  W95 Ext'd (LBA)
Partition 2 does not end on cylinder boundary.
/dev/sda3   36988   3891415471960   12  Compaq diagnostics
Partition 3 does not end on cylinder boundary.
/dev/sda53825   20397   1331178477  HPFS/NTFS
/dev/sda6   20398   36308   127804416   83  Linux
/dev/sda7   36309   36988 5454848   82  Linux swap / Solaris



I don't know what does the error means. And I wander how to solve it.
THX


Re: Partition 1 does not end on cylinder boundary.

2010-08-07 Thread
Yes, I think I must fix it.
But I don't know how to fix it.
Can you help me?

2010/8/7 Klaus Wolf kl...@linuxwolf.de

 Hi,

 I think, there i an error by partitioning your disk.

sda1 end on cyl 3825
sda2 bgins on   3825
sda 2 ends on  36988
sda 3 begins on 36988

 So you used cyl 3825 and cyl 36988 twice.

sda5 6 and 7 shows correct
20397 == 20398
36308 == 36309

 So you have to resize sda 2 to cyl 3826 to 36987

 best regards and a nice day

 klaus

 Am Samstag, den 07.08.2010, 04:35 -0400 schrieb 郭家华:
  cfdisk
  FATAL ERROR: Bad primary partition 2: Partition ends in the final
  partial cylind
Press any key to exit cfdisk
  
 
  fdisk /dev/sda -l
 
  Disk /dev/sda: 320.0 GB, 320072933376 bytes
  255 heads, 63 sectors/track, 38913 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0xbf5fbf5f
 
 Device Boot  Start End  Blocks   Id  System
  /dev/sda1   *   1382530727  HPFS/NTFS
  Partition 1 does not end on cylinder boundary.
  /dev/sda23825   36988   266378209f  W95 Ext'd
  (LBA)
  Partition 2 does not end on cylinder boundary.
  /dev/sda3   36988   3891415471960   12  Compaq
  diagnostics
  Partition 3 does not end on cylinder boundary.
  /dev/sda53825   20397   1331178477  HPFS/NTFS
  /dev/sda6   20398   36308   127804416   83  Linux
  /dev/sda7   36309   36988 5454848   82  Linux swap /
  Solaris
 
  
 
  I don't know what does the error means. And I wander how to solve it.
  THX



 --
 L I N U X W O L F
 Klaus Wolf
 Dresdner Straße 3
 0 8 1 3 2 Muelsen




how to config /etc/fetchmailrc

2010-08-03 Thread
I wander how to config /etc/fetchmailrc
I configed it as below:

--
set postmaster xyz
set bouncemail
set no spambounce
set properties 
poll imap.gmail.com with proto IMAP user X pass X ssl fetchall
--
my debian username is xyz

but all the mails is fetched to /var/mail/fetchmail, not /var/mail/xyz
I wander why and how to let all mails be fetched into /var/mail/xyz

BTW, I found all mails have been fetched is no longer in the INBOX, for my
gmail. I wander can I make mails stay in the INBOX.