Re: panic mounting ntfs

From: Yoshihiro Ota <ota_at_j.email.ne.jp>
Date: 9 May 2008 01:52:17 +0900
>> Date: Wed, 7 May 2008 11:00:13 -0400
>> From: "Josh Carroll" <josh.carroll_at_gmail.com>
>> Sender: owner-freebsd-current_at_freebsd.org
>> 
>> >  Have you tried the sysutils/fusefs-ntfs port instead? I hear that it is
>> >  supposed to have a pretty good success rate at giving Read/Write access
>> >  to NTFS partitions.
>> 
>> I sure hadn't. Unfortunately, all I have now is the ntfs partition
>> image, and fuse doesn't seem to like mounting the md device:
>> 
>> root_at_dev:~# mount -t ntfs-3g /dev/md0 /mnt
>> mount: /dev/md0 : Operation not supported by device
>> 
>> I'll have to plug the drive directly into the -CURRENT box to try ntfs-3g.
>> 
>> I have the data (partition image from the dd), so I can get the data.
>> I was more concerned with mount -t ntfs panic'ing the box :)
>
>mount -t ntfs-3g doesn't work correctly at this time due to the changes
>made for nmount. To get it working:
>% cd /sbin
>% mv mount_ntfs mount_ntfs.sav
>% ln -s /usr/local/bin/ntfs-3g mount_ntfs
>
>With this, mounting with '-t ntfs' will work much better, though I can't
>swear that you will be able to mount an md image.
>
>Alternatively, just use the mount-3g command directly:
>% ntfs-3g /dev/md0 /mnt

This one is another well known problem
http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/120784
Received on Thu May 08 2008 - 15:10:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:30 UTC