Assuming you already have a known filesystem on that drive; Find out which device represents this HD on /dev ; ex: /dev/hda, and the partitions, ex: /dev/hda1 you just have to make new directories under /mnt to mount these partitions on; for example:
mnt]# mkdir hda1 to mount the drive from the command line, just type, for instance: ]# mount /dev/hda1 /mnt/hda1 To really configure it you have to edit lines in the /etc/fstab file; you'll only need to know the filesystem, it's very easy. Whenever you are in doubt about a command type "man commandsname" and it'll help you. -- Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list