Welcome, Guest. Please login or register.

Author Topic: Problem mounting hardfile with XFS  (Read 1570 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Problem mounting hardfile with XFS
« on: August 27, 2006, 01:44:21 PM »
I'm trying to mount an HDF on a real Amiga using XFS. I have file.device in DEVS:, xfsd in L: and the FILE0: mountlist in SYS:Storage/DOSDrivers. When I mount FILE0:, it mounts ok but is not a DOS disk. If I format it, the format gets all the way to the end then I get an error "Object not found".

Any ideas?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Thomas

Re: Problem mounting hardfile with XFS
« Reply #1 on: August 27, 2006, 02:17:33 PM »

You cannot format a disk with XFS because XFS does not know which format to use. That's documented. You did read the documentation, didn't you ?

If you want to format a HDF for usage with XFS, you either have to temporarily change the mountlist to use FFS instead of XFS, or use another virtual disk drive, e.g. DiskImage. Or format the HDF with UAE.

Bye,
Thomas

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Problem mounting hardfile with XFS
« Reply #2 on: August 27, 2006, 03:02:28 PM »
I tried changing the filesystem in the FILE0 mountlist to SmartFileSystem and it allowed me to format, but then hung on "Initializing disk". I had to reboot. When I tried to write to the disk after that I got block errors. I changed the mountlist back to L:xfsd and it said the disk was non-DOS.

I will have a look at DiskImage, though I can't see how to mount a HDF with it as the mountlists are for floppies and CDs, but not HDFs.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Problem mounting hardfile with XFS
« Reply #3 on: August 27, 2006, 03:31:44 PM »
OK sorted - I installed WinUAE on my company laptop, formatted the hardfile within that, and it now mounts fine.

Thanks Thomas

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10