To read all comments associated with this story, please click here.
The UNIX filesystem was designed to be network agnostic. You're not arguing anything profound: you're just arguing for one set of conventions over another which doesn't really change anything.
The "average" user doesn't even care how drives are represented. All they want is a window that they can open for the drive, which does not matter if it uses the UNIX / convention, or the DOS drive letter convention.
Assigning "/" to the hardrrive the OS is installed in and make everything else appear as a subfolder is silly
Wow, you really don't understand the Unix filesystem. The drive mounted as / is specified in /etc/fstab, and the physical drive files are located in /dev/. Some people mount /usr separately, some mount /var separately, and a lot of people using *nix at home mount /home separately. The beauty of the Unix filesystem is that nobody freaking cares what your partition scheme is unless you're running out of room. Mounting remote filesystems is completely transparent once they're mounted. Even NT does this internally; it only keeps drive letters as links because people are retarded and incapable of change.
tidux,
"Wow, you really don't understand the Unix filesystem."
I don't think that the OP's opinion demonstrates any lack of understanding. For some *nix filesystems can seem cumbersome and it's a valid opinion.
For me, linux mounting is a nice abstraction, but sometimes I'm put off by the lack of overlays in the mainline kernel. I shouldn't have to have to store all /home/ directories on one disk for example. Overlooking several caveats, we can mimic overlays manually using symlinks, but linux's mount capabilities are occasionally inadequate.
A bigger problem for me is the standard linux directory hierarchy. I prefer an application centric hierarchy rather than one where everything is dumped together in the big /usr/bin soup pot.





Member since:
2011-04-11
I use Linux framebuffer to draw graphical stuff on my screen. With it I can run at least Links2 with graphics, mplayer, Netsurf and DOSBox. I like it because it has made me able to quit X which took about 65% of my RAM on normal use. (I have 64MB of RAM)
Yes, but do you have hardware acceleration and Gnome or KDE with all their bundled apps? "I have graphics without X" is different from "I managed to have some graphics without X, as long as I don't use Gnome or KDE or need hardware acceleration". From what i hear around, xorg is a neccessary evil.
As regards the dudes who try to convince people the Unix filesystem as it is is a good thing, I guess if all you used in your life are bicycles with the steering behind you instead of in front of you, you will eventually convince yourself and other people it's better than a normal bike. Assigning "/" to the hardrrive the OS is installed in and make everything else appear as a subfolder is silly. Mounting a drive to a folder should be an option, not a requirement in order to use your drives. Gnome and KDE know this and are trying to hide the issue, but due to dudes considering the Unix filesystem a good thing, the still have some button that exposes the nastyness.
Edited 2012-05-27 19:15 UTC