filesystems in windows
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 207
Filesystems HOWTO 0.7.4
Filesystems HOWTO is about filesystems and accessing filesystems from several OSes. more>>
Filesystems HOWTO is about filesystems and accessing filesystems from several OSes.
This HOWTO is a document that describes a wide variety of filesystems and instructs you on how to access them from a wide variety of operating systems.
<<lessThis HOWTO is a document that describes a wide variety of filesystems and instructs you on how to access them from a wide variety of operating systems.
Download (MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
Filesystem in Userspace 2.7.0
Filesystem in Userspace is an interface for filesystems implemented in userspace. more>>
FUSE can implement a fully functional filesystem in a userspace program.
Main features:
- Simple library API
- Simple installation (no need to patch or recompile the kernel)
- Secure implementation
- Userspace - kernel interface is very efficient
- Usable by non privileged users
- Runs on Linux kernels 2.4.X and 2.6.X
- Has proven very stable over time
Installation
Some projects include the whole FUSE package (for simpler installation). In other cases or just to try out the examples FUSE must be installed first. The installation is simple, after unpacking enter:
./configure
make
make install
If this produces an error, please read on.
The configure script will try to guess the location of the kernel source. In case this fails, it may be specified using the --with-kernel parameter. Building the kernel module needs a configured kernel source tree matching the running kernel. If you build your own kernel this is no problem. On the other hand if a precompiled kernel is used, the kernel headers used by the FUSE build process must first be prepared. There are two possibilities:
1. A package containing the kernel headers for the kernel binary is available in the distribution (e.g. on Debian its the kernel-headers-X.Y.Z package for kernel-image-X.Y.Z)
2. The kernel source must be prepared:
- Extract the kernel source to some directory
- Copy the running kernels config (usually found in /boot/config-X.Y.Z) to .config at the top of the source tree
- Run make menuconfig, then make dep at the top of the source tree (only needed on 2.4 kernels)
If using the 2.6 kernel, then write access is needed to some files in the kernel source tree. Usually it is enough if you make .tmp_versions and .__modpost.cmd writable.
Enhancements:
- Stacking support for the high level API
- Add filename charset conversion module
- Improved mounting
<<lessMain features:
- Simple library API
- Simple installation (no need to patch or recompile the kernel)
- Secure implementation
- Userspace - kernel interface is very efficient
- Usable by non privileged users
- Runs on Linux kernels 2.4.X and 2.6.X
- Has proven very stable over time
Installation
Some projects include the whole FUSE package (for simpler installation). In other cases or just to try out the examples FUSE must be installed first. The installation is simple, after unpacking enter:
./configure
make
make install
If this produces an error, please read on.
The configure script will try to guess the location of the kernel source. In case this fails, it may be specified using the --with-kernel parameter. Building the kernel module needs a configured kernel source tree matching the running kernel. If you build your own kernel this is no problem. On the other hand if a precompiled kernel is used, the kernel headers used by the FUSE build process must first be prepared. There are two possibilities:
1. A package containing the kernel headers for the kernel binary is available in the distribution (e.g. on Debian its the kernel-headers-X.Y.Z package for kernel-image-X.Y.Z)
2. The kernel source must be prepared:
- Extract the kernel source to some directory
- Copy the running kernels config (usually found in /boot/config-X.Y.Z) to .config at the top of the source tree
- Run make menuconfig, then make dep at the top of the source tree (only needed on 2.4 kernels)
If using the 2.6 kernel, then write access is needed to some files in the kernel source tree. Usually it is enough if you make .tmp_versions and .__modpost.cmd writable.
Enhancements:
- Stacking support for the high level API
- Add filename charset conversion module
- Improved mounting
Download (0.47MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
845 downloads
Ext2 Filesystems Utilities 1.39
The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debuggin more>> <<less
Download (3.4MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1278 downloads
File system investigator 1.0.3
File system investigator is a forensic filesystem viewer. more>>
FileSystem Investigator is a platform independent file system viewer and data extraction tool. It allows the user to:
* View the contents of the target file system in a forensicly safe manner, bypassing the normal operating system mechanisms.
* Extract files and whole directory trees of files from the source filesystem.
Since it is written in platform-neutral Java, it can be used to examine filesystems outside their native environment. For example, it can be used to view a Linux filesystem while running under Windows.
FileSystem Investigator directly accesses the source disk and processes the data using it own built in filesystem drivers. This ensures that it is safe to use FileSystem Investigator for forensic investigations.
FileSystem Investigator will never write to the source media thus important timestamps are preserved. FileSystem Investigator can also read disk-image files such as those created by dd.
Files and whole directory structures can be extracted easily from the source drive and stored for further use or analysis. Due to limitations imposed by Java, special files such as device nodes, pipes, sockets and links, cannot be extracted.
<<less* View the contents of the target file system in a forensicly safe manner, bypassing the normal operating system mechanisms.
* Extract files and whole directory trees of files from the source filesystem.
Since it is written in platform-neutral Java, it can be used to examine filesystems outside their native environment. For example, it can be used to view a Linux filesystem while running under Windows.
FileSystem Investigator directly accesses the source disk and processes the data using it own built in filesystem drivers. This ensures that it is safe to use FileSystem Investigator for forensic investigations.
FileSystem Investigator will never write to the source media thus important timestamps are preserved. FileSystem Investigator can also read disk-image files such as those created by dd.
Files and whole directory structures can be extracted easily from the source drive and stored for further use or analysis. Due to limitations imposed by Java, special files such as device nodes, pipes, sockets and links, cannot be extracted.
Download (0.33MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1660 downloads
Sys::Filesystem 1.22
Sys::Filesystem is a tool to retrieve a list of filesystems and their properties. more>>
Sys::Filesystem project is intended to be a portable interface to list and query filesystem names and their properties.
It hopes to provide a consistent API to list all, mounted, unmounted, and special filesystems on a system, and query as many properties as possible with common aliases wherever possible.
<<lessIt hopes to provide a consistent API to list all, mounted, unmounted, and special filesystems on a system, and query as many properties as possible with common aliases wherever possible.
Download (0.018MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1066 downloads
live-initramfs
live-initramfs is a fork from Casper by Canonical. more>>
live-initramfs is a fork from Casper by Canonical. The project is used to build an initramfs suited to boot live systems.
live-initramfs is a hook for the initramfs-tools, used to generate a initramfs capable to boot live systems, such as those created by live-helper(7). This includes the Debian Live isos, netboot tarballs, and usb stick images.
At boot time it will look for a (read-only) media containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environ‐ ment, using unionfs, for Debian like systems to boot from.
To modify the code you can follow the below process:
Checkout or install live-initramfs
svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/
Then build to match your target platform (i.e. if target is lenny then build with lenny) with debuilder inside the live-initramfs (debuilder is part of devscripts package):
debuild -us -uc -b
Then copy the .deb generated to config/chroot_local-packages.
<<lesslive-initramfs is a hook for the initramfs-tools, used to generate a initramfs capable to boot live systems, such as those created by live-helper(7). This includes the Debian Live isos, netboot tarballs, and usb stick images.
At boot time it will look for a (read-only) media containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environ‐ ment, using unionfs, for Debian like systems to boot from.
To modify the code you can follow the below process:
Checkout or install live-initramfs
svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/
Then build to match your target platform (i.e. if target is lenny then build with lenny) with debuilder inside the live-initramfs (debuilder is part of devscripts package):
debuild -us -uc -b
Then copy the .deb generated to config/chroot_local-packages.
Download (MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
854 downloads
zisofs-tools 1.0.8
zisofs-tools are tools for creating a compressed ISO9660 filesystems. more>>
zisofs filesystem is an extension to the ISO9660 filesystem that allows files, on a file-by-file basis, to be stored compressed and decompressed in real time.
The zisofs filesystem is supported by recent versions of Linux (2.4.14 or later).
Legacy systems can still read uncompressed files. zisofs-tools contains the tools necessary to create such a compressed ISO9660 filesystem and to read compressed files on a legacy system.
Enhancements:
- This release fixes the --sloppy option, which was documented but did not work.
<<lessThe zisofs filesystem is supported by recent versions of Linux (2.4.14 or later).
Legacy systems can still read uncompressed files. zisofs-tools contains the tools necessary to create such a compressed ISO9660 filesystem and to read compressed files on a legacy system.
Enhancements:
- This release fixes the --sloppy option, which was documented but did not work.
Download (0.064MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
892 downloads
findfile 0.2
findfile are tools for recovering files from corrupted filesystems. more>>
FindFile will be a collection of tools for recovering files from filesystems with corrupted directories/allocationtables/etc.
This can be usefull when the partitiontable (or more) of a harddisk is corrupted. Or when you have a memory-card of a digital camera which is corrupted.
For now only a tool for recovering .JPEG files is included. It is pretty fast!
<<lessThis can be usefull when the partitiontable (or more) of a harddisk is corrupted. Or when you have a memory-card of a digital camera which is corrupted.
For now only a tool for recovering .JPEG files is included. It is pretty fast!
Download (0.003MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
Dropline Nuovo! 0.5
Dropline Nuovo! provides a not-so-shiny and not-so-colorful icon set for GNOME. more>>
Dropline Nuovo! provides a not-so-shiny and not-so-colorful icon set for GNOME.
Just unpack the iconset to ~/.icons or /usr/share/icons
note: "~" means is your home directory, i.e.: /home/ /.icons
Enhancements:
- lots of new icons, about 150...
- some highlights: MMC/SD and some other media formats like this improved floppy drive battery icon new filesystems, for block/char devs and sockets
- new emblems
- emblems now support translations, so you dont hve to guess what does a bad designed icon mean
- new gaim icons, just like in 0.4, youll need to replace some files.
- text in mimetypes now is bigger so you can read it without your glasses :P
<<lessJust unpack the iconset to ~/.icons or /usr/share/icons
note: "~" means is your home directory, i.e.: /home/ /.icons
Enhancements:
- lots of new icons, about 150...
- some highlights: MMC/SD and some other media formats like this improved floppy drive battery icon new filesystems, for block/char devs and sockets
- new emblems
- emblems now support translations, so you dont hve to guess what does a bad designed icon mean
- new gaim icons, just like in 0.4, youll need to replace some files.
- text in mimetypes now is bigger so you can read it without your glasses :P
Download (0.99MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
flmkisofs 0.1
flmkisofs is a very simple program for creating ISO images with mkisofs. more>>
flmkisofs project is a very simple program for creating ISO images with mkisofs.
flmkisofs is a very simple program for creating ISO images with the mkisofs program. It can create DVD video ISO images, Apple ISO filesystems, HFS/ISO filesystems, and El Torito or Generic bootable ISO filesystems.
It fully supports versions 1 through 3 of the ISO filesystem standard, with RockRidge and Joliet extensions, and has partial UDF support.
<<lessflmkisofs is a very simple program for creating ISO images with the mkisofs program. It can create DVD video ISO images, Apple ISO filesystems, HFS/ISO filesystems, and El Torito or Generic bootable ISO filesystems.
It fully supports versions 1 through 3 of the ISO filesystem standard, with RockRidge and Joliet extensions, and has partial UDF support.
Download (0.011MB)
Added: 2007-01-16 License: BSD License Price:
1018 downloads
eCryptfs 0.1.7
eCryptfs is an POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. more>>
eCryptfs is an POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. eCryptfs is derived from Erez Zadoks Cryptfs, implemented through the FiST framework for generating stacked filesystems.
eCryptfs extends Cryptfs to provide advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of ``gnupgfs.
eCryptfs is a native Linux filesystem (other popular cryptographic filesystems for Linux require FUSE or operate via RPC calls). It can be built and distributed as a stand-alone kernel module for the Linux kernel version 2.6.15 or higher; there is no need to apply any kernel patches.
Enhancements:
- Legacy releases of eCryptfs.
<<lesseCryptfs extends Cryptfs to provide advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of ``gnupgfs.
eCryptfs is a native Linux filesystem (other popular cryptographic filesystems for Linux require FUSE or operate via RPC calls). It can be built and distributed as a stand-alone kernel module for the Linux kernel version 2.6.15 or higher; there is no need to apply any kernel patches.
Enhancements:
- Legacy releases of eCryptfs.
Download (0.14MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1219 downloads
FSHeal 0.2
FSHeal is a tool for mending filesystems and reporting statistics. more>>
FSHeal aims to be a general filesystem tool that can scan and report vital "defective" information about the filesystem like broken symlinks, forgotten backup files, and left-over object files, but also source files, documentation files, user documents, and so on.
It will scan the filesystem without modifying anything and reporting all the data to a logfile specified by the user which can then be reviewed and actions taken accordingly.
<<lessIt will scan the filesystem without modifying anything and reporting all the data to a logfile specified by the user which can then be reviewed and actions taken accordingly.
Download (0.010MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1657 downloads
Ytree 1.89
Ytree project is a (curses-based) file manager similar to DOS Xtree. more>>
Ytree project is a (curses-based) file manager similar to DOS Xtree.
It was made for browsing filesystems and archives (RAR/SPM/RPM/TAR/ARC/LHA/ZIP/ZOO).
Ytree is reported to run on following platforms:
SYSV R3.2/R4
Interactive UNIX
Linux V2.2
NeXTstep 2.1
Irix 5.2
AIX 3.2
HPUX
SUNOS 4.1 / Solaris 2
ULTRIX 4.3
DEC-UNIX / OSF1
FreeBSD
OpenBSD
NetBSD
QNX
Mac OS X
Building:
In most instances, it should be sufficient to uncomment the section for your platform in Makefile (Default is linux). Type make followed by make install. If you want, customize ytree by editing $HOME/.ytree.
Enhancements:
- NetBSD support. (Thanks to Martynas Venckus)
<<lessIt was made for browsing filesystems and archives (RAR/SPM/RPM/TAR/ARC/LHA/ZIP/ZOO).
Ytree is reported to run on following platforms:
SYSV R3.2/R4
Interactive UNIX
Linux V2.2
NeXTstep 2.1
Irix 5.2
AIX 3.2
HPUX
SUNOS 4.1 / Solaris 2
ULTRIX 4.3
DEC-UNIX / OSF1
FreeBSD
OpenBSD
NetBSD
QNX
Mac OS X
Building:
In most instances, it should be sufficient to uncomment the section for your platform in Makefile (Default is linux). Type make followed by make install. If you want, customize ytree by editing $HOME/.ytree.
Enhancements:
- NetBSD support. (Thanks to Martynas Venckus)
Download (0.11MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
939 downloads
FSVS 1.1.8
FSVS stands for Fast System VerSioning, File System VerSioning or Full System VerSioning. more>>
FSVS stands for "Fast System VerSioning", "File System VerSioning" or "Full System VerSioning".
You may think of it as some kind of tar or rsync with versioned storage.
A future capability will be to cope with local adjustments for different machines (using branching techniques), so that most of the space needed for the backup of system-files (/bin, /usr, ...) can be shared between machines.
Main features:
- initialize itself for operation (define target URL)
- commit to this URL (backup), with meta-data support (owner, group, mode, devices, symlinks)
- show the status, ie. which entries have changed, and what was changed (data or meta-data)
- update from this URL (restore), with meta-data support
- use advanced ignore patterns, eg. to ignore all virtual filesystems like /proc, /sys, /dev (if devfs), and so on. PCRE-expressions and recursive ignore patterns are possible, too.
- Re-Synchronize with the repository, ie. get list of files in repository, to commit all different files.
<<lessYou may think of it as some kind of tar or rsync with versioned storage.
A future capability will be to cope with local adjustments for different machines (using branching techniques), so that most of the space needed for the backup of system-files (/bin, /usr, ...) can be shared between machines.
Main features:
- initialize itself for operation (define target URL)
- commit to this URL (backup), with meta-data support (owner, group, mode, devices, symlinks)
- show the status, ie. which entries have changed, and what was changed (data or meta-data)
- update from this URL (restore), with meta-data support
- use advanced ignore patterns, eg. to ignore all virtual filesystems like /proc, /sys, /dev (if devfs), and so on. PCRE-expressions and recursive ignore patterns are possible, too.
- Re-Synchronize with the repository, ie. get list of files in repository, to commit all different files.
Download (0.22MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
Linux Logical Volume Management HOWTO 0.0.2
Linux Logical Volume Management HOWTO is describing Linux Logical Volume Management. more>>
Linux Logical Volume Management HOWTO is describing Linux Logical Volume Management.
Logical Volume Management is the art of combining disks to create larger and more flexible filesystems.
You can concatenate partitions to create huge volumes.
Its also possible to create volume snapshots which enable more or less hot backups.
But you can also transparently move data from one disk to another.
This HOWTO helps you in a very hands-on way to use these amazing tools.
Enhancements:
- Released version 0.0.2 - these version numbers a rather bogus, but every once in a while we feel that we have progressed significantly, and bump the version number a bit. The version on this page is up to date within 15 minutes of our latest changes.
<<lessLogical Volume Management is the art of combining disks to create larger and more flexible filesystems.
You can concatenate partitions to create huge volumes.
Its also possible to create volume snapshots which enable more or less hot backups.
But you can also transparently move data from one disk to another.
This HOWTO helps you in a very hands-on way to use these amazing tools.
Enhancements:
- Released version 0.0.2 - these version numbers a rather bogus, but every once in a while we feel that we have progressed significantly, and bump the version number a bit. The version on this page is up to date within 15 minutes of our latest changes.
Download (MB)
Added: 2006-10-03 License: (FDL) GNU Free Documentation License Price:
1117 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above filesystems in windows search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed