Created
January 18, 2011 20:33
-
-
Save spheromak/785085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mount /dev/VolGroup00/test1 /mnt/foo | |
# mount /dev/VolGroup00/test2 /mnt/foo | |
# mount | grep foo | |
/dev/mapper/VolGroup00-test1 on /mnt/foo type xfs (rw) | |
/dev/mapper/VolGroup00-test2 on /mnt/foo type xfs (rw) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment