Originally posted by Snowhog
View Post
Announcement
Collapse
No announcement yet.
Windows vs. Linux [my usage]
Collapse
This topic is closed.
X
X
-
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
-
My 10 cents: Only reason you'll need to work beyound /home is tinkering with system. And needing to do that constantly is quite rare. At least that's my experience. Even portable mass storage can be mounted from leftmost panel of Dolphin without need to go to /media (or whatever it is nowadays).
And changing FHS is not very easy thing to do, it'll most likely break backwards compatibility, and also thoroughly wreck whatever portability Linux still has with other unix-like systems. Also quite many users would not like it. With current system for example I can figure out pretty fast where some setting file will be located (usually /etc) and so on. Do something like change it to Windows-like system, and all that old knowledge becomes obsolete.
- Top
- Bottom
Comment
-
Originally posted by TiberiusDuval View PostMy 10 cents: Only reason you'll need to work beyound /home is tinkering with system. And needing to do that constantly is quite rare. At least that's my experience. Even portable mass storage can be mounted from leftmost panel of Dolphin without need to go to /media (or whatever it is nowadays).
And changing FHS is not very easy thing to do, it'll most likely break backwards compatibility, and also thoroughly wreck whatever portability Linux still has with other unix-like systems. Also quite many users would not like it. With current system for example I can figure out pretty fast where some setting file will be located (usually /etc) and so on. Do something like change it to Windows-like system, and all that old knowledge becomes obsolete.
* I know how to create logical volumes in LVM, how to encrypt them, how to encrypt partitions, and with a lot of effort (that stuff is not easy) how to shrink existing partitions and create new setups out of them when you already have encryption and LVM running
* I know (barely) how to use Aufs to merge two folder structures in a good way
* My preference is to mount volumes (other than root) in a /mounts structure (listing) and remount them from there to their needed locations.
....That creates doubly visible folder structures but at least you know where to put things, and if you could finetune your filemanager you could achieve an appealing display (view) of your data.
....This also makes it very easy to use Aufs to create merged directories of any kind.
* I am still met by someting (that btrfs solves) which is the fact that you cannot mount any subdirectory of a filesystem anywhere just like that. For instance, supposing you want one volume with both /home and /projects (just saying anything) but you want /home to be mounted in /, and you want /projects to be mounted under /store. It's not possible. You first have to mount the thing somewhere and then you can rebind it somewhere else (hence the previous point).
Also something: I believe a good audio/album structure for music files should use a form of virtual filesystem to display different types of organisation according to metadata. This *can* be achieved quite simply in Linux using symlinks and something that updates those symlinks. What you'd get is that you have like a single database (of music) but you can split the view according to, for instance, lossless vs lossy, genre, artist, album+artist, whatever you want. It would be very easy to create a new view -- this is of "album-contained" data. So yes, I am about development; I like to develop better systems and solutions and I come across them everywhere, I'm not short of ideas for a thousand more years of development/programming ;-).
In that way: power to the people because you can simply copy anything out of or into that virtual filesystem (if it is a real virtual filesystem) that you want and it will be correctly organized in the "true static backstore". All you need is a perfect model and then everything else is easy and not very costly.
I am seriously simply in the business of making people more effective with their time by creating software that doesn't put up blocks to what you want to achieve. Much of the software we have today is a great time-waster and this is especially true of non-commercial applicances and applications. Someone who doesn't care about the end-user generally doesn't care about the end user.
I was just on the OwnCloud forums, and ... more on that later ;-).
- Top
- Bottom
Comment
-
Originally posted by TiberiusDuval View PostWith current system for example I can figure out pretty fast where some setting file will be located (usually /etc) and so on. Do something like change it to Windows-like system, and all that old knowledge becomes obsolete.
- Top
- Bottom
Comment
Comment