Re: Browsing offline filesystems
- From: Dotan Cohen <dotancohen@xxxxxxxxx>
- Date: Tue, 10 Feb 2009 16:11:27 +0200
$ find <specific directory> > filelist.txt
like
$ find ~/hugeDirectory/ > filelist.txt
generates you a textfile with a list of all files, directories (and special
files). Should be enough. To search, use less or grep. vi could block your
system for some minutes.
I am not aware of some caching filesystem, which only "caches" the directory
structure, without the files content.
Thanks, Benjamin. This got me going on a shell script that uses find,
mkdir, and touch to recreate the file system.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü
- Follow-Ups:
- Re: Browsing offline filesystems
- From: Osamu Aoki
- Re: Browsing offline filesystems
- References:
- Browsing offline filesystems
- From: Dotan Cohen
- Browsing offline filesystems
- From: Nuno Magalhães
- Re: Browsing offline filesystems
- From: Dotan Cohen
- Re: Browsing offline filesystems
- From: Nuno Magalhães
- Re: Browsing offline filesystems
- From: Benjamin Schmidt
- Browsing offline filesystems
- Prev by Date: Re: Differences in gnome speed
- Next by Date: Re: [OT] Friday the 13th
- Previous by thread: Re: Browsing offline filesystems
- Next by thread: Re: Browsing offline filesystems
- Index(es):
Relevant Pages
|