> > i would like to mount my second hard drive > > it doesn't show up in the mnt folder > > any help would be great > > You need to create a folder under /mnt before mounting drive eg: > /mnt/disk2 and then you mount /dev/hdx /mnt/disk2 > I have created a directory in /home that I have been manually mounting a shared fat32 drive to each time I boot. Would I be better off mounting it to a folder in /mnt? Also, I added a line to /etc/fstab to mount the drive, as I wanted it to mount automatically on boot, but this line does not seem to get executed (I was following instructions from a Red Hat site). Is this the right place to be putting the mount statement?