similar to: Wine and NTFS detection

Displaying 20 results from an estimated 20000 matches similar to: "Wine and NTFS detection"

2007 Apr 10
1
NTFS support?
Is is possible to include NTFS support in syslinux, so Linux could boot from NTFS partitions? Of course syslinux itself would support just read-only access; the writing to NTFS (in order to store ldlinux.sys or whatever) would be done by mounting the partition using ntfs-3g. I understand this could be non-trivial, so I'm willing to spend some money on this ... suggestions welcome. Thank
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
This is the initial NTFS file system support for Syslinux :-) The following changes since commit 67954e370003d9bbfd8b58042669f2e9d532636f: ifmemdsk: remove spurious +x bit (2011-08-25 10:58:44 -0700) are available in the git repository at: git://github.com/pcacjr/syslinux.git ntfs-for-hpa Paulo Alcantara (34): Add NTFS filesystem support to Linux and Windows installers Initial
2010 Apr 23
1
Windows permissions on NTFS share mounted with NTFS-3g on linux
Hi all, I've been trying to get this to work for a while now but no luck... I have a NTFS formatted drive mounted using ntfs-3g on a linux computer. This drive is then shared using Samba. When I connect to the share from a windows machine and create new files their permissions are set for three users: Everyone, Root (unix user) and Root (unix group) but the actual user which created the file
2012 Feb 15
0
[GIT PULL] NTFS features and fixes
Hi all, - There is a worth thing to note about these changes, which is the handling of $ATTRIBUTE_LIST attribute, that is rare attribute. When there are a lot of attributes and there is no more space in the MFT record, all those attributes that can be made non-resident are moved out the MFT, so this is where the $ATTRIBUTE_LIST comes in. - Most people must have seen the ugly "EDD
2020 Feb 01
1
ntfs support
Richmond wrote: > John Pierce wrote: >> On Sat, Feb 1, 2020 at 1:31 AM wwp <subscript at free.fr> wrote: >> >>> Definitely, ntfs-3g is from the EPEL repo: >>> # yum info ntfs-3g >>> Installed Packages >>> Name : ntfs-3g >>> Arch : x86_64 >>> .... >> but is it available in x86 32 bit ? >> >>
2020 Feb 01
0
ntfs support
Hello Richmond, On Sat, 1 Feb 2020 09:03:51 +0000 Richmond <dnomhcir at gmx.com> wrote: > I should think this is quite a basic question but what I have tried so > far hasn't worked. I have centos altarch 7 and I want to mount an ntfs > volume. > > (I am beginning to suspect it is not available for 32 bit so I will need > to get the source and compile?) > >
2017 Jan 16
0
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
On Tue, Jan 10, 2017 at 05:06:13PM +0100, Jelle de Jong wrote: > Hello everybody, > > I am using libguestfs-tools version 1.28.1 in a bunch of bash > scripts to make back-ups of the files on a visualisation platform. > > I been trying to get read access to ntfs volumes with data > deduplication working. Do you have more information about data deduplication? It's the
2007 Aug 04
2
How to replace ntfs by ntfs-3g?
Hello, I can write to an ntfs partion if mounting it by hand with 'mount -t ntfs-3g /dev/sdf5 /mnt/xp'. But if I use the mount option from the kde Storage Media panel applet (kdebase-3.5.4-13.6.el5.centos) then the partion will be mounted without write support. So how to say kde and CentOS to use ntfs-3g and not ntfs? Maybe by changing some links? Thank you very much. regards Olaf
2018 Mar 03
0
NTFS HDD not detected on Centos 6.9 (solved)
Hello I believe Centos is a new chance to improve, so since I am the smallest in knowledge of the people that may be helping you, I want to share what happened recently. *After install the OS, I wanted to access info stored in an externar USB HDD, which was not detected* *so after just searching how to make it, I found the next lines which made it work as butter.* *yum --enablerepo=extras
2014 Feb 20
0
[PATCH] NTFS: Incorrect parsing of file runs
Length of some extents of NTFS files is parsed in wrong way. Signed-off-by: Andy Alex <andy at r-tt.com> --- diff -uprN syslinux-6.02.orig/core/fs/ntfs/ntfs.c syslinux-6.02/core/fs/ntfs/ntfs.c --- syslinux-6.02.orig/core/fs/ntfs/ntfs.c 2013-10-13 21:59:03.000000000 +0400 +++ syslinux-6.02/core/fs/ntfs/ntfs.c 2014-02-20 12:20:26.000000000 +0400 @@ -352,7 +352,6 @@ static int
2014 Apr 15
1
CentOS 6 mount of ntfs formatted usb stick fails
I recently received an 8GB usb stick that fails to mount on my fully patched CentOS 6.5 desktop machine. The stick works just fine on a windoze 7 laptop (my daughter's) with no special drivers installed. fdisk -l /dev/sdf gives the following: Disk /dev/sdf: 8004 MB, 8004829184 bytes 102 heads, 38 sectors/track, 4033 cylinders Units = cylinders of 3876 * 512 = 1984512 bytes Sector size
2004 Sep 03
0
files on shared ntfs-disk in linux-pc are not accessible
Hi, I have spent the entire evening, trying to access a ntfs-drive in my linux-box from my WinXP-Notebook but I just can't get it to work (and it's 3:50 a.m. now!) I have put a 160GB harddisk into a linux box (LFS 5.1.1, console only) and mounted it: /dev/hdd1 /mnt/toffi ntfs ro,uid=christoph,gid=christoph,umask=022 0 0 To check wether the data on the disk is ok, I then put in a
2014 Jun 02
0
[PATCH] NTFS: fix incorrect file->offset usage in ntfs_readdir
file->offset is used to store position in index root between ntfs_readdir calls. Previously, pointer to buffer was stored in this field. However this buffer is reallocated and read each ntfs_readdir call so the pointer may become incorrect. Now offset in index root rather than pointer is stored in this field. Signed-off-by: Andy Alex <andy at r-tt.com> --- diff -uprN
2017 Feb 09
1
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
Hi Richard, Is there a way I can access the /var/log/syslog of an running guestmount instance to get the grep ntfs-3g /var/log/syslog information? I managed to get the plug-in to load in my questmount instances by using: echo '/usr/lib/x86_64-linux-gnu/ntfs-3g/ntfs-plugin-*.so' > /usr/lib/guestfs/supermin.d/zz-ntfs-plugins rm -rf /var/tmp/.guestfs-* Kind regards, Jelle de Jong
2011 Sep 13
1
Cannot mount NTFS filesystems under Xfce4
I have installed the following 2 packages on Centos 5.6, and used GParted to successfully create an 8GB NTFS partition, on some unused HDD space. Installed Packages Name : ntfsprogs Arch : i386 Version : 1.13.1 Release : 6.el5 Size : 1.1 M Repo : installed Summary : NTFS filesystem libraries and utilities URL : http://www.linux-ntfs.org/ Name :
2014 Jun 02
2
[PATCH] NTFS: fix incorrect file->offset usage in ntfs_readdir
file->offset is used to store position in index root between ntfs_readdir calls. Previously, pointer to buffer was stored in this field. However this buffer is reallocated and read each ntfs_readdir call so the pointer may become incorrect. Now offset in index root rather than pointer is stored in this field. Signed-off-by: Andy Alex <andy at r-tt.com> --- diff -uprN
2007 Feb 18
4
sysutils/fusefs-ntfs working for anyone?
Hi there, I've been trying to mount my NTFS partitions with the NTFS-3g project's FUSE implementation but am unable to mount anything. I'm on 6-STABLE and have the latest versions of FUSE installed: fusefs-kmod-0.3.0_4 Kernel module for fuse fusefs-libs-2.6.2 FUSE allows filesystem implementation in userspace fusefs-ntfs-0.20070207RC1 Mount NTFS partitions and disk images I use
2015 Jul 08
0
[PATCH 3/5] labels: move ntfslabel to ntfs.c
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- daemon/daemon.h | 1 + daemon/labels.c | 22 +--------------------- daemon/ntfs.c | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 0731b09..7a4b97f 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -282,6 +282,7 @@ extern int
2010 Feb 20
2
Mounting LVM contained ntfs systems.
Using CentOS 5.4 Xen Virtualization "stock install" Added rpmforge NTFS extension for mount command. Scenario: Have mirror dd'd off to "backup" unmounted LV contained Windows machine. Within the LVM volume are two NTFS partitions formatted by Win2k8. Issue: How can I mount this? I need to verify file existence and run batch of file compare checks. If I try to mount
2017 Nov 06
1
ntfs user mappings?
On Sun, 5 Nov 2017 16:14:33 -0700 Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > Not bad but I wanted an ldap version because I was having issues > running ldbsearch as a normal user. > I had another thought, why am I reinventing the wheel, so came up with this: #!/bin/bash echo "#######################################################" echo "#