Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!news.mira.net.au!news.vbc.net!garlic.com!news.scruz.net!news.cichlid.com!news.diamondmm.com!imci3!newsfeed.internetmci.com!in1.uu.net!ott.istar!istar.net!winternet.com!clio.trends.ca!worldlinx.com!gateman.zeus.leitch.com!fmariam From: fmariam@zeus.leitch.com (Fisseha Mariam) Newsgroups: comp.unix.bsd.freebsd.misc Subject: How to mount Solaris x86 partions in FreeBSD and vic Date: 20 Jun 1996 14:07:38 GMT Organization: Leitch Technology Intl. Inc. Lines: 16 Message-ID: <4qblva$ss6@gateman.zeus.leitch.com> NNTP-Posting-Host: stout.zeus.leitch.com X-Newsreader: TIN [version 1.2 PL2] I have both Solarix x86 and FreeBSD installed on my system - each on their own disk. I would like to mount the FreeBSD filesystems while running Solaris and viseversa. My question is how to refer to the FreeBSD filesystems on Solais's /etc/vfstab file and the solaris filesystems in FreeBSD. Solaris seems to call partitions slices and I am not sure it supports the freebsd way of refering to partitions. My attempt to mount the Freebsd file system with the command: mount -F ufs -r /dev/dsk/cod1p0 /freebsd1 resulted in un-readable filesystem mounted. Any help will be highly apperciated.