Web Hosting Talk







View Full Version : Mounting a second drive


tuvok
02-19-2002, 05:45 PM
Hi Guys

I have added a second drive to my redhat 6.2 server the drive is already partitioned and has already been detected by linux, but how do i mount the partition that are on it??

Thank for the help

clocker1996
02-19-2002, 07:47 PM
fdisk -l /dev/hd*

bitserve
02-21-2002, 07:52 AM
After you see what partitions are on it, you can use the mount command to mount them.

man mount

allera
02-21-2002, 09:03 AM
Don't forget to put it into /etc/fstab if you want it to mount automatically when booting.