One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
HP on Monday is announcing the contribution of its Tru64 Unix Advanced File System (AdvFS) source code to the Linux community, offering capabilities in uptime, security, and improved performance of ...
The way the Linux file system is laid out makes perfect sense. I've been using Linux for so many years that I can't imagine another file system making more sense. When I consider how the Windows file ...
File systems and UUIDs have a special relationship on Linux systems. What are these very long identifiers and how can you view the connections between them and disk partitions? The /etc/fstab file is ...
Some days, it doesn't rain, it pours. That's the case with Linux today. Not one, but two serious security holes have recently been exposed. First, there was a systemd bug which could easily knock out ...
Configuration is the first step in building a kernel. There are many ways and various options to choose from. The kernel will generate a .config file at the end of the process and generate a series of ...
Maybe buying a FDE (Full Disk Encryption) hard drive is not an option for you right now, but that doesn't mean you need to compromise on your Linux file system security.linux.com has an article on how ...
I'm formatting a 180 gb drive as a single partition. It is to be used for data storage and samba sharing. Most files will be fairly large (movies, isos, etc) but there will be smaller ones too (source ...
So a couple people (drag, I think?) labeled XFS as particularly "robust" and fast and, presumably, awesome. OK. This is not an argument, this is a question: if it's more robust than ext4, why are we ...
One of the files that the average Unix sysadmin rarely looks at, almost never changes and yet depends on every time he or she reboots a system is the /etc/inittab file. This modest little file ...