Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 1996 11:44:49 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Greg Flint <grflint@rs6000.cmp.ilstu.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Another NFS Question
Message-ID:  <Pine.BSI.3.94.961008114219.2048C-100000@gdi.uoregon.edu>
In-Reply-To: <3.0b33.32.19961007215224.0068e4a4@rs6000.cmp.ilstu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 7 Oct 1996, Greg Flint wrote:

> Sorry about the last question, I hope this is more clear. I don't know what
> process it go under to successfully mount a NFS filesystem. 

mount -t nfs machine:/filesystem /local_mountpoint

see mount_nfs(8).

> And to kill two birds with one stone, how do I get more virtual
> counsils. I ahve tried to add entries in /etc/ttys but there is no
> corresponding /dev/ttyv?. 

Run as root:

cd /dev; ./MAKEDEV vty#

where # is the number of vty's you want.  ie, if you have getty's defined
for up to ttyv7, then you want to plug in 8 for the vty number.  (yes,
it's twisted & not 0-based)

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961008114219.2048C-100000>