Re: filesystem info

2024-03-25 Thread tomas
On Mon, Mar 25, 2024 at 11:05:44AM -0400, Cindy Sue Causey wrote: [...] > apt-cache search kernel filesystem doc > > Which brought up two docs appropriate for my own Trixie setup: linux-doc-6.5 > and linux-doc-6.6. The description for 6.6 is: > > Description-en: Linux kernel specific documentat

Re: filesystem info

2024-03-25 Thread Cindy Sue Causey
On Sun, Mar 24, 2024 at 11:42 PM Sirius wrote: > > In days of yore (Sun, 24 Mar 2024), fxkl4...@protonmail.com thus quoth: > > when i type mount i see many different filesystem names > > > > sysfs, proc, udev, devpts, tmpfs, securityfs, cgroup2, pstore, none, > > systemd-1, hugetlbfs, mqueue, debu

Re: filesystem info

2024-03-24 Thread Sirius
In days of yore (Sun, 24 Mar 2024), fxkl4...@protonmail.com thus quoth: > when i type mount i see many different filesystem names > > sysfs, proc, udev, devpts, tmpfs, securityfs, cgroup2, pstore, none, > systemd-1, hugetlbfs, mqueue, debugfs, tracefs, sunrpc, fusectl, configfs > binfmt_misc, por

Re: filesystem info

2024-03-24 Thread Marco Moock
Am 24.03.2024 um 13:19:54 Uhr schrieb fxkl4...@protonmail.com: > sysfs, proc, udev, devpts, tmpfs, securityfs, cgroup2, pstore, none, > systemd-1, hugetlbfs, mqueue, debugfs, tracefs, sunrpc, fusectl, > configfs binfmt_misc, portal Use apropos sysfs to find manpages relevant. Be ware that only th

Re: filesystem info

2024-03-24 Thread Michael Kjörling
On 24 Mar 2024 13:19 +, from fxkl4...@protonmail.com: > when i type mount i see many different filesystem names > > sysfs, proc, udev, devpts, tmpfs, securityfs, cgroup2, pstore, none, > systemd-1, hugetlbfs, mqueue, debugfs, tracefs, sunrpc, fusectl, configfs > binfmt_misc, portal > > is the

filesystem info

2024-03-24 Thread fxkl47BF
when i type mount i see many different filesystem names sysfs, proc, udev, devpts, tmpfs, securityfs, cgroup2, pstore, none, systemd-1, hugetlbfs, mqueue, debugfs, tracefs, sunrpc, fusectl, configfs binfmt_misc, portal is there "simple" documentation to explain what these are

Checking filesystem info

1998-05-13 Thread Nathan E Norman
Someone was asking how to determine where the superblocks were ... I deleted the original message. At any rate, I use `dumpe2fs'. It'll tell you that, and more. The first block of each group is a superblock, so you can either take the "Blocks per group", multiply by an integer, and add one, or j