Package Details: ntfs3-dkms-git 1:6.5.r0.g44b4494-1

Git Clone URL: https://aur.archlinux.org/ntfs3-dkms-git.git (read-only, click to copy)
Package Base: ntfs3-dkms-git
Description: NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1.
Upstream URL: https://github.com/Paragon-Software-Group/linux-ntfs3
Licenses: GPL2
Conflicts: ntfs3
Provides: ntfs3, NTFS3-MODULE
Submitter: Hanabishi
Maintainer: None
Last Packager: Hanabishi
Votes: 4
Popularity: 0.000000
First Submitted: 2021-08-13 19:23 (UTC)
Last Updated: 2023-08-01 19:20 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

karu1 commented on 2021-09-11 10:30 (UTC)

@Hanabishi, I add github raw url to source array 'https://raw.githubusercontent.com/Paragon-Software-Group/linux-ntfs3/devel/fs/ntfs3/ntfs.h'

Hanabishi commented on 2021-09-11 10:27 (UTC)

@karu1, sorry, I don't understand your question.

karu1 commented on 2021-09-11 05:18 (UTC) (edited on 2021-09-11 05:19 (UTC) by karu1)

@Hanabishi, I source all files inside fs/ntfs3, can this work, how to check build error if not work.

Hanabishi commented on 2021-09-10 20:34 (UTC)

@karu1, no, current build will not work.

karu1 commented on 2021-09-10 20:26 (UTC)

@Hanabishi, can subversion be removed from makedepends.

Hanabishi commented on 2021-09-10 08:51 (UTC)

@babam, well, not using it. It should work I suppose. If you see incorrect behavior report to devs.

babam commented on 2021-09-10 08:36 (UTC) (edited on 2021-09-10 08:40 (UTC) by babam)

@Hanabishi,

mount -t ntfs3 -o uid=0,umask=000,fmask=000,dmask=000 /dev/sdb1 /mnt/sdb1

touch /mnt/sdb1/newfile

ls -l /mnt/sdb1/newfile

-rw-r--r-- 1 root root 0 Sep 10 15:39 /mnt/sdb1/newfile

umount /mnt/sdb1

mount -t ntfs3 -o uid=0,umask=000,fmask=000,dmask=000 /dev/sdb1 /mnt/sdb1

ls -l /mnt/sdb1/newfile

-rw-r--r-- 1 root root 0 Sep 10 15:39 /mnt/sdb1/newfile

What have the umask, fmask and dmask been doing?

Hanabishi commented on 2021-09-10 08:30 (UTC)

@babam, the same as in other filesystems https://wiki.archlinux.org/title/Umask
fmask - for files, dmask - for directories, umask - for both.

babam commented on 2021-09-10 06:59 (UTC)

@Hanabishi, What are the functions of umask, fmask and dmask in the mount options? Is it useful?

Hanabishi commented on 2021-08-27 18:29 (UTC) (edited on 2021-08-27 18:38 (UTC) by Hanabishi)

Fixed the patch according to latest changes.