LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Filesystems on dev directory (https://www.linuxquestions.org/questions/linux-newbie-8/filesystems-on-dev-directory-852341/)

nima0102 12-25-2010 09:32 AM

Filesystems on dev directory
 
Hi
I want to know what file system there are for "/dev" directory??apparently different types was developed for managing devices on Linux.
because I am a little confused about all file system on this directory.
Another question is,which is file system sufficient for managing devices on Embedded Linux ?
of course on our embedded system we do not have many pluggable device,so this directory can be static.

Thanks for any help or guidance

t1nm@n 12-25-2010 10:00 AM

Hey mate...sorry if I misunderstood your question,if you want to see the list of partitions on your HDD issue this from a terminal
Quote:

fdisk -l
As i understood /dev/contains all info on the devices of our computer (The /dev directory contains the special device files for all the devices).

wpeckham 12-25-2010 01:14 PM

/dev
 
If I may add, on modern 'udev' based systems the /dev is not a real partition, it is created ( need verification of this part) and populate by udev and the device drivers as they load in a manner somewhat like the way /proc is created by a /proc enabled kernel.
This should be true for systems native, (non kernel based) virtual, or embedded.


All times are GMT -5. The time now is 11:35 PM.