From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 20:40:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 829EB1065737 for ; Mon, 25 Aug 2008 20:40:08 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id 8B5808FC0A for ; Mon, 25 Aug 2008 20:40:06 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 60743 invoked by uid 0); 25 Aug 2008 20:13:25 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 25 Aug 2008 20:13:25 -0000 X-pair-Authenticated: 190.188.5.83 Date: Mon, 25 Aug 2008 17:13:18 -0300 From: Alejandro Pulver To: Polytropon Message-ID: <20080825171318.43f564da@deimos.mars.bsd> In-Reply-To: <20080820202717.0b5ae676.freebsd@edvax.de> References: <20080820202717.0b5ae676.freebsd@edvax.de> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/bb9see3FZYqU0frl3Lu9_6n"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Aryeh Friedman , FreeBSD Mailing List Subject: Re: using sys/fusefs-ntfs as the home dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2008 20:40:08 -0000 --Sig_/bb9see3FZYqU0frl3Lu9_6n Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 20 Aug 2008 20:27:17 +0200 Polytropon wrote: > On Tue, 19 Aug 2008 22:59:31 -0400, "Aryeh Friedman" wrote: > > 500 GB internal drive in 2 partions (min. for vista [c:] and the rest > > for fbsd [8-current]) > > 250 GB external (usb) that will be ntfs formated [d: for windows and > > /mnt/d on fbsd) > >=20 > > My question how do I set it up so my windows user's dir is the same as > > my home dir on fbsd? (assume it will be on the ext. drive)? >=20 > The solution would be very simple, but because you're insisting > on having the "D:" partition formatted as NTFS, a problem occurs: > As far as I know, FreeBSD's NTFS support is okay for reading, but > not for writing. (I'm not 100% sure because I don't have any > "Windows" stuff around to check.) >=20 fusefs-ntfs can be used for writing. > The solution would be to automount the external USB harddisk > via /etc/fstab into /home, or into your individual home directory. > With a FAT / MS-DOS formatted disk, this would look like this: >=20 > /dev/da0s1 /home/aryeh msdosfs rw 0 0 >=20 > Note that /dev/da0 has to be this designated USB disk or startup > or login would be able to fail. >=20 > Of course, it would be much easier if "Windows" could access > an simple stupid UFS file system. :-) >=20 > Other problems could occur if you're using a FreeBSD and a > "Windows" version of the same program that behave differently, > for example a browser which's "Windows" version destroys the > configuration files - your settings of the FreeBSD version > would be gone. >=20 >=20 Firefox, Thunderbird and Opera can share preferences and data with Windows (I don't know about the first 2, but for Opera some files have to be different and others can be symlinks, there is a tutorial around). Ale --Sig_/bb9see3FZYqU0frl3Lu9_6n Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkizEl4ACgkQiV05EpRcP2FyVACfaiQ/g3EL+24S/f/QlADVNIgq yN0An3rvShd1F3vBhKUQMhD0wKRTv6sh =N9Om -----END PGP SIGNATURE----- --Sig_/bb9see3FZYqU0frl3Lu9_6n--