From owner-freebsd-questions Sun Mar 17 02:27:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA04859 for questions-outgoing; Sun, 17 Mar 1996 02:27:38 -0800 (PST) Received: from ccslinux.dlsu.edu.ph (humprey@linux1.dlsu.edu.ph [165.220.8.15]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA04853 for ; Sun, 17 Mar 1996 02:27:34 -0800 (PST) Received: (from humprey@localhost) by ccslinux.dlsu.edu.ph (8.6.12/8.6.9) id SAA25685; Sun, 17 Mar 1996 18:37:39 +0800 Date: Sun, 17 Mar 1996 18:37:39 +0800 (GMT+0800) From: "Humprey C. Sy" To: Krzysztof Cegielski cc: questions@freebsd.org Subject: Re: Mount DOS partition In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 15 Mar 1996, Krzysztof Cegielski wrote: > I have little question. > > How to mount MS-DOS partition as catalog in FreeBSD? > Before this time I use Linux and there was possible in it by 'mount' > instruction. In my case, my MSDOS partition resides in wd0s1, so to mount it, I typed mount -t msdos /dev/wd0s1 /mnt /mnt is my preferred target directory, btw. - Humprey -