Hi, > yes when i installed fedora the drives were all attached and i did let the > installer do all the work i have had a look in /etc/fstab and this is what i > see > hope that helps on that piece and also this is what i see in hardware browser Yep. > /dev/hdb > 1 19386 9542 free space > /dev/hdc > 1 19386 9542 free space By the looks of fstab, /dev/hdb1 and /dev/hdc1 aren't explicitly used. That's not to say that they're not in use. A quick and simple way to test if they are mounted is to open a terminal window (redhat -> system- tools -> terminal), su, umount /dev/hdb1. If it doesn't report an error, the drive is not mounted. If it does report an error, then FC has swallowed it and is using it invisibly. If it's not mounted, create a mount point (cd /; mkdir shared - you'll need to be root for that though). Edit /etc/fstab so it has the line /dev/hdb1 /shared ext3 noauto,user,exec,kudzu 0,0 That will then be mountable and you set your shares to there. You should see my fstab for a nightmare ;-p HTH TTFN Paul -- Homer: Donut? Lisa: No, thanks. Do you have any fruit? Homer: This has purple stuff inside. Purple is a fruit.
Attachment:
signature.asc
Description: This is a digitally signed message part