Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 09:04:26 +1100
From:      andrew clarke <mail@ozzmosis.com>
To:        "Ronald F. Guilmette" <rfg@tristatelogic.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mount NTFS from "Live" system?
Message-ID:  <20171129220426.277zfvzwlmoyyy5t@ozzmosis.com>
In-Reply-To: <37725.1511844646@segfault.tristatelogic.com> <47545.1511991173@segfault.tristatelogic.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 2017-11-27 20:50:46 UTC-0800, Ronald F. Guilmette (rfg@tristatelogic.com) wrote:

> For the life of me, I can't figure out where Ubuntu stores
> low-level disk error messages.  I think they should appear in
> /var/log/kern.log, but  don't see any disk errors in there.
> (Sigh.)

Ubuntu sends disk errors to /var/log/syslog, I believe.

On Wed 2017-11-29 13:32:53 UTC-0800, Ronald F. Guilmette (rfg@tristatelogic.com) wrote:

> In this case, having a FreeBSD "live" system with support for NTFS may
> perhaps not have gotten me to the ultimate resolution of the problem any
> faster, but I still do think that it would be a Good Idea to include the
> ntfs-3g thingy in the normative release images... because you never know
> when this might be a great help.
> 
> Then again, perhaps if I had just started with a mini/memstick image then
> I could perhaps have loaded ntfs-3g, over the net, into the "live" system.
> Would that have worked?  I dunno.  I didn't try it.  Does anybody know?

I suspect something along the lines of:

pkg install fusefs-ntfs
mount_ntfs-3g -o ro /dev/da0s1 /mnt

would've worked.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171129220426.277zfvzwlmoyyy5t>