Welcome, Guest. Please login or register.

Author Topic: Making PC partitions available on Aros  (Read 2108 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Making PC partitions available on Aros
« on: September 02, 2006, 06:19:23 PM »
AROS doesn't have FAT or NTFS filesystems, so this is not possible.

Both filesystems are available for AmigaOS/MorphOS though: fat95.lha, ntfs_0.5.lha.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Making PC partitions available on Aros
« Reply #1 on: September 02, 2006, 09:57:01 PM »
Uhm, but wasn't AROS all about scrapping this silly and limited DOSPacket interface?

The AROS Filesystem Interface

Maybe I've missed something.

Oh well, even if you'd implement dospackets, it still would not give your those filesystems working.

Like I've said before you'd need to have integrated m68k emulation, and compatible system structures (fat95 for example hacks into system lists directly bypassing dos.library). AROS chose it's path of having no binary compability, and it's now paying the price. Like I've said before, fixing this retrospect is going to be really massive workload.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Making PC partitions available on Aros
« Reply #2 on: September 02, 2006, 10:40:08 PM »
@bloodline
Quote
If the source code is available then thats no problem... But I believe the authors of these filesystems have agreed to provide an AROS version provided it provides the DOS Packet interface...

Ah ok.

NTFS filesystem, sure, but fat95? Didn't know the author was around still. Anyway, still that'd leave out PFS3 (IMO simply the best filesystem for AmigaOS/MorphOS, even when emulated).


Oh, and I meant scrapping not crapping. Sorry about that :-)