Linked by Thom Holwerda on Mon 30th Jan 2006 16:47 UTC, submitted by anonymous
Linux "A conceptual understanding of file systems, especially data structure and related terms, will help you become a successful system administrator. I have seen many new Linux system administrator without any clue about file systems. The conceptual knowledge can be applied to restore file systems in an emergency situation."
Order by: Score:
typos
by lagitus on Mon 30th Jan 2006 18:18 UTC
lagitus
Member since:
2005-07-18

Not a bad article but I was able to spot three typos in under one minute...

Reply Score: 1

what about BSD
by happycamper on Mon 30th Jan 2006 18:32 UTC
happycamper
Member since:
2006-01-01

not a complete UNIX/linux article: non of the BSDs filesystem were mention like the FFS aka UFS. BSDs are also a popular UNIX like OSs.

Reply Score: 1

Re: what about BSD
by nutshell42 on Mon 30th Jan 2006 20:52 UTC
nutshell42
Member since:
2006-01-12

not a complete UNIX/linux article: non of the BSDs filesystem were mention

Not a complete Linux article either. There are more Linux filesystems than ext2/3 (and at least JFS, Reiser and XFS are used in production environments)

The remove-by-inode part is cute but you can delete his examples without it,
touch "la*
rm ""la*"
and
touch "+Xy +8"
rm "+Xy +8"
work just fine.
The rest seems more like a file-handling 101, nothing much conceptual to see here and I don't think it really furthers the understanding of file-systems.

Hans Reiser's homepage has an article about many of the concepts of current filesystems on the frontpage ( http://www.namesys.com/ )

Reply Score: 2

v RE: Re: what about BSD
by Sphinx on Tue 31st Jan 2006 01:42 UTC in reply to "Re: what about BSD"
RE[2]: Re: what about BSD
by sadyc on Wed 1st Feb 2006 11:00 UTC in reply to "RE: Re: what about BSD"
sadyc Member since:
2005-11-10

The commands work very well under bash.
Anyway, the point was that you can use quotation marks (or escape sequences or whatever your shell provides) to handle weird file names.

Edited 2006-02-01 11:01

Reply Score: 1

RE[3]: Re: what about BSD
by Sphinx on Wed 1st Feb 2006 16:07 UTC in reply to "RE[2]: Re: what about BSD"
Sphinx Member since:
2005-07-09

I'm sorry kids but no shell on earth will let you enter an unmatched quote, what planet are you trying that on? If you escape those odd quotes with a back slash, then and only then will that work.

You can mod that down all you want but there is no excuse for flaming someone's factual article with non-sensical un-tested shell commands. I find such silly syntax far more insulting. Respect your shell and get to know it. Besides that and to the point wildcards are a piss poor substitute for surgical removal by inode of badly named files. If you refuse to do it properly then at least check your pattern with an ls first.

Reply Score: 1