Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: mbivol10 on August 20, 2017, 07:00:05 PM

Title: Why so many devices in /dev ?
Post by: mbivol10 on August 20, 2017, 07:00:05 PM
There is a large list of devices in /dev latest version of picore. Most of the devices are not on the pi nor they will be so why are they there? Is there a way to only show the connected devices? Is there a kernel flag ? Or a reason why all of them show up?
Title: Re: Why so many devices in /dev ?
Post by: Greg Erskine on August 20, 2017, 08:40:36 PM
This is the way Tiny Core works. It loop mounts each extension.

#df | grep -v loop

You could also play with copy2fs.flg, so extensions are loaded into memory rather than loop mounted.