Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!newshost.telstra.net!asstdc.scgt.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!usenet.ins.cwru.edu!agate!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!homer.alpha.net!jcarr.inxpress.net!user From: jcarr@wit.org (jcarr) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Mounting msdos 3gig SCSI on MacBSD 1.1 Date: Sat, 23 Mar 1996 04:01:18 +0100 Organization: Alpha.net -- Milwaukee, WI Lines: 20 Message-ID: <jcarr-2303960401180001@jcarr.inxpress.net> NNTP-Posting-Host: jcarr.inxpress.net X-Newsreader: Value-Added NewsWatcher 2.0b24.0+ I have a 3gig scsi partitioned into 4 sections, msdos, linux swap, linux root and a user partition. If anyone can point me in the right direction as to how if at all possible I might mount these partitions on my mac running NetBSD 1.1. At bootup it successfully probes the drive as sd1 (sd0 is my internal) and finds all the info like Micropolis 3gig and all that so that part obviously is ok. I tried mount -t msdos /dev/sd1a /msdos but that didn't work. //macbsd/home/jcarr#mount -t msdos /dev/sd1a /msdos msdos: mount: Operation not supported by device //macbsd/home/jcarr#df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 517482 393629 72104 85% / kernfs 1 1 0 100% /kern procfs 4 4 0 100% /proc //macbsd/home/jcarr# jcarr