Questions tagged [ntfs-3g]

An open-source FUSE implementation of the NTFS filesystem commonly used to access NTFS volumes on Linux systems.

NTFS-3G is an open-source, cross-platform FUSE implementation of the NTFS filesystem. It supports reading and writing NTFS volumes as well as NTFS compression and editing of permissions. NTFS-3G is commonly used to access NTFS volumes on Linux as well as FreeBSD and many other open-source operating systems.

90 questions
22
votes
3 answers

Kernel NTFS driver vs NTFS-3G

A more comprehensive phrased question since I lost access to the other one. I would ask that the other one be deleted, not this one, as it should not have been migrated in the first place. There are currently two NTFS drivers available for…
Jack
  • 2,011
13
votes
5 answers

Are there faster solutions for NTFS on Linux than NTFS-3G?

NTFS-3G is a stable read/write NTFS driver, but it is unfortunately extremely slow compared to both NTFS on Windows, and any native Linux filesystem. Not only is the access itself very slow due to use of FUSE, NTFS-3G does not have near the…
Billy ONeal
  • 8,421
7
votes
2 answers

How could a directory transform into a Unix file?

I have an NTFS hard drive which I've been reading/writing to on my iMac using NTFS-3G / Tuxera. The reason that it's NTFS formatted is because it came out of my old PC. Its singular function is the storage of a ton of multimedia -- MP3s mostly, with…
7
votes
3 answers

Install NTFS-3G with read-write on OS X Lion using MacPorts

I have a nicely working MacPorts on Lion. When I run sudo port install ntfs-3g it does compile without errors. However, when I attach a NTFS-formatted external drive, it's read only. And there is no Preferences icon for NTFS-3G, like there was in…
Tomas Andrle
  • 3,102
6
votes
1 answer

Change owncloud data directory to an external drive

Owncloud 5.0.9 is installed on my raspberry pi and is working flawlessly. But since my raspberry pi hasn't much space, I wanted to move the data directory on an external drive. I have a 1,5GB external drive formatted in NTFS mounted on…
mdcq
  • 259
6
votes
1 answer

Why did NTFS-3G via Homebrew stop working?

I followed the directions here: NTFS-3G via Homebrew installation If you have [Homebrew][5], installing NTFS support is as easy as running the following in a terminal: brew install ntfs-3g Then, follow the instructions on the screen. Homebrew…
6
votes
1 answer

How to automount ntfs partation on raid0 in arch linux with systemd

Recently, I switched from initscript to systemd followed this wiki, and I got error like this during boot: Job dev-md126p5.device/start timed out This is my fstab: /dev/mapper/VGLinux-lvroot / ext4 rw,relatime,stripe=64,data=ordered 0…
dawnstar
  • 161
5
votes
4 answers

Mac OS X read/write NTFS support

I am trying to get read/write support for NTFS drives, under Mac os 10.6. I have tried to use NTFS 3G, but it seems it does not support 64 bit kernels. I was unable to change my Mac's Kernel to 32 bit. Is there a solution? I am running Snow Leopard,…
Tiago Veloso
  • 1,090
5
votes
1 answer

Detect Linux NTFS symlinks under Windows/WSL

Symlinks created in Linux on NTFS drives (ln -s) appear in Windows as short files with contents IntxLNK + 0x01 + (UTF-16 encoded target path) -- probably Interix. I want to write a script to convert them, when booting in Windows, to proper NTFS…
5
votes
2 answers

Is there a difference between Windows-created NTFS and Gparted-created NTFS?

So I'm reinstalling a whole system, which has Linux and Windows, and I'm making a "shared" NTFS partition to hold data for both. Thing is, would affect anything if I setup the partitioning scheme from Gparted before installing Windows? Gparted can…
TheStack
  • 153
4
votes
2 answers

No space left on device, df shows 50%

I have done everything I know about, and now I'm completely lost. I'm getting an error on my Storage partition. The drive is a ntfs, and I'm using ntfs-3g, the disk is being shared between my Windows and my Linux partitions. But I don't think that…
GoldenStake
  • 51
  • 1
  • 4
4
votes
4 answers

How to unlink a folder in Windows? (NTFS)

Is it possible to unlink a folder in NTFS rather than delete it? ie. Can I simply delete it from the filetable? The reason I want to do this is because I have a bunch of stuff that I've copied off from a Linux computer, and it seems that ntfs3g has…
4
votes
2 answers

How to Mark NTFS filesystem dirty from *NIX/Linux?

Is there any way to mark a NTFS-fileystem dirty using ntfstools/ntfs-3g or any other tool, so it gets chkdsk'd when windows boots? I know I can do that from windows or the recovery console but I'm curious if this is possible.
georg
  • 266
4
votes
3 answers

How do I see and set the NTFS compression attribute in Linux?

Browsing an NTFS partition in Konqueror or Dolphin, the compressed files and folders are not displayed with blue names, and there doesn't seem to be any page in the file properties dialog to see or set the NTFS file attributes. ls -al is also not…
Boann
  • 1,165
3
votes
2 answers

Opinions on NTFS for Mac solution?

I am currently using the free NTFS-3G to access my NTFS drive from the Mac. It seems pretty stable (except once in the very beginning, it locked up the Mac and corrupted my NTFS drive, which I then fixed with chkdsk from a PC). However, speed is…
AngryHacker
  • 19,327
1
2 3 4 5 6