diff options
author | agc <agc@pkgsrc.org> | 2004-07-06 17:31:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-07-06 17:31:49 +0000 |
commit | a0a4d47eddb7d65bcd31eccfbc3ef254e3f89dbb (patch) | |
tree | 2764a4d237237420e6cd6db44ffd7d2da0402c90 | |
parent | e0718b9589c11f7016932d0c23899748ab687cfc (diff) | |
download | pkgsrc-a0a4d47eddb7d65bcd31eccfbc3ef254e3f89dbb.tar.gz |
Initial import of rfstool-0.14 into the Packages Collection, from a nudge
by Bruce Chiarelli on current-users.
RFSTOOL - ReiserFS for Windows - allows you to access ReiserFS
partitions from a Windows 95/98/ME/NT/2000/XP system. Starting with
version 0.6, it even allows you to access ReiserFS partitions from
Linux ;). It is a complete rewrite of the ReiserFS functions needed
to list directories or access files. Requirements
+ This tool was developed on NT/2000. The current version has
support for Windows NT, 2000, XP, as well as the 16-bit products
Windows 95, 98 and ME.
+ For NT/2000/XP: You need administrative privileges to run this
program. Normal users will probably not have the access rights
to the raw partition data.
+ You need to know the drive and partition index of the ReiserFS
partition you want to read. Luckily, the new version includes
an autodetect feature
+ Access is read-only. I do not intend to change that, at least
for the time being.
+ Journal data is ignored. These tools show the file structure as
it is ON DISK, right now.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 188f44318fc..d651254f931 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6471 2004/07/06 16:47:45 recht Exp $ +$NetBSD: CHANGES,v 1.6472 2004/07/06 17:31:49 agc Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3281,3 +3281,4 @@ Changes to the packages collection and infrastructure in 2004: Added fsv-0.9 [xtraeme 2004-07-06] Updated py-libxml2 to 2.6.11 [recht 2004-074-06] Updated py-libxslt to 1.1.8 [recht 2004-07-06] + Added rfstool-0.14 [agc 2004-07-06] |