Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
How do i go about mounting a 2 hard drivewhat do i need to add to fstab? and does it need to be a linux file type i wount be able to use it for extra storage i have a small 3 computer network using win 98 and linux i have try but can not get it to work thanks Tim

important things to know:
/dev/hda = ide 1/master drive
/dev/hdb = ide 1/slave drive
/dev/hdc = ide 2/master drive
/dev/hdd = ide 2/slave driveyou usually can use a supported file system,if you ave compiled it into the kernel or as a kernel module: fat,fat32, ntfs,ext2,minixfs, ext3, reiserfs ... just to name some of them.
/etc/fstab is the conf-file which tells the aouto-mounter what to do.
In case of a new harddisk on the second ide-controller, we have to do (in the simplest case) a mkfs -ext2 /dev/hdc1 (after fdisk or so for creating a partition) to format the first partition on this disk.
then you edit fstab: add a line like the following:
/dev/hdc1 /home/yourdir ext2 defaults 0 2
/home/yourdir stands for any directory, in which you want to mount the device /dev/hdc1.
for use of linux as file server for win-clients, i suggest using samba, hm?
for questions, drop me a line.
thomas

Just to add, it doesn't NEED to be a Linux filesystem, but if you are not dual booting it might as well be: There are big advantages in using a proper linux fs over a windows (or any other OS's) one.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |