5 Eylül 2018 Çarşamba

Linux Dosya Sistemleri

ramfs
Açıklaması şöyle.
ramfs, a file system that only exists in RAM
Açıklaması şöyle
Linux indeed has a "ramdisk" driver that could provide /dev/ram# devices, and it might be available on your system, but it is usually not loaded by default and those device nodes will not exist unless you load that driver first. To do so, insert the brd.ko kernel module and you should get 8 or 16 ram devices:

# modprobe brd
tmpfs - ramfs yerine geldi
Açıklaması şöyle.
tmpfs, a file system that only exists in RAM (or more precisely, in the buffer cache)
Açıklaması şöyle
So in short, while Linux has ramdisks, tmpfs is the modern replacement of ramdisks in just about every situation. You don't need to decide on its size, or to explicitly "mkfs" a filesystem – just mount a tmpfs wherever you need one:

# mount -t tmpfs horse /tmp/ramdisk
Sanal Dosya Sistemleri
sysfs, procfs, devfs, shmfs gibi sanal dosya sistemleri de var.

Hiç yorum yok:

Yorum Gönder