| Summary: | [ntfs] Moving a file from ntfs-3g mounted partition results in page fault while in kernel mode | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Manolis Kiagias <sonicy> |
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Manolis Kiagias
2008-01-03 00:20:01 UTC
Manolis Kiagias wrote:
> Attempting to move (using mv) a file from a partition mounted with ntfs-3g results in kernel panic. This is not from a USB mounted disk, just another partition on the same disk where FreeBSD is installed.
The trace shows that this is a bug in the fuse kernel module, so please
bring this up with the maintainer of the port instead.
Kris
Responsible Changed From-To: freebsd-bugs->alepulver Assign to port maintainer These changesets: http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/6b7b01254c32 http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/f61c85872dfa fix the fatal and the non-fatal errors reported in the PR. Thanks for the report. Csaba Csaba Henk wrote: > These changesets: > > http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/6b7b01254c32 > http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/f61c85872dfa > > fix the fatal and the non-fatal errors reported in the PR. > > Thanks for the report. > > Csaba > > > I can confirm your patches working fine on my system. Thanks for all the nice work! Manolis State Changed From-To: open->closed Problem fixed by author, thanks for the report. |