| Summary: | sys-fs/ntfs3g-2016.2.22 cannot mount ntfs partition in rw mode | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Javran Cheng <javran.c> |
| Component: | [OLD] Core system | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
*** This bug has been marked as a duplicate of bug 578336 *** |
Created attachment 434854 [details] emerge --info I have specified "rw" option in my /etc/fstab, but the latest ntfs3g (2016.2.22) is not respecting it: # mount | grep ntfs /dev/sdb6 on /mnt/foo2 type ntfs (ro,noatime,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1) also tried to remount it with read+write option manually, which doesn't work either: # mount -o remount,rw /dev/sdb6 # mount | grep ntfs /dev/sdb6 on /mnt/foo2 type ntfs (ro,noatime,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1) downgrading to sys-fs/ntfs3g-2015.3.14 solves the problem.