Results 1 to 3 of 3
After the installation of Slackware10 I added a second hard disk (fat32 having winME). During the startup of slack I see that this device is recognized but after my login ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-23-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 8
second hard disk
After the installation of Slackware10 I added a second hard disk (fat32 having winME). During the startup of slack I see that this device is recognized but after my login and startx (KDE) I see that in /etc/fstab the second hard disk is not present. How can I add this hd at my slack system? Should I add it manually at my fstab? (the Kernel I am using is bare.i)
- 11-23-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
If it's the second drive on the same ide cable then it's called /dev/hdd, assuming 2.4 kernel.
If so edit create a file as root in /mnt called harddrive2 or whatever you fancy.
Then edit /etc/fstab
/dev/hdd /mnt/harddrive2 vfat auto,users,rw 0 0
should do it.
Then you should be able to mount it with
mount /mnt/harddrive2
- 11-25-2004 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 8
Thank you Chris H. I can read it now (I added the 2nd hard disk at the fstab as hda1 (it worked) and my dvdrom (I had the same problem, could not read it) as hdc (hdd is my cdrw and hdb my slackware system).


Reply With Quote
