NTFS-3G 1.5012
Твой софтовый форум

Твой софтовый форум > Софт - отдел Андеграунд > SoftoRooM > *NIX-SOFT > *NIX-SOFT -> Системные

Pages: 1, 2
F1NT
NTFS-3G 1.0

Твой софтовый форум

Linux-драйвер с открытым кодом для работы с файловой системой NTFS. Драйвер проект NTFS-3G обеспечивает возможность выполнения операций чтения и записи для файловых систем ОС Windows XP/2000/Server 2003/Vista. Вообще сообщается о поддержке большинства операций POSIX за исключением некоторых ограничений по владению и правам доступа. Для использования NTFS-3G 1.0 рекомендуется наличие FUSE версии 2.6 и выше. Драйвер доступен не только для GNU/Linux, но и для некоторых других операционных систем (Mac OS X, FreeBSD, BeOS и Haiku)

> Лицензия: | GNU/GPL
> Платформа: | GNU/Linux, Mac OS X, FreeBSD, BeOS, Haiku
> Язык: | Английский

Homepage | www.ntfs-3g.org


Скачать:

| У Вас нет прав для просмотра этого текста, пожалуйста, зарегистрируйтесь |

ЭЖД
ph34r.gif NTFS-3G 1.1104

STABLE Version 1.1104 (November 4, 2007)
Fix: reads over the end of a file could return "invalid argument" error using some recent kernels. This problem may have caused Thunderbird to hang.
Fix: some faulty versions of the gcc compiler have crashed during compilation.
Fix: the utimes(2) system call may incorrectly updated the last status change filestamp.
Change: the ntfs.streams.list extended attribute enumerates Alternate Data Streams (ADS) '\0' separated.

Downloads (~564 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.1104.tgz
ЭЖД
ph34r.gif ntfs-3g 1.1120


Downloads_http://www.ntfs-3g.org/ntfs-3g-1.1120.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2129


Downloads_http://www.ntfs-3g.org/ntfs-3g-1.2129.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2216


Downloads (~632 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.2216.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2310

STABLE Version 1.2310 (March 10, 2008)
Fix: the driver crashed when one tried to open a non-existent file which had at least twice as long file name as the one allowed by the NTFS specification.
Fix: Windows CHKDSK may reported minor inconsistencies because the data and allocation size of some special purpose resident unnamed $DATA attribute in the index and inode FILE_NAME attributes could be incorrect.
Fix: unprivileged mount failed if user had rights for everything except the FUSE device file.
Fix: the 'dev' and 'suid' mount options didn't work.
Change: rmdir(2) returns ENOTEMPTY instead of EEXIST because the GNOME glib library and the Nautilus file browser can't handle the also standard EEXIST value which resulted an error message when for instance one tried to remove a directory containing files.
Change: the 'dev' and 'suid' mount options are the default from now on for root mounts, similarly as other file systems behave. These options are always denied for setuid-root and unprivileged mounts.

Downloads (~633 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.2310.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2412

Fix: the total file system depth was limited to 4095 characters by FUSE and trying to access files and directories deeper gave "No such file or directory" error. If NTFS-3G is compiled with an external FUSE library (non-default), then FUSE CVS is needed until FUSE 2.8.0 is released.
Fix: symlink(2) failed or the size was truncated at modulo 256 if the old path was over 255 bytes.
Fix: unprivileged mount may have been denied because supplementary groups were dropped too early as a security measure.
Fix: unprivileged mount may have been denied if the /etc/fuse.conf file wasn't properly configured. This was redundant and the /etc/fuse.conf file is not required anymore.
Fix: updating hard link attributes was delayed by one second which resulted softwares seeing their file sizes and timestamps incorrectly during this time interval.
Fix: the 'noatime' mount option additionally and unconditionally was passed to FUSE.

Downloads (~635 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.2412.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2506

Fix: In certain, rare circumstances, any area of the NTFS volume, except the NTFS boot sector, could get corrupted. The chance for this to happen is higher for close to full disk utilization and using one of the more uncommon, less than 4096 byte cluster sizes. The cluster size is logged under the /var/logs directory usually in the 'messages' or 'daemon.log' log file, as the blksize mount parameter. All stable releases have this issue since version 1.328. Upgrade is recommended from all NTFS-3G releases.

Downloads (~635 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.2506.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2531

Fix: Mount failed with "Invalid argument" error message if the mountpoint was a symlink.
Fix: A corrupted directory could hang the driver.
Fix: Mount could hang if the block allocation map was corrupted.
Fix: The driver could hang or misbehave when compressed, sparse or encrypted file attribute flags were corrupted.
Fix: The driver could crash when both an MFT attribute offset and the allocated bytes were corrupted.
Fix: Building the driver failed if the --exec-prefix configure option was used without --sbindir=/sbin.
Fix: Parallel 'make install' may failed.
New: Support building the driver in a separate directory.
New: Added --enable-mount-helper configure option which installs /sbin/mount.ntfs-3g, so mount via mount(8) and /etc/fstab can work on Linux. The default is enabled on Linux and disabled on all other operating systems.

Downloads (~635 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.2531.tgz
ЭЖД
ph34r.gif ntfs-3g 1.2712

Fix: A corrupted size directory or a directory over tens of million files may hang the driver. If NTFS-3G is compiled with an external FUSE library (non-default on Linux) then FUSE CVS is needed until FUSE 2.8.0 is released.
Fix: Removing alternate data streams and extended attributes leaked memory.
Fix: Mount could fail with some mount(8) utilities (e.g. busybox one) if the /etc/mtab file didn't exist or was on a read-only file system. This fix should solve most of the "/bin/mount: invalid option -i" mount problems.
Fix: The driver always returned "I/O errors" if the standard file descriptors were closed during mount, e.g. via some usage of udev, hotplug, etc.
Fix: Building the driver failed if the --prefix=/ configure option was used.
Fix: Driver compilation may failed with 'PATH_MAX undeclared' error mesage in some (cross)-compilation environments.

Downloads (~637 Kb)_http://www.ntfs-3g.org/ntfs-3g-1.2712.tgz
Быстрый ответ:

Показать смайлики в новом окне | Включить смайлики |  Добавить подпись



  Яндекс цитирование   Rambler's Top100
Это - "Lite" версия форума, полная версия темы - здесь: NTFS-3G 1.5012