Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!usc!howland.reston.ans.net!agate!asami From: asami@cs.berkeley.edu (Satoshi ASAMI) Newsgroups: comp.os.386bsd.questions Subject: Re: How do you mount a mfs? Date: 29 May 94 19:08:56 Organization: CS Div. - EECS, University of California, Berkeley, CA 94720 Lines: 18 Message-ID: <ASAMI.94May29190856@forgery.cs.berkeley.edu> References: <AE5OBSHQ@math.fu-berlin.de> NNTP-Posting-Host: forgery.cs.berkeley.edu In-reply-to: gusw@zedat.fu-berlin.de's message of Thu, 26 May 1994 19:57:25 GMT In article <AE5OBSHQ@math.fu-berlin.de> gusw@zedat.fu-berlin.de (Gunther Shadow) writes: * made my kernel with `option MFS' on, then rebooted and tried to `mount * -t mfs /dev/wd1b /mtmp' (/dev/wd1b is my swap partition). The mount I have (among other things) /dev/wd0b none swap sw 0 0 /dev/wd0b /tmp mfs rw 0 0 in my /etc/fstab. Are you sure wb1b is your primary swap partition? The default swap is the second partition of the first disk, which is wd0b on IDE systems, and I think you need to recompile the kernel to let it use wd1 for root/primary swap. I don't know if mount_mfs will be happy to be given a secondary swap partition. Satoshi (hope I didn't screw up, I'm no expert in this)