LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unfamiliar mount has a : in it (https://www.linuxquestions.org/questions/linux-newbie-8/unfamiliar-mount-has-a-in-it-913711/)

daisychick 11-15-2011 03:50 PM

unfamiliar mount has a : in it
 
CentOS 5.5

Can anyone tell me what the compute-01:/scr is?

Code:

[root@head home]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      241G  51G  178G  23% /
/dev/sda1              99M  20M  75M  21% /boot
tmpfs                502M    0  502M  0% /dev/shm
compute-01:/scr      1.6T  1.2T  378G  76% /compute-01/scr


acid_kewpie 11-15-2011 03:52 PM

an nfs mount point, the /scr share on the server "compute-01"

daisychick 11-15-2011 04:00 PM

Thanks. Obviously, I'm totally going to have to read up on this NFS stuff.

chrism01 11-15-2011 06:17 PM

Try
Code:

cat /etc/fstab
will show type if & if its supposed to be mounted at boot time.
If its not in there, its been mounted manually. You can use
Code:

cat /etc/mtab
to see details of all currently mounted drives.


All times are GMT -5. The time now is 08:50 AM.