Re: NTFS-3G for Debian GNU/Hurd
Erik Larsson <[email protected]> Mon, 27 Apr 2026 07:46:21 +0200
| Newsgroups | gmane.linux.debian.ports.hurd |
|---|---|
| Message-ID | <[email protected]> |
On 2026-04-26 22:31, Samuel Thibault wrote: > NexusSfan, le dim. 26 avril 2026 08:05:42 -0700, a ecrit: >> On 4/26/26 7:52 AM, Erik Larsson wrote: >>> Now mounting an NTFS volume should be possible: >>> settrans -a <mountpoint> /bin/ntfs-3g <device> <mountpoint> [-o >>> <options>] >> Maybe soon it could be possible to boot the Hurd from NTFS? ;) > Does ntfs support xattr? Yes, it does, NTFS-3G maps them to NTFS's alternate data streams. For security xattrs there's a way to map NTFS permissions to POSIX ACLs as well, but I haven't even verified if libfuse-hurd implements extended attributes in the first place, so let's not get ahead of ourselves. :) We're a long way from booting from NTFS... - Erik