Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2006 11:57:54 +0000
From:      Daniel Bye <freebsd-questions@slightlystrange.org>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Mounting XP drive
Message-ID:  <20061120115754.GB13154@catflap.slightlystrange.org>
In-Reply-To: <45616258.5040604@comcast.net>
References:  <45616258.5040604@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--xgyAXRrhYN0wYx8y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Nov 20, 2006 at 12:07:52AM -0800, Rem P Roberti wrote:
> I've been having trouble mounting a Windows XP drive.  Acutally, the=20
> drive mounts, but the system always starts up in single user mode.  Here=
=20
> is the fstab:
>=20
> # Device                Mountpoint      FStype  Options         Dump   =
=20
> Pass#
> /dev/ad0s1b             none            swap    sw              0       0
> /dev/ad0s1a             /               ufs     rw              1       1
> /dev/ad0s1d             /usr            ufs     rw              2       2
> /dev/ad1s1              /c              ntfs    rw              1       1
> /dev/acd0               /cdrom          cd9660  ro,noauto       0       0
>=20
> When I try to boot the system I get this error message:
>=20
> fsck: exec fsck_ntfs for /dev/ad1s1 in /sbin:/usr/sbin: no such file or=
=20
> directory
>=20
> The system then goes directly into single user mode.  When I ctrl-D my=20
> way into multi-user mode and do a df I find that the Windows drive is=20
> mounted.  I just can't seem to avoid the initial boot into single-user=20
> mode.
>=20
> Any help would be appreciated.

Change the final column for /dev/ad1s1 to 0.  When set to 1, it causes
init to run fsck against a mount point before mounting it.  As you have
found, there is no fsck_ntfs, because at the moment ntfs support in
FreeBSD is read-only.

Dan

--=20
Daniel Bye

PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc
PGP Key fingerprint: D349 B109 0EB8 2554 4D75  B79A 8B17 F97C 1622 166A

--xgyAXRrhYN0wYx8y
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFYZhBixf5fBYiFmoRAgfPAKDQq2Fq+XZh3LBBXdGibr61klj0FQCglXYQ
eHOrcFh4gcArbW+x66ZewrQ=
=l7VR
-----END PGP SIGNATURE-----

--xgyAXRrhYN0wYx8y--



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