From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 14 Mar 2013 10:41:20 +0100 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] mounting fossil Topicbox-Message-UUID: 2870a5ea-ead8-11e9-9d60-3106f5b1d025 > I have an IDE HD with fossil (no venti) partition on it. It contains some > data precious to me. > I would like to mount it on a native Plan9; yes, I've RTFM, but it seems to > me too brief for me to avoid (fatal) mistakes. > Thus, could some nice person lead me step - by - step? Let's say your disk is named sdE1 and have a Plan 9 partition named "fossil". % fossil/fossil -m 20 -f /dev/sdE1/fossil -c 'srv -AWPV fossil.other' -c 'srv -p fscons.other' Then, you can mount it: % mount /srv/fossil.other /n/fossil And to halt it: % echo fsys all sync >>/srv/fscons.other % echo fsys all halt >>/srv/fscons.other -- David du Colombier