From owner-freebsd-questions Sun Apr 12 20:12:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19698 for freebsd-questions-outgoing; Sun, 12 Apr 1998 20:12:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pobox1.oit.umass.edu (mailhub.oit.umass.edu [128.119.166.151]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19693 for ; Sun, 12 Apr 1998 20:12:34 -0700 (PDT) (envelope-from gp@mail.inconnect.com) Received: from mail.inconnect.com (nscs27p14.remote.umass.edu) by pobox1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0ERC00DS80W7Q2@pobox1.oit.umass.edu> for freebsd-questions@FreeBSD.ORG; Sun, 12 Apr 1998 23:12:15 -0400 (EDT) Date: Sun, 12 Apr 1998 23:14:10 +0000 (GMT) From: Greg Pavelcak Subject: Re: Mounting a DOS partition permanently In-reply-to: <199804130240.VAA26158@dfw-ix10.ix.netcom.com> To: kliquori@ix.netcom.com Cc: freebsd-questions@FreeBSD.ORG Message-id: <0ERC00DS90WAQ2@pobox1.oit.umass.edu> MIME-version: 1.0 Content-type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12 Apr, Kevin Liquori wrote: > Last night I discover how to mount a DOS partition with 'mount_msdos'. > How can I incorporate this into the boot process so I do not have to > manually do this each time? Also, where does one normally mount such > partitions? I put it under /usr/dos and it seemed to work fine. I'm sure > this is incorrect but I've only had my hands on Un*x for about four days > now! > > TIA > -Kevin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message man fstab You can add the dos partition to your /etc/fstab file and it will be mounted automatically at boot up. As far as I know, you can mount a file system pretty much where you want. /usr/dos looks good to me. I'm sure someone will correct me if I'm wrong. Also, it used to be that people advised against mounting large DOS partitions. I don't know if that is still true, but perhaps you should approach with caution. You might want to look at ports/emulators/mtools anyway. Good luck. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message