LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   fstab (https://www.linuxquestions.org/questions/linux-hardware-18/fstab-413443/)

Azhrarn 02-09-2006 09:15 AM

fstab
 
Heya,
is it possible to have a device which is not in fstab?
if so, how do I know which devices are working?
I mean, /dev/hda is Hard Drive A, /dev/hdb is Hard Drive B etc, but what about other drives?

What if I have a PCI raid controller? The os is not going to see my HDDs directly, so how can I put them in fstab? How do I find them?
HELPP!!!
Bye :D
Azh

satinet 02-09-2006 10:34 AM

yes you can add them.

and you can mount them without /etc/fstab knowing about them.

PCI raid controllers work for sure. depending on model etc...

you can edit /etc/fstan to reflect new entries.

you can put them in by creating volume groups.

man lvm

PTrenholme 02-09-2006 10:42 AM

To find them, try sudo /sbin/fdisk -l or, if you like a GUI, sudo qtparted.

The RAID device(s) should, I believe (I don't have any RAIDs configured.), be listed as /dev/sd?.

In any case, you can see the complete list of devices known to your system with a simple ls /dev But be aware that some of the devices listed may not actually be anything with which you want, or can, use.

You are, of course, free to mount any device on any mount point you define, and not use /etc/fstab, although not having your root file system in fstab may cause problems.


All times are GMT -5. The time now is 02:30 PM.