English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 21 March 2012, 19:08   #1
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,349
"WARNING: end of partition > size of disk!" in log

Looking at the winuae log (I'm testing with 2.4.0 beta 23 but assume this applies to 2.3.3 as well), I noticed that WinUAE shows a warning about the OFS ~48MB boot partition in my hardfile. It says "RDB: WARNING: end of partition > size of disk!"

Extract from the log:
Code:
40-413 [15 225x262]: \\SERVERNAME\path\to\image.bin:
40-413 [15 225x262]: RDSK dump start
40-413 [15 225x262]: RDSK at 0, C=8925 S=400 H=5
40-413 [15 225x262]: RDB: HostID: 00000007 Flags: 00000017
40-413 [15 225x262]: RDB: BL: 0 BH: 3999 LC: 2 HC: 8924 CB: 2000 HB: 4
40-413 [15 225x262]: RDB: PART block 1:
40-413 [15 225x262]: RDB: 'BOOT_IBM' dostype=444F5300
40-413 [15 225x262]: BlockSize: 512, Surfaces: 5, SectorsPerBlock 1
40-413 [15 225x262]: SectorsPerTrack: 400, Reserved: 2, LowCyl 2, HighCyl 51, Size 48M
40-413 [15 225x262]: Buffers: 32, BufMemType: 00000000, MaxTransfer: 00ffffff, Mask: fffffffe, BootPri: -100
40-413 [15 225x262]: First block 4000 dostype: 444F5300
40-413 [15 225x262]: RDB: PART block 2:
40-413 [15 225x262]: RDB: 'DH0_IBM' dostype=444F5303
40-413 [15 225x262]: BlockSize: 512, Surfaces: 5, SectorsPerBlock 2
40-413 [15 225x262]: SectorsPerTrack: 400, Reserved: 2, LowCyl 52, HighCyl 651, Size 585M
40-413 [15 225x262]: Buffers: 128, BufMemType: 00000000, MaxTransfer: 00ffffff, Mask: fffffffe, BootPri: -127
40-413 [15 225x262]: First block 104000 dostype: 444F5303
40-423 [15 225x262]: RDB: PART block 3:
40-423 [15 225x262]: RDB: 'INET_IBM' dostype=444F5303
40-423 [15 225x262]: BlockSize: 512, Surfaces: 5, SectorsPerBlock 2
40-423 [15 225x262]: SectorsPerTrack: 400, Reserved: 2, LowCyl 652, HighCyl 2651, Size 1953M
40-423 [15 225x262]: Buffers: 256, BufMemType: 00000000, MaxTransfer: 00ffffff, Mask: fffffffe, BootPri: -127
40-423 [15 225x262]: First block 1304000 dostype: 444F5303
40-423 [15 225x262]: RDB: PART block 4:
40-423 [15 225x262]: RDB: 'DH1_IBM' dostype=444F5303
40-423 [15 225x262]: BlockSize: 512, Surfaces: 5, SectorsPerBlock 2
40-423 [15 225x262]: SectorsPerTrack: 400, Reserved: 2, LowCyl 2652, HighCyl 4193, Size 1505M
40-423 [15 225x262]: Buffers: 128, BufMemType: 00000000, MaxTransfer: 00ffffff, Mask: fffffffe, BootPri: -127
40-433 [15 225x262]: First block 5304000 dostype: 444F5303
40-433 [15 225x262]: RDSK dump end
40-433 [15 225x262]: Mounting uaehf.device 0 (0) (size=4294967296):
40-433 [15 225x262]: RDB: WARNING: end of partition > size of disk!
40-433 [15 225x262]: \\SERVERNAME\path\to\image.bin:
40-433 [15 225x262]: Mounting uaehf.device 0 (1) (size=4294967296):
40-433 [15 225x262]: RDB: Automount disabled, not mounting
40-433 [15 225x262]: \\SERVERNAME\path\to\image.bin:
40-433 [15 225x262]: Mounting uaehf.device 0 (2) (size=4294967296):
40-433 [15 225x262]: RDB: Automount disabled, not mounting
40-433 [15 225x262]: \\SERVERNAME\path\to\image.bin:
40-433 [15 225x262]: Mounting uaehf.device 0 (3) (size=4294967296):
40-433 [15 225x262]: RDB: Automount disabled, not mounting
40-433 [15 225x262]: \\SERVERNAME\path\to\image.bin:
mark_k is offline  
Old 21 March 2012, 19:22   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
What is the size of the physical file? WinUAE thinks it is only 4294967296 bytes.

Oops. I thought it was 429M, not ~4G

EDIT: is your hdf complete? RDB says it should be about 9G and 4294967296 bytes in dec = 0x100000000 in hex.

Last edited by Toni Wilen; 21 March 2012 at 19:28.
Toni Wilen is online now  
Old 21 March 2012, 19:28   #3
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,349
By my calculation, the last byte of the last partition on the disk is at offset 4,294,655,999. The image file is 4,294,967,296 bytes long (i.e. exactly 4GB). So there are 311,296 spare bytes at the end.

I guess it might help if I send you a dump of the RDB area?
mark_k is offline  
Old 21 March 2012, 19:30   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
Quote:
RDSK at 0, C=8925 S=400 H=5
This makes 9G.

Partitions are probably correct but UAE also complains about this size information.
Toni Wilen is online now  
Old 21 March 2012, 19:34   #5
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,349
Quote:
Originally Posted by Toni Wilen View Post
EDIT: is your hdf complete? RDB says it should be about 9G and 4294967296 bytes in dec = 0x100000000 in hex.
Ah, that could explain it. The original physical drive was a 9.1GB IBM SCSI hard disk. But when partitioning it I only ever used the first 4GB, so all partitions are within that region. (Didn't want the hassle and risk of using a program like NSDPatch to enable 64-bit access.)

Could the log message be a bit clearer? Since AFAIK there are no partitions beyond the size of the image file.
mark_k is offline  
Old 24 March 2012, 19:13   #6
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
Latest beta should improve this.
Toni Wilen is online now  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Selling my "high-end" Amiga 3000 astuermer MarketPlace 12 25 June 2021 18:56
HELP, lost my WORK: partition "not a dos disk" paul773car support.Hardware 34 25 June 2010 21:08
Stuck in end part of Tex 04: "San Francisco" (ITALIAN) andreas support.Games 0 01 April 2006 02:16
"Read only" and "Disk swapper" Ulric support.WinUAE 4 11 July 2004 14:17

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07159 seconds with 12 queries