Re: normal mount points



Hmmm. My system is 4.11 so that would explain /proc. Could /net and /host be related to running apache or samba? I did not knowingly create these "devices" I haven't been as vigilant as I could have been for security (one of my reasons for an upcoming reinstall), so there is a possibility of the server being hijacked...? But I don't want to assume the worst on false concersns..



illoai@xxxxxxxxx wrote:
On 28/04/07, Graham North <northg@xxxxxxx> wrote:
I ran the df command last night to check slice sizes in anticipation of
doing some backup and eventual tranfer to a new machine.
The output gave me not just normal slices that were created at install
but also three additional (mount points?)
/proc
/net
/host

The machine is a simple web server and print server with little else on
it. Can some explain to me (or point me to) an explanation of mount
points?


Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad0s1a 1012974 36926 895012 4% /
devfs 1 1 0 100% /dev
/dev/ad2s1d 5616214 716542 4450376 14% /home
/dev/ad0s1e 1012974 22352 909586 2% /tmp
. . .

Mount points are merely directories where devices
are mounted as part of the filesystem. These can be
automatically mounted by a listing in /etc/fstab or manually
mounted using /sbin/mount. That they show up in df's
listing means that something is in fact mounted on it.

Typing "mount" at a command prompt will give you a listing
of mounted devices like so:

/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad2s1d on /home (ufs, NFS exported, local, nosuid, soft-updates)
/dev/ad0s1e on /tmp (ufs, local, soft-updates)
. . .

As none of those above (/proc /net /host) are part of the
standard layout (Well, /proc was on 4.x and earlier) some-
one at some time has added them.


--

Graham North
Vancouver BC
Canada

www.soleado.ca

Kindness is infectous, try it.

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: normal mount points
    ... I did not knowingly set up automounter - is this something I would have had to do? ... I did not knowingly create these "devices" I haven't been as vigilant as I could have been for security, so there is a possibility of the server being hijacked...? ... Can some explain to me an explanation of mount ... listing means that something is in fact mounted on it. ...
    (freebsd-questions)
  • Re: normal mount points
    ... Can some explain to me an explanation of mount ... listing means that something is in fact mounted on it. ... of mounted devices like so: ... devfs on /dev ...
    (freebsd-questions)
  • Summary: Gentoo Linux NFS problem
    ... was started on the Gentoo side before trying to mount the device. ... to a Gentoo Linux client. ... firewalls are disabled on both machines. ... Rpcinfo queries of the server report all is well. ...
    (SunManagers)
  • RE: MS Services for UNIX 3.5
    ... by a SFU 3.5 server with no problems - performs as expected. ... 100Mbit LAN connection) but only between the SuperMicro unit and my XP ... both the ASUS and SuperMicro units can mount an exported ... properly mapping linux and windows user accounts. ...
    (RedHat)
  • Permission denied when trying to mount a directory
    ... When I try to mount a directory that resides on a server running FC3 ... onto a workstation running Suse 10 I get a permission denied error. ... On the server, which runs FC3, I went into 'NFS Server Configuration' ...
    (alt.os.linux)