FedoraThis forum is for the discussion of the Fedora Project.
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.
I have two Western Digital 80GB IDE hard drives that are connected to my motherboard through IDE to SATA converters. I popped in the FC3 CDs and did a fresh install and deleted all parititons and then did the auto partition feature. Both hard drives were detected and formatte but when I turn on the computer I receive an error message when trying to mount the file systems of mount duplicate. ANd then under Disk Management with User Mount Tool I see /dev/sdd1, /dev/hda/, /dev/hdb, and LABEL=/boot for the hard drive things.... How do I set the second hard drive up so it automounts on start up and has a proper name and everything so it doesnt fail? Ive always used 1 hard drive in Linux but now im going to be using 3 after my 3rd hard drive arrives.. If applicable I would like the two slave drives to show up as drives like what occurs when u plug in a thumb drive the device shows up on the desktop and I can open it and drag and drop files there.. I would like the two drives to show up like that so i can use them for placing backups in there.. Im sort of stuck and have done a bit searching on LQ but havent got anything working yet
Fedora uses partition lablels in the fstab file. The duplicate label error is when you have more then one partiton with the same name. You can use the tune2fs utility to change the name or change the fstab file to use device ID i.e. /dev/hdax instead of label=
but that was no success... When I do this will it automatically mount on boot since it has different labels from the rest or what do i have to do? And then what do i Have to do to make it show up as a folder like icon on my desktop so i can drag and drop files there?
I received sdb1 from fdisk -l since the drive is IDE but is using a SATA converter so its s....
then it said tune2fs 1.35 (28-feb-2004)
And then i restarted the comp and the filesystems didnt fail this time.
However, how do I write to the drive? I really wouild like it to show up as a drive on the desktop or under Computer so I can drag and drop files there... Or do I have to remount it or what?
With the fstab im not quite sure what to do for all of the parameters, this drive just has its single partition and is formatted for ext3 or whatever. I tried playing around with it a bit but no luck.
I tried adding label=backups /mnt/whatever ext3 defaults 1 2 to fstab and I rebooted and the Filesystem failed it asked for my root password but it wouldnt let me type it in and got totally messed over... My new hard drive arrived today so ill have 2 to mount Hopefully it will go smoother. Im just going to reformat and reinstall Fedora and then start from there.
When I look up fstab information online I see the syntax is
Ok soo still not working.. Purhased a new PCI IDE controller and my main drive is a SERIAL ATA drive so after I installed FedoraCore3 and turned it off I plugged in the new controller and 2 hard drives one of them was showing up as already formatted in ext3 which I had done previously while the other had no partitions made so it didnt have a number after it... I did the
tune2fs -L storage /dev/hde1
and then in my fstab I did
/dev/hde/ / ext3 defaults 0 1
And I rebooted and it rebooted fine and I think it should have been mounted but under the Disk Management GUI in GNOME I dont see it listed but when i reopen fstab.conf I see the entry I made.... How do I have it auto mount and how do I have it show up undr "Computer" like the CD drives so I can open it up or whatever and drag and drop files there? I think if I get this drive sorted out I can do the next drive fine..... hde and hdf are the drives im trying to mount
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.