OS4 DepotLogo by McFly 
(anonymous IP: 3.15.235.80,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Driver » Filesystem » xad_fs.lha

XADFileSystem

Description: Filesystem for mounting archive files
Download: xad_fs.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 2Mb
Version: 53.2
Date: 06 Apr 2014
Author: Fredrik Wikström
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://www.a500.org/
Category: driver/filesystem
Replaces: driver/filesystem/xad_fs.lha
License: BSD
Distribute: yes
Min OS Version: 4.1
FileID: 8727
 
Comments: 7
Snapshots: 0
Videos: 0
Downloads: 483  (Current version)
1083  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is an OpenAmiga.org project.
Read more at: http://openamiga.org/index.php?function=viewproject&projectid=66

Requirements:

AmigaOS >= 4.1

Installation:

Copy XADFileSystem L:
Copy MountXAD SYS:C/
Copy def_XAD0.info ENVARC:Sys/

Usage:

MountXAD <archive file>

After you are done with the archive file, unmount it with the Dismount
command:

Dismount XAD0:

Or use MountXAD with DISMOUNT switch:

MountXAD <archive file> DISMOUNT

If you mount more than one archive at the same time the second one will use
the device name XAD1: and the third XAD2: and so on.

MountXAD can also be used as a default tool for icons of archive files. In
this case double clicking the icon will either mount it or unmount it if it's
already mounted.

XADFileSystem unarchives files as they are accessed into a cache directory. By
default this is placed in T: which is usually in RAM: so if you're going to be
using XADFS with archives with a lot of big files you might consider pointing
this to a directory on your harddrive. This can easily be done using the
SetEnv command:

SetEnv SAVE XADFS_CACHE_DIR <cache directory>

F.e. to make XADFS store cache files in DH1:Temp just type:

SetEnv SAVE XADFS_CACHE_DIR DH1:Temp

Changes:

53.2 (6-Apr-2014)

- Fixed a copy/paste error in FSExamineDir() that caused the file size to be
  stored in exd->Type instead of exd->FileSize.


53.1 (6-Apr-2014)

- Completely rewritten as a new-style vector port filesystem.

- Renamed XADFS_TEMP_DIR env variable to XADFS_CACHE_DIR.

- This is now an Open Amiga project.

See the Changelog file in the archive for a complete list of changes.



Copyright © 2004-2024 by Björn Hagström All Rights Reserved