NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/54598: mount ntfs panic
The following reply was made to PR kern/54598; it has been noted by GNATS.
From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/54598: mount ntfs panic
Date: Tue, 8 Oct 2019 15:33:09 +0100
On Sat, Oct 05, 2019 at 08:15:01AM +0000, J. Hannken-Illjes wrote:
> Looks like it is one of these commits:
>
> https://mail-index.netbsd.org/source-changes/2014/11/13/msg060490.html
> https://mail-index.netbsd.org/source-changes/2014/11/13/msg060491.html
> https://mail-index.netbsd.org/source-changes/2014/11/13/msg060492.html
It appears to already be the first one. (no panics though)
# ident /netbsd_94 | grep ntfs_vfsops.c
$NetBSD: ntfs_vfsops.c,v 1.94 2014/04/16 18:55:18 maxv Exp $
# mount /dev/wd0e /mnt
# ls /mnt
$AttrDef
$BadClus
$Bitmap
...
# ident /netbsd_95 | grep ntfs_vfsops.c
$NetBSD: ntfs_vfsops.c,v 1.95 2014/11/13 16:49:56 hannken Exp $
swan# mount /dev/wd0e /mnt
ntfs_procfixups: fixup 2 doesn't match
ntfs_loadntnode: BAD MFT RECORD 0
ntfs_vget: CAN'T LOAD ATTRIBUTES FOR INO: 0
mount_ntfs: /dev/wd0e on /mnt: Invalid argument
# ls /mnt
#
Home |
Main Index |
Thread Index |
Old Index