Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Question about /proc/acpi (Debian 7.2 w/ 3.2.0-4-686-pae kernel) Post 302881299 by bakunin on Friday 27th of December 2013 04:43:41 PM
Old 12-27-2013
Quote:
Originally Posted by gacanepa
In your opinion, am I missing anything?
Maybe...

Sit down, young one, while i tell you a story from the times of yore...

At first, there was UNIX ("UNICS", actually), and one absolutely new paradigma to this OS (and a prominent reason for its success) was the idea that everything is a file. UNIX does most of its workings in files: devices? There is a device file. Inter-process communication? There are named pipes and semaphores and FIFOs. Drivers? Interact with a pseudo device (file)! And so on, and so on.

Now, this was a very simple yet efficient and flexible design, but humans always seek to improve on even the best ideas and so a successor for UNIX was conceived by some of the people who built UNIX: it was called "Plan 9" and it took whatever was good in UNIX and tried to improve on it. One of these improvements was to take the idea of "everything is a file" one step further and do even process accounting in the filesystem: this was the invention of the /proc filesystem.

Well, sometimes even the best laid plans fall short and, sadly enough, this was the case with Plan 9 (from outer space) too - it never gained momentum and it never took off, let alone replaced UNIX. Still, many ideas from Plan 9 were good and have been built (Plan-9-developers would probably say "backported") into various UNIX flavours. The /proc filesystem was such an idea. It was built into the Linux kernel and since then most UNIX-derivates have - under the impression of the Linux success - also incorporated a /proc filesystem. My "home" OS, IBMs AIX, has it since version 5 (~2000). Also SunOS has it, but i don't know since when. I do not know enough about HP-Ux to know if there is a /proc filesystem or not.

I hope this story has enriched your understanding. I know, it will not answer any concrete questions of "how to ..." but i think knowing some historical dimensions of the things we deal with helps us doing better work in the long run.

bakunin
 

10 More Discussions You Might Find Interesting

1. Linux

Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU

ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before? I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system. Please Help... (2 Replies)
Discussion started by: dave043
2 Replies

2. Linux

kernel: ACPI:

I've noted the following within /var/log/messages, any idea how to check whether they are related to hardware/driver problems, pls? :confused: Sep 9 11:56:08 triton smartd: Device: /dev/sda, opened Sep 9 11:56:08 triton kernel: ACPI: LAPIC (acpi_id lapic_id enabled) Sep 9 11:56:08... (1 Reply)
Discussion started by: jon80
1 Replies

3. UNIX for Dummies Questions & Answers

Dummy question about /proc/cpuinfo

Perhaps this is a very dummy question but sorry I don't know other place to do it. We just buy a new cluster of Xeon machines but there is something I don't understand and perhaps someone can help me. The more /proc/cpuinfo produces the following output (just part of it). processor : 0... (1 Reply)
Discussion started by: jhc
1 Replies

4. Debian

Debian - kernel dircolors daily error 6

I'm using Debian 5.0.4 Lenny. Daily my logs kern.log, messages, and syslog are filled with errors regarding dircolors: I've googled this to death and still haven't found a solution to fix or stop this. I read on man dircolors to: dircolors --version The output I receive on this cmd is... (0 Replies)
Discussion started by: juliej
0 Replies

5. Debian

how to find out the kernel version of a particular debian release ?

Is there any metrics table available somewhere listing out, which kernel version is there in particular debian release ? Also, can somebody tell which debian release is having the kernel version 2.6.26 ? (1 Reply)
Discussion started by: thegeek
1 Replies

6. Red Hat

Question on /proc/cpuinfo

Hi, I wanted to understand what exactly /proc/cpuinfo shows? We have a machine with following specification... (2x) Intel Xeon 6-core processors So, ideally it shouls have 12processors, but the output on /proc/cpuinfo shows 24 processors. Can someone please explain how this is... (3 Replies)
Discussion started by: shrshah64
3 Replies

7. Debian

Headers for kernel 2.6.26-2-xen-686

Hello, I am having hard time finding 2.6.26-2-xen-686 headers. Anyone know where i can find them ? Thank you so much (3 Replies)
Discussion started by: chercheur857
3 Replies

8. Red Hat

PAE kernel memory limit

What is the limit of LowMem and HighMem in PAE enable kernel. (2 Replies)
Discussion started by: hiten.r.chauhan
2 Replies

9. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

10. Debian

Debian install - kernel panic

Hello all, I would like to install Debian Jessie on my i386 When I boot from the installiso I see the menu and pick 'install'. The bios beeps once immediately and I get the following output: I 've tried 3 cd's already...(md5 sum=ok) this computer always ran... (13 Replies)
Discussion started by: drum159
13 Replies
FILESYSTEMS(5)                                               Linux Programmer's Manual                                              FILESYSTEMS(5)

NAME
filesystems - Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660, JFS, minix, msdos, ncpfs nfs, ntfs, proc, Reiserfs, smb, sysv, umsdos, vfat, XFS, xiafs, DESCRIPTION
When, as is customary, the proc filesystem is mounted on /proc, you can find in the file /proc/filesystems which filesystems your kernel currently supports; see proc(5) for more details. If you need a currently unsupported filesystem, insert the corresponding module or recompile the kernel. In order to use a filesystem, you have to mount it; see mount(8). Below a short description of the available or historically available filesystems in the Linux kernel. See kernel documentation for a comprehensive description of all options and limitations. ext is an elaborate extension of the minix filesystem. It has been completely superseded by the second version of the extended filesystem (ext2) and has been removed from the kernel (in 2.1.21). ext2 is the high performance disk filesystem used by Linux for fixed disks as well as removable media. The second extended filesystem was designed as an extension of the extended filesystem (ext). See ext2 (5). ext3 is a journaling version of the ext2 filesystem. It is easy to switch back and forth between ext2 and ext3. See ext3 (5). ext4 is a set of upgrades to ext3 including substantial performance and reliability enhancements, plus large increases in volume, file, and directory size limits. See ext4 (5). hpfs is the High Performance Filesystem, used in OS/2. This filesystem is read-only under Linux due to the lack of available documentation. iso9660 is a CD-ROM filesystem type conforming to the ISO 9660 standard. High Sierra Linux supports High Sierra, the precursor to the ISO 9660 standard for CD-ROM filesystems. It is automatically recognized within the iso9660 filesystem support under Linux. Rock Ridge Linux also supports the System Use Sharing Protocol records specified by the Rock Ridge Interchange Protocol. They are used to further describe the files in the iso9660 filesystem to a UNIX host, and provide information such as long filenames, UID/GID, POSIX permissions, and devices. It is automatically recognized within the iso9660 filesystem support under Linux. JFS is a journaling filesystem, developed by IBM, that was integrated into Linux in kernel 2.4.24. minix is the filesystem used in the Minix operating system, the first to run under Linux. It has a number of shortcomings, including a 64 MB partition size limit, short filenames, and a single timestamp. It remains useful for floppies and RAM disks. msdos is the filesystem used by DOS, Windows, and some OS/2 computers. msdos filenames can be no longer than 8 characters, followed by an optional period and 3 character extension. ncpfs is a network filesystem that supports the NCP protocol, used by Novell NetWare. To use ncpfs, you need special programs, which can be found at <ftp://linux01.gwdg.de/pub/ncpfs>. nfs is the network filesystem used to access disks located on remote computers. ntfs replaces Microsoft Window's FAT filesystems (VFAT, FAT32). It has reliability, performance, and space-utilization enhancements plus features like ACLs, journaling, encryption, and so on. proc is a pseudo filesystem which is used as an interface to kernel data structures rather than reading and interpreting /dev/kmem. In particular, its files do not take disk space. See proc(5). Reiserfs is a journaling filesystem, designed by Hans Reiser, that was integrated into Linux in kernel 2.4.1. smb is a network filesystem that supports the SMB protocol, used by Windows for Workgroups, Windows NT, and Lan Manager. See <https://www.samba.org/samba/smbfs/>. sysv is an implementation of the SystemV/Coherent filesystem for Linux. It implements all of Xenix FS, SystemV/386 FS, and Coherent FS. umsdos is an extended DOS filesystem used by Linux. It adds capability for long filenames, UID/GID, POSIX permissions, and special files (devices, named pipes, etc.) under the DOS filesystem, without sacrificing compatibility with DOS. vfat is an extended FAT filesystem used by Microsoft Windows95 and Windows NT. vfat adds the capability to use long filenames under the MSDOS filesystem. XFS is a journaling filesystem, developed by SGI, that was integrated into Linux in kernel 2.4.20. xiafs was designed and implemented to be a stable, safe filesystem by extending the Minix filesystem code. It provides the basic most requested features without undue complexity. The xiafs filesystem is no longer actively developed or maintained. It was removed from the kernel in 2.1.21. SEE ALSO
fuse(4), btrfs(5), ext2(5), ext3(5), ext4(5), nfs(5), proc(5), tmpfs(5), fsck(8), mkfs(8), mount(8) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. Linux 2017-09-15 FILESYSTEMS(5)
All times are GMT -4. The time now is 05:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy