LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Disk Drives in Fedora 3 (https://www.linuxquestions.org/questions/fedora-35/disk-drives-in-fedora-3-a-265228/)

Ngentot 12-11-2004 10:30 AM

Disk Drives in Fedora 3
 
Hi All,

I've just installed Fedora 3 for the first time. I've got two additional drives on the machine but I can't seem to find them (or mount them) in Gnome. My previous installation was Suse and that was working fine but now i can't fnd my data drives. The Hardware browser show's they're there but i can't access them.

Can anybody offer me some advice?

Thanks
Ngentot! :)

reddazz 12-11-2004 11:10 AM

You need to add them to your /etc/fstab. Take a look at your /etc/fstab for a guide on how to add them.

maxut 12-11-2004 11:11 AM

while u r root, run
/sbin/fdisk -l
it will give you info about disks and their patitions. so u can mount.
u may also want to mount them automaticly, so add records in /etc/fstab

btw u cannot mount nfts file system. if u want to mount ntfs u must get ntfs kernel module.
http://sourceforge.net/project/showf...group_id=13956

good luck.

Ngentot 12-11-2004 11:44 AM

Thanks for the info,

I edited /etc/fstab but still can't see the drives...

The drives filesystem is reiserfs, what else can i do?

Thanks
Ngentot! :)

Ngentot 12-11-2004 12:42 PM

Hi All,

Sorry... I've tried editting and re-editting /etc/fstab but nothing is working... Man, this frustrating.

Any help would really be appreciated.

Thanks
ngentot! :)

btmiller 12-11-2004 01:59 PM

Once you've edited your fstab, you'll need to mount the drives for the first time, e.g. "mount /dev/hdb1" (no quotes, and replace hdb1 with the correct block device for your disk). The fstab file tells the system which files to mount on boot, so editing it ensures the drives get re-mounted on reboot.

michaelk 12-11-2004 02:17 PM

It will help us pinpoint your problem if you can post specific error messages, your fstab file and the output of
fdisk -l.

BTW did you create a directory for each partition you want mounted?

Ngentot 12-11-2004 09:58 PM

Hi All,

Thanks for your great reponse. I've managed to get the drives working but now i can't mount my cdrom.

I've used the following in /etc/fstab

/dev/cdrom /mnt/cdrom iso96660 noauto,user 0 0

but i get the following error message:

mount: special device /dev/cdrom does not exist

I'd reallly appreciate some advice.

Cheers,
Ngentot! :)

DJOtaku 12-11-2004 10:04 PM

FC3 calls the CDrom something else. A big pain for upgrades. I think it's hdc on my machine. Try it from the GUI....

Ngentot 12-11-2004 10:10 PM

Thanks for your resonse.

Because I've got the two extra drives /dev/hdc and /dev/hdd are my drives. Can I assume that /dev/hde will be my cdrom?

Thanks
Ngentot! :)

DJOtaku 12-11-2004 10:13 PM

hehe...you never want to assume anything in Linux, but you're welcome to try...I don't think you can do any hard if hde doesn't exist. If you use KDE you should have the CD-ROM icon on your desktop. Right-click that and under one of the tabs it shows what it points to. You can click on the dropdown menu and it says (CD-ROM) near the one which is the right entry for a CD-ROM.....at least it does on mine.....

Ngentot 12-12-2004 01:53 AM

Hmmm... I'm still not having any luck. It's almost as if the drive doesn't exist. I'm now getting "mount: special device /dev/cdrom does not exist".

Can anybody help?

Thanks
Ngentot! :)

reddazz 12-12-2004 03:08 AM

post the current configuration of your pc.

Ngentot 12-12-2004 05:02 AM

Redazz,

Here's my fstab and fdisk -l output...

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdc1 /data1 linux defaults 1 2
/dev/hdd1 /data2 linux defaults 1 2
/dev/hdb /mnt/cdrom iso9660 noauto,exec,user 0 0
/dev/fd0 /media/floppy auto pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0



Disk /dev/hda: 20.4 GB, 20496236544 bytes
16 heads, 63 sectors/track, 39714 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 203 102280+ 83 Linux
/dev/hda2 204 39714 19913544 8e Linux LVM

Disk /dev/hdc: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot Start End Blocks Id System
/dev/hdc1 * 1 77545 39082648+ 83 Linux

Disk /dev/hdd: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 4865 39078112 83


Thanks
Ngentot! :)

michaelk 12-12-2004 10:03 AM

Quote:

/dev/hdb /mnt/cdrom iso9660 noauto,exec,user 0 0
Did you add this line?

What does the following command say:
dmesg | grep CD

If /dev/cdrom does not exist you can add it via the command:
ln -s /dev/hdb /dev/cdrom

Replace hdb with the actual device name.


All times are GMT -5. The time now is 08:12 AM.