|
Extraordin-Air Team Final Project
|
|
|
Task
31. Mount the directory that you exported in item 30 to another mount point on your system.
Steps:
- Create empty directory to receive export/mount/share
mkdir /var/www/html/cgi-bin
mount air.nesser.com:/var/www/cgi-bin /var/www/html/cgi-bin
- Verify mount:
[/home/airmeryll/bin]$ df
Filesystem | 1k-blocks | Used | Available | Use% | Mounted on
|
/dev/hda2 | 7052496 | 5685484 | 1008764 | 85% | /
|
/dev/hda1 | 46636 | 13454 | 30774 | 31% | /boot
|
none | 63272 | 0 | 63272 | 0% | /dev/shm
|
air.nesser.com:/var/www/cgi-bin |
7052496 | 5685484 | 1008764 | 85% | /var/www/html/cgi-bin
|
also, I can cd into /var/www/html/cgi-bin and have access to all the files
in /var/www/cgi-bin
|
|
|
|