-
Notifications
You must be signed in to change notification settings - Fork 0
/
dmsdos.lsm
39 lines (39 loc) · 2 KB
/
dmsdos.lsm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Begin3
Title: dmsdos
Version: 0.9.2.3
Entered-date: 19APR2000
Description: dmsdos: reads and writes compressed dos filesystems (CVF-FAT)
* read and write access to compressed partitions (files like
dblspace.xxx, drvspace.xxx and stacvol.xxx). The following
configurations are supported:
- DoubleSpace / DriveSpace (msdos 6.x)
- DoubleSpace / DriveSpace (older win95 releases)
- DriveSpace 3 (win95 with Plus! pack or newer win95)
- Stacker 3
- Stacker 4
* Works with FAT32, NLS, codepages etc. (tested with fat32
patches version 0.2.8 under Linux 2.0.33 and with fat32 in
standard 2.1.xx kernels and 2.0.[34-36], also tested with
2.2.[0-2] kernels). Tested with patched 2.2.13 and 2.3.99.
* Dmsdos can run together with vfat or umsdos for long
filenames.
* Dmsdos has been redesigned to be ready for SMP.
* Dmsdos compiles both under libc5 and libc6.
* The dmsdos library and some dmsdos tools compile even in a
32 bit Dos/Windows environment.
Keywords: filesystem compression doublespace drivespace stacker
Author: [email protected] (Frank Gockel)
[email protected] (Pavel Pisa)
Maintained-by: [email protected] (Frank Gockel)
[email protected] (Pavel Pisa)
Primary-site: sunsite.unc.edu /pub/Linux/system/Filesystems/dosfs
262 kB dmsdos-0.9.2.3.tgz
Alternate-site: ftp.uni-stuttgart.de /pub/systems/linux/local/system
262 kB dmsdos-0.9.2.3.tgz
fb9nt.uni-duisburg.de /pub/linux/dmsdos
262 kB dmsdosfs-0.9.2.3.tgz
Original-site:
Platforms: Linux 2.0.29-2.0.38, 2.1.94+, 2.2.0-2.2.14, 2.3.99+
msdos 6.x, msdos 7.x, win95, winnt 4.0
Copying-policy: GPL
End