Differences

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

Link to this comparison view

fs [2016/03/28 23:16]
fs [2022/04/16 12:23] (current)
Line 1: Line 1:
 +==== MISC =====
 +
 +Reference
 +
 +  * http://en.wikipedia.org/wiki/Ext3
 +  * http://www.sf.net/projects/ext2fsd : [[Windows]] [[Driver]]
 +
 +
 +MisC:
 +
 +  * http://ask.slashdot.org/story/12/01/04/1955248/ask-slashdot-freeopen-deduplication-software
 +  * http://forum.buffalo.nas-central.org/viewtopic.php?f=7&t=24915&p=152239&hilit=deduplication#p152239
 +  * http://unix.stackexchange.com/questions/3037/is-there-an-easy-way-to-replace-duplicate-files-with-hardlinks# ZfS
 +  * https://en.wikipedia.org/wiki/Tahoe-LAFS# p2p
 +
 +
 +
 +
 +
 +==== read write transparent compressed file system ====
 +
 +But a FS that support transparent  de/compression would be better :
 +
 +  * http://en.wikipedia.org/wiki/Disk_compression
 +  * http://en.wikipedia.org/wiki/Comparison_of_file_systems
 +  * http://brainstorm.ubuntu.com/idea/11080/
 +
 +
 +===== problems =====
 +
 +  * sshfs : chmod issue w/ debuild
 +
 +MkFs:
 +
 +  "Warning: the backup superblock/group descriptors at block"
 +
 +===== [[Software]] =====
 +
 +  * http://mshiltonj.com/b/?q=node/24
 +  * http://www.am-utils.org/docs/am-utils/am-utils_10.html#SEC95
 +  am-utils # [[Debian]]
 +
 +
 +
 +
 +
 +==== [[Recover]]y : [[Windows]] vfat2 ====
 +
 +how to find partions at sector xyz
 +
 +  dd if=/dev/hda bs=512 skip=430220170 count=1 | strings | grep "MSWIN4.1"
 +
 +then it will display fat type and volume name
 +that mean that the partion is not far
 +
 +in my case it was 6 sectors before @ 43022164
 +
 +warning do not try to create again the partition Cyl/Cyl
 +
 +but Sector/Sector with [[GNU]] fdisk.
 +DOS Fdisk will create more demages.
 +
 +MBR is 512 first bytes of disk
 +  446 - 511
 +  0x1be - 0x1FF
 +
 +backup dd if=/dev/hda bs=512 count=1 of=mbr-${HOSTNAME}.dat
 +
 +tools : fdisk cfdisk hexdump gpart parted
 +ontrack recorery
 +
 +http://www.haypocalc.com/wiki/Hachoir
 +
 +http://foremost.sourceforge.net/
 +
 +
 +
 +
 +==== [[Rescue]] / [[Recovery]] ====
 +
 +  * http://packages.debian.org/unstable/utils/dares
 +  * http://packages.debian.org/unstable/utils/gddrescue
 +  * http://www.mondorescue.org/about.shtml
 +  * http://freshmeat.net/projects/recoveryispossible/
 +
 +==== [[UNC]] ====
 +
 +  * http://support.microsoft.com/default.aspx?scid=kb;en-us;85924
 +  * http://www.xav.com/perl/site/lib/Win32API/File.html PhysicalDrive0
 +
 +  * [[UNC]] http://en.wikipedia.org/wiki/Uniform_Naming_Convention
 +  ** [[SMB]] : \\<server name>\<volume share name>\[[folder(s)]]
 +  ** ToDo ?? :  "\\.\COM\10" etc "\\.\hardisk\1\"
 +
 +
 +
 +  \\.\Device\HarddiskN\PartitionM
 +==== FSTAB ====
 +
 +@tag: [[fat]], [[fstab]]
 +
 +  # file:///etc/fstab: filesystem table.
 +  /dev/hda1 /mnt/hda1 auto auto,users,exec,rw,uid=rzr,gid=rzr,umask=0000 0 0
 +
 +  * http://lists.debian.org/debian-user/2005/08/msg02190.html
 +
 +Maybe this need to be more generic :
 +
 +  mount -o loop -t iso9660 filename.iso /mnt/iso # [[FileSystem]]
 +
 +GoogleFS : http://www.cs.rochester.edu/sosp2003/papers/p125-ghemawat.pdf
 +
 + 
 +
 +==== [[Windows]] XP and 8.3 ====
 +
 +# instead of cmd :
 +
 +  # win+r : command 
 +  c:
 +  cd \
 +  mkdir microsoftsucks
 +  cd microsoftsucks
 +
 +==== MISC ====
 +
 +[[Windows]] 2000 does not support files with characters :
 +  \ / : ? " < > |
 +
 +  * [[NTFS]] : http://www.zataz.net/docs/7200/ntsf-New-Technologie-File-System.html
 +
 +
 +==== [[Boot]] ====
 +
 +lilo, grub
 +http://xosl.sourceforge.net/
 +
 +==== Locale ====
 +
 +  file:///etc/fstab
 +  iocharset=uf8
 +
 +[[Ubuntu]] works on [[UTF8]]
 +
 +
 +===== MISC =====
 +
 +  * http://www.oracle.com/technetwork/articles/servers-storage-admin/advanced-btrfs-1734952.html# BtrFs
 +  * https://en.wikipedia.org/wiki/List_of_file_systems#File_systems_with_built-in_fault-tolerance
 +
 +SoftWare :
 +
 +  * http://freshmeat.net/projects/fatresize/
 +  * http://freshmeat.net/projects/testdisk/
 +  * http://t-o-c-c.com/cli/index.html# SorT
 +
 +[[Partition]] : http://linuxgazette.net/122/howell.html
 +
 +  * http://rox.sourceforge.net/phpwiki/index.php/AppDir
 +  * http://klik.atekon.de/docs/?page=How%20to%20use
 +  * http://www.linux-ntfs.org/
 +  * http://okki666.free.fr/docmaster/articles/linux100.htm # [[ACL]]
 +  * https://lists.tizen.org/pipermail/dev/2013-December/001237.html# LinuX SecuritY
 +
 +===== LINKS =====
 +
 +  * http://ori.scs.stanford.edu/#source# DistribuateD
 +
 +
 +
 +==== TODO ====
 +
 +  * https://mirror.frubar.net/octavia/
 +  * http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM
 +
 +==== DEBIAN ====
 +
 +
 +hi
 +I did rebuilt it to use it on my nas but it crashed
 +so I think it's safe to wait for a more stable release ...
 +
 +I can help on this package if we put it under a collab team
 +
 +btw fell free to review :
 +
 +http://rzr.online.fr/ubuntu/pool/main/l/lessfs/# lessfs_1.5.9-0~rzr3.dsc
 +
 +
 +
 +==== OBSOLETE ====
 +
 +I am looking for a [[tag]] based fs :
 +
 +  * http://www.pytagsfs.org
 +  * http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FileSystems#NHFS_-_nonhierarchical_file_system
 +
 +
 +==== DUPLICATE ====
 +
 +How to remove duplicates files :
 +
 +  * http://www.stearns.org/freedups/freedups.pl
 +  * fslint
 +  * clink.py
 +  * http://packages.qa.debian.org/r/rdfind.html
 +  * http://forum.buffalo.nas-central.org/viewtopic.php?f=7&t=24915
 +
 +
 +
 +
 +
 +==== how to ====
 +
 +How to [[recover]] deleted files from ext3 [[FileSystem]] ?
 +
 +  * http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
 +
 +  * http://freshmeat.net/projects/giis
 +
 +
 +why "triple sync" ?
 +
 +  * http://tldp.org/LDP/sag/html/sag.html
 +
 + 
 +  * http://www.debuntu.org/2006/06/04/62-how-to-use-encrypted-directories-with-encfs-and-fuse # [[Fuse]]
 +
 +  * http://afuse.sourceforge.net
 +
 +  * kdfs http://www.xtreemos.eu/science-and-research/plonearticlemultipage.2007-05-03.8942730332/linuxssi
 +  * gfarm http://datafarm.apgrid.org/
 +  * lustre http://wiki.lustre.org/index.php?title=Main_Page
 +
 +
 +===== Misc =====
 +
 +  * http://debaday.debian.net/2008/05/25/mhddfs-join-several-real-filesystems-together-to-form-a-single-larger-one/
 +  * [[indexing]] : http://david.mentre.free.fr/serendipity/index.php?/archives/34-Ubuntu-five-months-later-and-still-satisfied.html
 +  * [[curl]] [[ftp]] : http://code.google.com/p/curlftpfs/issues/detail?id=4
 +  * http://www.hardcoded.net/dupeguru/# DuplicatE FileSystem
 +  * https://bitraboy.wordpress.com/2018/04/25/gluster-rsync/# #ClusteR
 +
 +
 +===== MORE =====
 +
 +@TaG : [[FileSystem]] [[ext3]] [[fuse]] [[mount]] [[chroot]] [[ext2]] [[vfat]] [[jffs2]] DuP FusE
 +
 +@TaG: [[f]] FilE
 +
 +
 +{{http://www.dvd-cover.nl/2005/14jan2005/image/squished.jpg}}
 +
 +{{http://people.zoy.org/~sam/utf-8.png}}
 +
 +{{http://lutin.jard.in/~dek/reiser.png}}
  
fs.txt ยท Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki