Directory List ERROR(s) in hxcfe

General discussion forum - for all that doesn't fit in any other category.
Post Reply
ldkraemer
Posts: 51
Joined: Thu Feb 28, 2013 3:47 am

Directory List ERROR(s) in hxcfe

Post by ldkraemer »

Jeff,
I've tried to get a directory listing with these three Files:
1. ampro.img
2. ampro.td0
3. 020DISK.NSI

Code: Select all

-rw-r--r--  1 larry larry   47054 Dec 21 08:18 ampro.td0
-rw-r--r--  1 larry larry  179200 Dec 21 07:53 020DISK.NSI
-rw-r--r--  1 larry larry  819200 Dec 21 07:41 ampro.img
I'm using hxcfe from Subversion 1904, built two days ago.

Code: Select all

$./hxcfe -finput:ampro.img -infos
$./hxcfe -finput:ampro.img -infos
HxC Floppy Emulator : Floppy image file converter v2.0.3.1
Copyright (C) 2006-2019 Jean-Francois DEL NERO
This program comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions;

libhxcfe version : 2.10.2.2

Input file : ampro.img
---------------------------------------------------------------------------
- File informations -
---------------------------------------------------------------------------
File: ampro.img
Checking ampro.img
File loader found : RAW_IMG (IBM PC IMG Loader)
Loading ampro.img
file loader found!
Image Size:800kB, 80 tracks, 2 side(s), 10 sectors/track, interleave:1,rpm:300
track file successfully loaded and encoded!

File type : RAW_IMG - IBM PC IMG Loader
Floppy interface mode : IBMPC_DD_FLOPPYMODE - PC Interface (720KB/DD Disk)
Number of Track : 84
Number of Side : 2
Total Size : 819200 Bytes, Number of sectors : 1600
Stopping HxCFloppyEmulator...

Code: Select all

$./hxcfe -finput:ampro.img -list
HxC Floppy Emulator : Floppy image file converter v2.0.3.1
Copyright (C) 2006-2019 Jean-Francois DEL NERO
This program comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions;

libhxcfe version : 2.10.2.2

Input file : ampro.img
---------------------------------------------------------------------------
- File image browser -
---------------------------------------------------------------------------
File: ampro.img
Checking ampro.img
File loader found : RAW_IMG (IBM PC IMG Loader)
Loading ampro.img
file loader found!
Image Size:800kB, 80 tracks, 2 side(s), 10 sectors/track, interleave:1,rpm:300
track file successfully loaded and encoded!

File type : RAW_IMG - IBM PC IMG Loader
Floppy interface mode : IBMPC_DD_FLOPPYMODE - PC Interface (720KB/DD Disk)
Number of Track : 84
Number of Side : 2
Total Size : 819200 Bytes, Number of sectors : 1600

------- Disk Tree --------
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 1, sector 11,Sector size:512,Type:0
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 0, sector 11,Sector size:512,Type:0

--------------------------
Stopping HxCFloppyEmulator...
I am getting the same type errors on the 020DISK.NSI and ampro.td0 files.
---------------------------------------------------------------------------
- File image browser -
---------------------------------------------------------------------------
File: 020DISK.NSI
Checking 020DISK.NSI
File loader found : NORTHSTAR (Northstar Loader)
Loading 020DISK.NSI
file loader found!
filesize:175kB, 35 tracks, 1 side(s), 10 sectors/track, gap3:30, interleave:1,rpm:300
track file successfully loaded and encoded!

File type : NORTHSTAR - Northstar Loader
Floppy interface mode : GENERIC_SHUGART_DD_FLOPPYMODE - Shugart Interface
Number of Track : 35
Number of Side : 1
Total Size : 0 Bytes, Number of sectors : 0

------- Disk Tree --------
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 0, sector 1,Sector size:512,Type:0
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 0, sector 1,Sector size:1024,Type:0

--------------------------
Stopping HxCFloppyEmulator...
Input file : ampro.td0
---------------------------------------------------------------------------
- File image browser -
---------------------------------------------------------------------------
File: ampro.td0
Checking ampro.td0
File loader found : TELEDISK_TD0 (TELEDISK TD0 Loader)
Loading ampro.td0
file loader found!
TeleDisk_libLoad_DiskFile : Teledisk version : 21
TeleDisk_libLoad_DiskFile : Normal compression
80 tracks, 2 side(s), gap3:-1,rpm:300 bitrate:250000
track file successfully loaded and encoded!

File type : TELEDISK_TD0 - TELEDISK TD0 Loader
Floppy interface mode : GENERIC_SHUGART_DD_FLOPPYMODE - Shugart Interface
Number of Track : 80
Number of Side : 2
Total Size : 819200 Bytes, Number of sectors : 800

------- Disk Tree --------
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 1, sector 1,Sector size:512,Type:0
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 0, sector 1,Sector size:512,Type:0
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 0, sector 1,Sector size:1024,Type:0
hxcfe_readSectorData : ERROR -> Sector not found ! track 40, side 0, sector 0,Sector size:512,Type:1
hxcfe_readSectorData : ERROR -> Sector not found ! track 40, side 0, sector 0,Sector size:512,Type:1

--------------------------
Stopping HxCFloppyEmulator...
Will you have a look at the errors and see if I'm doing something wrong, or should I be getting a Directory listing
by using these commands.

I did convert a amprotest.img file and used vbindiff to check for differences with ampro.img. None were found with vbindiff.


Thanks.

Larry

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: Directory List ERROR(s) in hxcfe

Post by Jeff »

Only MS DOS and AmigaDOS file systems are supported for the file listing.

ldkraemer
Posts: 51
Joined: Thu Feb 28, 2013 3:47 am

Re: Directory List ERROR(s) in hxcfe

Post by ldkraemer »

Jeff,
YEP, Now I remember I've been here before.

Sorry, and Thanks.

Larry

Post Reply