What is an inode?
Possible Duplicate:
What is a Superblock, Inode, Dentry and a File?
Possible Duplicate:
What is a Superblock, Inode, Dentry and a File?
I got a copy of The Unix Programming Environment by Kernighan and Pike from a garage sale. I’m very interested in the chapter about the UNIX filesystem. Naturally, I also found this passage very interesting:
I use badblocks to test my 32GB class-10 microSD card that I use to boot my RPi. I already have a functioning file system on it, so I don’t want to scan it with the -w option (destructive read-write test).
I created this file structure:
According to this writeup ufs kernel module is compiled with only read permissions. I could mount a ufs partition with this command:
Recently we had a rather unpleasant situation with our customer – Raspberry Pi based “kiosk” used to display remote sensing data (nothing more fancy than a kiosk mode browser displaying a self-updating webpage from the data-collection server) failed to boot due to filesystem corruption. Ext4, Manual fsck required, the system will be a part of tomorrow’s important presentation, service required immediately. Of course we can’t require the customer to shut down the system nicely when switching it off for the night; the system must simply withstand such mistreatment.
I rent a VPS that uses a SSD of 10GB (Debian 7) and I upgraded yesterday to their “second tier” plan that uses a 20GB disk. However, the “one-click-upgrade” process didn’t work as I expected and what they did was to move my data to a bigger drive without actually extending the partitions. So now I have 10GB of unallocated space.
I use Linux and Mac OS X on a regular basis, and sometimes I have to use Windows. I need to use a flash drive on all three, and I need a filesystem that will work well on all of them. None of the ext’s work on Mac or Windows, HFS+ doesn’t work on Windows (or well on Linux), NTFS is read-only on Mac, and FAT sucks on all OSes. Is there a file system that would work reasonably well on all operating systems? I’d like it to work without drivers or additional installations, so it can be used on any computer.
What purpose is each suitable for? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon … Read more
The Filesystem Hierarchy Standard says where to put stuff in a UNIX distribution.