Filesystem in Userspace (FUSE) device NAME fuse - Filesystem in Userspace (FUSE) device SYNOPSIS #include <linux/fuse.h> DESCRIPTION This device is the primary interface between th…ram disk device NAME ram - ram disk device DESCRIPTION The ram device is a block device to access the ram disk in raw mode. It is typically created by: mknod -m 660 /dev/ram b 1 1 …loop devices NAME loop, loop-control - loop devices SYNOPSIS #include <linux/loop.h> DESCRIPTION The loop device is a block device that maps its data blocks not to a physical devic…loop devices NAME loop, loop-control - loop devices SYNOPSIS #include <linux/loop.h> DESCRIPTION The loop device is a block device that maps its data blocks not to a physical devic…MFM/IDE hard disk devices NAME hd - MFM/IDE hard disk devices DESCRIPTION The hd* devices are block devices to access MFM/IDE hard disk drives in raw mode. The master drive on the …boot loader initialized RAM disk NAME initrd - boot loader initialized RAM disk CONFIGURATION /dev/initrd is a read-only block device assigned major number 1 and minor number 250. …