Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-20-2003, 08:51 AM
|
#1
|
Member
Registered: Apr 2003
Location: Brazil
Distribution: Slackware
Posts: 35
Rep:
|
Using a primary/secondary HD slave
How do I set up a primary/secondary slave on Linux?
I want to attach another HD (using Win98 FAT32) to my machine. I know where to plug the wires  but I have no idea on how to work it out to see the stuff inside the disk.

|
|
|
04-20-2003, 09:21 AM
|
#2
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
The disk will be hdb so you need to mount the partition you want eg /dev/hdb1
You do this with a mount command:
"mkdir /mnt/win98" (only do this once)
mount /dev/hdb1 /mnt/win98
This will mount it as /mnt/win98 (you can call it what you want.)
If you want to mount it automatically at boot then it is best to put it in the /etc/fstab file.
|
|
|
04-20-2003, 09:40 AM
|
#3
|
Member
Registered: Apr 2003
Location: Brazil
Distribution: Slackware
Posts: 35
Original Poster
Rep:
|
Ah, ok... I forgot to mention....
I've tried this before, using -t vfat and so, but all I got was a bunch of bytes on my terminal screen. Should I browse it throught Nautilus or something?
|
|
|
04-20-2003, 09:42 AM
|
#4
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
If it is a fat32 drive then you will need to use the -t vfat option when mounting.
mount -t vfat /dev/hdb1 /mnt/win98
Try it and post any errors you get.
|
|
|
04-20-2003, 11:45 AM
|
#5
|
Member
Registered: Apr 2003
Location: Brazil
Distribution: Slackware
Posts: 35
Original Poster
Rep:
|
I've done it. Thanks for the reply! 
|
|
|
All times are GMT -5. The time now is 12:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|