login
Header Space

 
 

a single mount point for multiple devices (or paths)

April 16, 2005 - 8:14pm
Submitted by Anonymous on April 16, 2005 - 8:14pm.
Linux

having a single mounted folder pointing to different paths would make easier to have a maintaining system, i meant to have apache, SDL, and mplayer installed into their own folders (/usr/local/mplayer, /usr/local/SDL and /usr/local/apache) but the mounting system could have mounted those three paths into /usr, in a maths way this would be something like

/usr = /usr/local/mplayer + /usr/local/SDL + /usr/local/apache

this would make easier distributing data like if some files are created directly into /usr, those files should be stored into the three original paths. mirroring and distributing databases would be simplier and I think this would have some other good things to provide.

unionfs

April 17, 2005 - 7:15am

Take a look at unionfs. I've never tried it, but the Linux Journal article is intriguing.

Take a look at GNU Stow ;-)

April 17, 2005 - 11:48am
Ricardo Herrmann (not verified)

Take a look at GNU Stow ;-)

a link for those too lazy to Google

April 18, 2005 - 12:01am
Anonymous (not verified)

is like stow but more complex

April 24, 2005 - 10:19am
Anonymous (not verified)

"GNU Stow is a program for managing the installation of software packages"

i think what he/she says is more complex than what stow means to be, since this will make stow may be useless, this would add the posibility of mirroring or backup files automaticly

"if some files are created directly into /usr, those files should be stored into the X original paths"

this would mean that if one of the alter-directories is a NFS mount or a smbmount point, then the same file (lets say a mysql database files) would be backed up as soon as it is modified, then if the harddisk fails this files could be restored from the backups by remounting the directories from NFS and smbmount directories.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
speck-geostationary