From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <20080302113221.6D542581@resin17.mta.everyone.net> References: <20080302113221.6D542581@resin17.mta.everyone.net> Content-Type: multipart/alternative; boundary=Apple-Mail-1-695326376 Message-Id: From: Pietro Gagliardi Subject: Re: [9fans] Another new user question Date: Sun, 2 Mar 2008 15:05:09 -0500 To: Philo565@tuol.org, Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Cc: Topicbox-Message-UUID: 6c9acec6-ead3-11e9-9d60-3106f5b1d025 --Apple-Mail-1-695326376 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Mar 2, 2008, at 2:32 PM, Phil Kassner wrote: > I've been using Plan 9 for one week now and have gotten FTP > working. Installed Abaco and gotten that working, plus have Inferno > installed > but have more questions of course. > > 1) Is there a way one can write to a mounted filesystem? You usually mount a filesystem to a folder in /n. Just use that folder as you would do the rest of the filesystem. > > Just for example, if I wanted to put an executable in /bin ...how > would that be done? > /bin is NOT a mounted directory. It is a bound directory. /bin would be bound to four places: - /$objtype/bin - system executables - /rc/bin - system shell scripts - $home/bin/$objtype - user executables - $home/bin/rc - user shell scripts You choose. See bind(1) for details. > > 2) To mount a cdrom I know I can start 9660srv... > but how would I mount another HD? I did not see any other > filesystem servers. > Depends on the filesystem. If it's fossil, see fossil(4). If it's FAT on USB, use usbfat: The choices are endless, if you know how. > Thanks > > > -. www.tuol.org .- --Apple-Mail-1-695326376 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1
On Mar 2, 2008, at = 2:32 PM, Phil Kassner wrote:

I've been = using Plan 9 for one week now and have gotten FTP working. Installed = Abaco and gotten that working, plus have Inferno installed
=
but have more questions of course.
=A0
1) Is = there a way one can write to a mounted = filesystem?

You usually mount a = filesystem to a folder in /n. Just use that folder as you would do the = rest of the filesystem.

=A0
=
Just for example, if I wanted to put an executable in /bin ...how = would that be done?
=A0
/bin is = NOT a mounted directory. It is a bound directory. /bin would be bound to = four places:
- /$objtype/bin - system = executables
- /rc/bin = - system shell scripts
- = $home/bin/$objtype - user executables
- = $home/bin/rc - user shell scripts
You choose. See bind(1) = for details.

=A0
=
2) To mount a cdrom I know I can start 9660srv...
but = how would I mount another HD? I did not see any other filesystem = servers.
=A0

Depends on the filesystem. = If it's fossil, see fossil(4). If it's FAT on USB, use usbfat: The = choices are endless, if you know how.

Thanks

=A0

-. www.tuol.org = .-

= --Apple-Mail-1-695326376--