4 Matching Annotations
  1. Aug 2023
    1. dired-toggle-read-only (usually bound to "C-x C-q"), now the Dired buffer is editable — you can change the names of files and later choose to commit those changes to disk use occur (usually bound to "M-s o") to narrow down the listed files in the Dired buffer , then use occur-edit-mode in the Occur buffer, use occur-edit-mode (bound to the "e" key) to make the occur buffer editable Use any number of query-replace ("M-%") or query-replace-regexp ("C-M-%") to rename any of the files in the Occur buffer. occur-cease-edit ("C-c C-c") to commit changes from the Occur buffer to the Dired buffer wdired-finish-edit (also bound to "C-c C-c") to commit those changes in the Dired buffer to the filesystem.

      dired내에서 occur를 통해 필터링을 한 뒤에 검색을 하는 등의 수정작업을 진행한 후 변경사항을 반영할 수 있다.

  2. May 2023
    1. If the drive or container you are creating is larger that 4 GB then you will be asked if you want to store files bigger than 4 GB on it. (If the container or drive is 4 GB or smaller this step is skipped.)

      veracrypt는 중간에 파일이 4gb 이상을 사용하는 경우에 대해서 따로 옵션을 제공하고 있다.

    1. Using TestDisk [^] TestDisk was primarily designed to help recover "lost" partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. TestDisk can Fix partition table, recover deleted partition Recover FAT32 boot sector from its backup Rebuild FAT12/FAT16/FAT32 boot sector Fix FAT tables Rebuild NTFS boot sector Recover NTFS boot sector from its backup Fix MFT using MFT mirror Locate ext2/ext3 Backup SuperBlock Some great tutorials are available at TestDisk's site: "TestDisk Step By Step", "Running TestDisk", "Data Recovery Examples" etc. Using PhotoRec [^] PhotoRec is file data recovery software designed to recover "lost" files including video, documents and archives from Hard Disks and CDRom and "lost" pictures (thus, its 'Photo Recovery' name) from digital camera memory. PhotoRec ignores the filesystem and goes after the underlying data, so it will still work even if your media's filesystem has been severely damaged or re-formatted. For more safety, PhotoRec uses read-only access to handle the drive or memory support you are about to recover "lost" data from. Important: As soon as a pic or file is accidentally deleted, or you discover any missing, do NOT save any more pics or files to that memory device or hard disk drive; otherwise you may overwrite your "lost" data. This means that even using PhotoRec, you must not choose to write the recovered files to the same partition they were stored on. A great tutorial titled "PhotoRec Step By Step" can be found at PhotoRec's site.

      TestDisk와 PhotoRec는 한 개발자에 의해 만들어져서 한 패키지에 설치가 가능하다. TestDisk는 잃어버린 파티션을 복구하기위해 사용되며, PhotoRec는 지워진 사진이나 특정 포맷을 복구하기 위해 사용한다. PhotoRec의 경우 지원되지 않는 포맷은 복구할 수 없으며, 지원하고자 하는 포맷이 있다면 시그니쳐를 만들어 등록해야 한다.

  3. Feb 2022