Quote:
Originally Posted by LotharIrausquin
How do you create a mount point
|
a mount point is just a directory that you create like /data or something
Quote:
|
and how do you point services to point to the new device?
|
I just meant "start using it". If your adding it for log space, point your configs to log there or if it's for web space point your web server to it.
Quote:
|
When I shutdown the server and then I put in the new scsi disk, I can boot up the server and then run " fdisk -l " to find the new disk path right?
|
yes, you may want to record the fdisk -l output before adding the disk so that you can compare.
Quote:
|
We are not using raid . What is lvm?
|
a way to manage disks into a pool for better management. type in pvdisplay and vgdisplay and the output should tell you if anything is setup.
Quote:
|
Do you have an example on how to mount the drive in /etc/fstab ?
|
/dev/sdd1 /data ext3 defaults 1 2
then type mount -a