[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
it-tricks [2019/06/07 09:25]
vodrazka [IT tricks] added info about TAR archive mounting
it-tricks [2019/06/07 09:55]
vodrazka [TAR archive mounting]
Line 97: Line 97:
  
 ===== TAR archive mounting ===== ===== TAR archive mounting =====
-If you work with data consisting of many small files, you **should** store them in tar archives to save inodes. There is a way to mount a tar archive to a specific directory in the simmilar way you mount ISO image. You can use the following wrapper script to //mount// ARCHIVE to DIRECTORY:+If you work with data consisting of many small files, you **should** store them in tar archives to save inodes. There is a way to mount a tar archive to a specific directory in the simmilar way you mount ISO image. You can use the following wrapper script to //mount// (read-only) ARCHIVE to DIRECTORY:
  
   /opt/bin/tarmount -a ARCHIVE DIRECTORY   /opt/bin/tarmount -a ARCHIVE DIRECTORY

[ Back to the navigation ] [ Back to the content ]