Main > Free Download Search >

Free mount ntfs partitions software for linux

mount ntfs partitions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 502
lsd mount utilities 1.4

lsd mount utilities 1.4


lsd mount utilities project assist in setting up (creating) and mounting encrypted loopback file systems in Linux 2.4 and 2.6. more>>
lsd mount utilities project assist in setting up (creating) and mounting encrypted loopback file systems in Linux 2.4 and 2.6.
They also enable users (not just root) to mount encrypted file systems if appropriate entries have been added to /etc/fstab.
Enhancements:
- The installation footprint has been reduced by a factor of around 2.3.
- Formerly separate programs have been gathered into a single one.
- The name under which the program is installed was changed.
- The tool verbosity was greatly reduced (since standard error is now suppressed for most of the probing with external tools).
- To get a partial trace of the things happening internally (e.g. which external programs are invoked) you can now set the environment variable lsd_lama_trace=verbose.
<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
928 downloads
Set::Partition 0.03

Set::Partition 0.03


Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. more>>
Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets.

SYNOPSIS

use Set::Partition;

my $s = Set::Partition->new(
list => [qw(a b c d e)],
partition => [2, 3],
);
while (my $p = $s->next) {
print join( , map { "(@$_)" } @$p ), $/;
}
# produces
(a b) (c d e)
(a c) (b d e)
(a d) (b c e)
(a e) (b c d)
(b c) (a d e)
(b d) (a c e)
(b e) (a c d)
(c d) (a b e)
(c e) (a b d)
(d e) (a b c)

# or with a hash
my $s = Set::Partition->new(
list => { b => bat, c => cat, d => dog },
partition => [2, 1],
);
while (my $p = $s->next) {
...
}

Set::Partition takes a list or hash of elements and a list numbers that represent the sizes of the partitions into which the list of elements should be arranged.
The resulting object can then be used as an iterator which returns a reference to an array of lists, that represents the original list arranged according to the given partitioning. All possible arrangements are returned, and the object returns undef when the entire combination space has been exhausted.

<<less
Download (0.007MB)
Added: 2007-07-04 License: Perl Artistic License Price:
842 downloads
Scrounge NTFS 0.8.6

Scrounge NTFS 0.8.6


Scrounge NTFS is a data recovery program for NTFS filesystems. more>>
Data recovery program for NTFS file systems. Reads each block of the hard disk to and retrieves rebuilds file system tree on another partition.
I wrote this program when one of my friends lost valuable data on an NTFS drive. It been used since then in several cases, but not thoroughly tested, especially not WRT the fact that its a data recovery program.
You should have your partition information stored away in advance. This allows reliable retrieval of file info.
Enhancements:
- Dont exit on error reading source drive
- Fixed core dump when attribute list, but no MFT loaded
<<less
Download (0.099MB)
Added: 2005-04-08 License: BSD License Price:
923 downloads
Partition Logic 0.68

Partition Logic 0.68


Partition Logic is a standalone partitioning tool for PC-compatible computers. more>>
Partition Logic is a free hard disk partitioning and data management tool. It can create, delete, format, and move partitions and modify their attributes. It can copy entire hard disks from one to another.

Partition Logic is free software, based on the Visopsys operating system. It boots from a CD or floppy disk and runs as a standalone system, independent of your regular operating system.

Partition Logic is intended to become a free alternative to such commercial programs as Partition Magic, Drive Image, and Norton Ghost...

<<less
Download (1.2MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
913 downloads
Paragon NTFS for Linux 2.0

Paragon NTFS for Linux 2.0


Gain full access to NTFS partitions under Linux more>> Paragon NTFS for Linux gives transparent access to any NTFS partition under Linux operating system. So you and any application can browse these drives, read and change files, copy and create new files and folders. Everything absolutely transparently ?just like with ?ative?Ext2FS, Ext3FS or ReiserFS file system.
This download package is FREE and contains full functional Paragon NTFS for Linux drivers for the most popular Linux distributions with their default kernels only: Red Hat Enterprise 4 (SW), Fedora Core 4, Mandriva 10.2, SUSE 9.3. If you have any other Linux distribution or have already changed the default kernel, you will not probably be able to use this driver. If you are interested in buying or evaluating Paragon NTFS for Linux driver for any Linux distribution you should go to http://www.ntfs-linux.com/index.htm.
Note: This package contains Paragon NTFS for Linux demo version as well. The demo version mounts NTFS partitions in read-only mode only but you can install it to any Linux distribution.
<<less
Download (2447K)
Added: 2009-04-14 License: Freeware Price: $FREE
192 downloads
Partition Image 0.6.6

Partition Image 0.6.6


Partition Image is a Linux/UNIX utility which saves partitions in many formats. more>>
Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file.
The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions can be saved across the network since version 0.6.0.
Partition Image will only copy data from the used portions of the partition. For speed and efficiency, free blocks are not written to the image file.
This is unlike the dd command, which also copies empty blocks. Partition Image also works for large, very full partitions. For example, a full 1 GB partition can be compressed with gzip down to 400MB.
This is very useful to save partitions to an image in some cases:
- First you can restore your linux partition if there is a problem (virus, file system errors, manipulation error) . When you have a problem, you just have to restore the partition, and after 10 minutes, you have the original partition. You can write the image to a CD-R if you dont want the image to use hard-disk space.
- This utility can be used to install many identical PCs. For example, if you buy 50 PCs, with the same hardware, and you want to install the same linux systems on all 50 PCs, you will save a lot of time. Indeed, you just have to install on the first PC and create an image from it. For the 49 others, you can use the image file and Partition Images restore function.
<<less
Download (0.52MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
815 downloads
Xfce 4 Mount Plugin 0.5.0

Xfce 4 Mount Plugin 0.5.0


Xfce 4 mount plugin is a plugin for the Xfce 4 panel allowing you to mount devices and have them opened in a file manager. more>>
Xfce 4 mount plugin is a plugin for the Xfce 4 panel allowing you to mount devices and have them opened in a file manager afterwards.

Usage:

Add it to the panel, close the appearing options dialog and simply click the new hard disk icon in your panel. You will see a menu containing all items from fstab, i.e. any partitions and removable media, that is currently inserted.

Now, you want to mount the inserted CD-Rom? Just click onto the appropriate line in the menu. Can’t mount it? But have the possibility to `sudo’? Then go to the options dialog and specify your own mount command, which might be `sudo mount’.

Next, you didn’t get any feedback if the CD was mounted successfully? Why don’t specify a file launcher in the options dialog to display the mounted volumes after mounting them?

Ok, now you’re done working with the CD and want to unmount it. You click the hard disk, click the appropriate line, but don’t know, whether it was unmounted successfully. You can check so by clicking the hard disk icon again and see, whether it is still mounted, or specify to display a short messages after successfully unmounting the mounted volume.

So, basically, everything works now, but you have network file systems which might be nice to be displayed... Well, there’s another option to include network file systems.
As a last item, you can also specify another mount icon you like more, e.g. a block device symbol, or a CD, or a rack, ...

<<less
Download (0.17MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
962 downloads
Mount ISO image 0.9.1

Mount ISO image 0.9.1


Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG, UDF (DVD), CUE/BIN images. more>>
Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images.
Mount/unmount operations can be performed in two different ways: using kdesu or sudo. During the installation youll be offered to choose a variant to use.
Note: If you prefer to use sudo, you should first choose to "Setup sudo config" in installation menu.
Usage:
ISO9660 (CD) and UDF (DVD) images
Mount:
Right-click an ".ISO" file and choose "Actions -> Manage ISO -> Mount Image". Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised.
Unmount:
Right-click an ".ISO" file and choose "Actions -> Manage ISO -> Unmount Image". The corresponding folder will be removed from the desktop automagically.
Calculate MD5 sum:
Right-click an ".ISO" file, choose "Actions -> Manage ISO -> Calculate MD5 sum" and wait for completion - it may take several minutes for a standard 650 Mb image on a slow machine.
Create ISO/UDF image from directory:
Right-click a folder that you wish an ISO or UDF image to be created from and choose "Actions -> Manage ISO -> Create ISO (or UDF) image". Image will be created either in parent directory of this folder (if user is allowed to write there) or on the Desktop.
Warning: Check if you have enough free space on target partition before creating an ISO!
Create ISO/UDF image from CD/DVD drive:
Right-click any suitable directory (resulting file will be stored there), select "Actions -> Manage ISO -> Create ISO-image from CD-ROM" and select the name of ISO image in the filename selection dialog. If it suggests you put the resulting image on the Desktop instead of the selected directory, it means that current user has no permission to write in this directory.
Note: This feature requires a working CD/DVD drive
Warning: Check if you have enough free space on target partition before creating an ISO!
NRG (Nero Burning ROM) images
Mount:
Right-click an ".NRG" file and choose "Actions -> Manage NRG -> Mount Image". Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised.
Unmount:
Right-click an ".NRG" file and choose "Actions -> Manage NRG -> Unmount Image". The corresponding folder will be removed from the desktop automagically. You can also right-click this very folder on your to unmount.
Calculate MD5 sum:
Right-click an ".NRG" file, choose "Actions -> Manage NRG -> Calculate MD5 sum" and wait for completion - it may take several minutes for a standard 650 Mb image on a slow machine.
Convert NRG image to ISO
Right-click an ".NRG" file and choose "Actions -> Manage NRG -> Convert to ISO" to convert the image to a standard ISO.
Warning: Check if you have enough free space before converting!
CUE/BIN images
Mount:
Right-click a ".CUE" file and choose "Actions -> Manage CUE/BIN -> Mount Image". Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised.
Note: This feature requires the use of cdemu utility, available here: http://cdemu.sourceforge.net
If it is not installed on your system, you will need to compile it from source or find a suitable package.
Unmount:
Right-click a ".CUE" file and choose "Actions -> Manage CUE/BIN -> Unmount Image". The corresponding folder will be removed from the desktop automagically. You can also right-click this very folder on your to unmount.
Convert CUE/BIN image to ISO:
Right-click a ".CUE" file and choose "Actions -> Manage CUE/BIN -> Convert to ISO" to convert the image to a standard ISO.
Note: This feature requires bchunk utility, available here: http://he.fi/bchunk
If it is not installed on your system, you will need to compile it from source or find a suitable package.
Warning: Check if you have enough free space before converting!
CCD/IMG/SUB (CloneCD) images
Convert CloneCD image to ISO:
Right-click a ".CCD" file and choose "Actions -> Manage CloneCD -> Convert to ISO" to convert the image to a standard ISO.
Note: This feature requires ccd2iso utility, available here: http://sourceforge.net/projects/ccd2iso
If it is not installed on your system, you will need to compile it from source or find a suitable package.
Warning: Check if you have enough free space before converting!
XDVDFS (XBOX) images
Create XDVDFS image from directory:
Right-click a folder that you wish an XDVDFS image to be created from and choose "Actions -> Manage ISO -> Create XDVDFS image". Image will be created either in parent directory of this folder (if user is allowed to write there) or on the Desktop.
Note: This feature requires extract-xiso utility, available here
Warning: Check if you have enough free space on target partition before creating an ISO!
Installation:
tar -jxf mount-iso-image-0.9.tar.bz2
cd mount-iso-image-0.9
./install.sh
Please follow installer instructions
Translations:
- Czech (by Jozef Riha)
- Danish (by Kalna and BK)
- French (by MrYouP)
- German (by Xenonite and seraphyn)
- Hungarian (by Marcel Hilzinger and Vince Pinter)
- Italian (by marcosegato)
- Polish (by Lukasz Purgal)
- Portuguese/brazilean (by Groo and Dherik)
- Romanian (by Spoiala Cristian)
- Russian (by Jinjiru)
- Slovak (by Jozef Riha)
- Spanish (by mrthc)
<<less
Download (0.011MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
832 downloads
Linux NTFS 1.13.1

Linux NTFS 1.13.1


Linux NTFS provides Linux kernel drivers and tools to create, resize, clone, rescue, query, label and fix NTFS volumes. more>>
Linux NTFS provides Linux kernel drivers, a multiplatform NTFS library, and tools to create, resize, clone, rescue, query, label and fix NTFS volumes, and to undelete, resize, list, and query files for the filesystem used by Windows XP, 2003, 2000, NT4, and Longhorn.
Linux NTFS also provides support for the Logical Disk Manager (LDM) that controls Windows Dynamic Disks and is used to create software mirrors, stripes, and RAID.
Enhancements:
- Many improvements and fixes were made for all known problems to ntfsmount, ntfscluster, mkntfs, ntfsclone, ntfsinfo, and libntfs.
<<less
Download (0.23MB)
Added: 2006-06-21 License: Public Domain Price:
1236 downloads
Xfce4-mount-plugin 0.5.0

Xfce4-mount-plugin 0.5.0


Xfce 4-mount-plugin is a mount/umount utility for the panel. more>>
Xfce 4-mount-plugin provides a plugin for the Xfce 4 panel allowing you to mount devices and have them opened in a file manager afterwards.

This little plugin behaves like the "kwikdisk - removable media utility" shipped with KDE.

Press it and it will display a list of items representing your various devices. If you click on an unmounted devices it will mount it and vice versa. There is no warning in case a device cant be mounted or unmounted.

The plugin displays various information on each device :
"device name" > "mount point" ["used size"/"total size"] "available size" free and an obvious progress bar

The plugin works in a very simple way. It builds a list of devices from your /etc/fstab (using setfsent() and getfsent() ) and get device stat from the list of mounted devices (ie same data as the df command), using setmntent() and getmntent().

For mouting a device, the plugin simply runs a "mount /mount_point/ " command.

<<less
Download (0.17MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
968 downloads
Mount.app 3.1

Mount.app 3.1


Mountapp is a dockapp for mounting and unmounting filesystems. more>>
Mountapp is a dockapp for mounting and unmounting filesystems. Mount.app is especially useful for removable volumes like CD-ROMs, ZIP(tm) disks, and floppies.
One click to mount, unmount, eject. GUI configuration, automatically configures "user" and "owner" mounts from /etc/fstab.
Enhancements:
- The source has been moved from CVS to Mercurial.
- Some user-supplied patches have been applied.
<<less
Download (0.096MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
990 downloads
Mint 2.2 Beta

Mint 2.2 Beta


Mint is a small X toolbar that can switch network configurations in a few keystrokes. more>>
Mint is a small X toolbar that can switch network configurations in a few keystrokes. Mint enables you to change your network configurations in a few keystrokes. It supports DHCP and static addresses, and can execute an authentication script when it changes the configuration. It also displays a clock and a battery meter.
mint displays the name of current network configuration. It also displays a clock and a battery meter. The battery meter shows the percentage of remaining battery life and appends a `+ to the battery life when AC power is connected.
Since it changes network configuration, mint must be run setuid root. It safely invokes the authentication script as the user who started mint, not root.
mint provides a network configuration called "off" to shutdown the network interface. mint displays "?" if it does not recognize the current network configuration. It displays "xx" if the network interface does not exist.
The authentication script is run in the background. When you switch network configuration, mint kills any previously running authentication script. For DHCP configurations, mint does does not run the authentication script if the DHCP request fails.
DHCP support is made by the "dhcpcd" command, which mint expects to find in /sbin. dhcpcd should have come with your Linux distribution; if not you can get it from http://www.phystech.com/download/dhcpcd.html.
Enhancements:
- The beta version of Bianca was released and is available for download. Bianca comes with two brand new themes: Bianca-Blue and Bianca-Green which give the distribution a whole new minty look. Only one panel at the bottom, a Slab-like menu, new default icons. The following applications were added to Bianca: mintMenu, a replacement for the GNOME menu; mintConfig, a Control Center application; mintDisk, a program which automatically mounts FAT32 and NTFS partitions; mintDesktop, which now comes as a package, has a graphical configuration front-end; mintWifi, which now comes as a package.
<<less
Download (698MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1044 downloads
kio_auto-autofs 0.5

kio_auto-autofs 0.5


kio_auto-autofs is a KIO Slave for KDE. more>>
kio_auto-autofs is a KIO Slave for KDE.
Auto-autofs is a Perl script that searches the hardware for block devices using the /proc directory. It finds partitions on harddisks via fdisk and tries to detect the filesystems.
The script generates also automounter entries for all ISO (or other loopback) files in special folders.
It creates a configuration file (automounter map) or works as a configuration program for automount.
Also a HTML file with all devices will be generated, so its possible to mount (and umount) partitions by clicking on a link.
Main features:
- Umount/Eject via Context Menu
- Meta Info Support
- I18n support
<<less
Download (0.63MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
863 downloads
usb-mount 0.96

usb-mount 0.96


usb-mount provides desktop integration for systems using the hotplug scripts and the KDE desktop. more>>
usb-mount project provides desktop integration for systems using the hotplug scripts and the KDE desktop. It automatically mounts and unmounts USB storage partitions and modifies the users desktop, via the addition of icons representing USB storage device partitions.
The user can interact with the storage device by opening the desktop icons to reveal the folders corresponding to each partition. Each partitions mount status can be altered by using icon control options.
These scripts work for me on Fedora Core 2 and Redhat 9. Several people have reported that they can be made to function on many other Linux distributions with minor configuration changes and some editing.
To get them to work on your system you may need knowledge of Linux and shell scripting. If the scripts dont work out of the box, you should look for errors in /var/log/messages (or where ever your system log is kept). If you are not comfortable with reading logs and editing scripts - perhaps these scripts arent for you.
I no longer have any Linux systems with 2.4 kernels, I think the scripts will still work. All recent modifications have only been tested on Fedora Core 4 running kernel 2.6.
Many distributions are now adequately handling usb - so I havent spent much time improving usb-mount. If anyone wants to fork a new version, feel free. The new kernel, dbus, etc should make it quite easy to create a simpler script from scratch.
Enhancements:
- More fixes for newer kernels/distibutions that take longer to setup usb devices;
- Handle flash card readers that have more than one device (thanks to Edward);
- Ignore non usb-storage devices (thanks to Wolfgang Klein).
<<less
Download (0.034MB)
Added: 2006-01-26 License: LGPL (GNU Lesser General Public License) Price:
1370 downloads
Auto-autofs 1.8

Auto-autofs 1.8


Auto-autofs is a Perl script that searches the hardware for block devices using the /proc directory. more>>
Auto-autofs is a Perl script that searches the hardware for block devices using the /proc directory. The project finds partitions on harddisks via fdisk and tries to detect the filesystems.
The script generates also automounter entries for all ISO (or other loopback) files in special folders.
It creates a configuration file (automounter map) or works as a configuration program for automount.
Also a HTML file with all devices will be generated, so its possible to mount (and umount) partitions by clicking on a link.
Main features:
- Finds IDE and SCSI block devices via /proc
- Finds partitions on harddisks
- Filesystem and disk size detection via fdisk
- Gives the Devices automatically a fitting name (cdrom, cdwriter, zip, part etc.)
- By more than one device the names will be numbered (cdrom, cdrom1, cdrom2 etc)
- Its possible to give devices an alias (/dev/hdd1 -> "export")
- Volume or partition label support (for ext2, ext3, udf, isofs, reiserfs, ntfs and vfat)
- more filesystems can be added
- Support for Audio and Video CDROMs (see README file) (NEW)
- Support for IDE-SCSI Emulation
- Support for umount/eject
- Configurable commands
- With Icons (32x32 or 16x16) from KDE
- Support for ISO Files and other loop back files
- Add your devices as QuickBrowser to your KDE Panel
- Free configurable
- Automatically configuration
- Automatically creates symbolic links (/dev/cdrom --> /dev/scd0)
- I18n support
Enhancements:
- removed some kde stuff
- syntax change of index.html
- change default access rights
- bugfixes
<<less
Download (0.037MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
865 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5