Summary: | [ntfs] [patch] [request] dirmask support for NTFS ala MSDOSFS | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Ighighi <ighighi> | ||||||||
Component: | kern | Assignee: | freebsd-fs (Nobody) <fs> | ||||||||
Status: | Closed Overcome By Events | ||||||||||
Severity: | Affects Only Me | CC: | jhb, joeb1 | ||||||||
Priority: | Normal | ||||||||||
Version: | 6.2-STABLE | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Ighighi
2007-07-24 05:20:01 UTC
This patch adds search permissions to directories on NTFS volumes so you don't need to add them to the "-m mask" option in mount_ntfs(8) since those permissions most likely make no sense on regular files anyway. It preserves ABI compatibility. To apply this patch, run: patch -d /usr < /path/do/patch Now, either rebuild the world and the kernel or run: cd /usr/src/sys/modules/ntfs make clean && make && make install clean kldunload -v ntfs kldload -v ntfs Enjoy, you may now use -m644 in /etc/fstab and still browse directories: /dev/ad0s1 /mnt/win ntfs ro,noexec,noatime,-m644 0 0 This new version of the patch addresses the bug I posted at: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/114856 This new version of the patch addresses the bug I posted at: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/114856 Responsible Changed From-To: freebsd-bugs->freebsd-fs I think the FS list is a better place for this PR. Close this pr. 6.2 is so far past EOL as this pr is now meaningless. And ntfs has been removed from 10.0 base see http://svnweb.freebsd.org/base/head/sbin/Makefile?view=log&pathrev=247665 NTFS has been removed from the base system. |