File system is collection of control structures used to store data in a efficient way.
3 types of file systems
1)Disk based FS
2)Distributed FS
3)Virtual file systems
1)Disk Based FS:-
UFS-unix file system.used to access the data from the disk.
hsfs-high seira file system.used to access from cd-rom
udfs-Universal device file system.used to access the DVD roms
pcfs-personal computer file system.used to access the flash drives and usb's
2)Distributes file systems:-
NFS and Autofs
3)Virtual based file system
1)procfs-process file system.it contains process ids.
2)devfs-it contains all device drivers information in directory /devices.
3)swapfs-if ram is fulled then it access from swap.
4)mntfs:-currently mounted file systems
5)tempfs:-when we create any thing in this directory.it not permanent.when we reboot the system it is empty.
3 types of file systems
1)Disk based FS
2)Distributed FS
3)Virtual file systems
1)Disk Based FS:-
UFS-unix file system.used to access the data from the disk.
hsfs-high seira file system.used to access from cd-rom
udfs-Universal device file system.used to access the DVD roms
pcfs-personal computer file system.used to access the flash drives and usb's
2)Distributes file systems:-
NFS and Autofs
3)Virtual based file system
1)procfs-process file system.it contains process ids.
2)devfs-it contains all device drivers information in directory /devices.
3)swapfs-if ram is fulled then it access from swap.
4)mntfs:-currently mounted file systems
5)tempfs:-when we create any thing in this directory.it not permanent.when we reboot the system it is empty.