ソースを参照

Adding Resparsify and Find Symlink Dest

A couple more useful commands
master
Nate Bohman 5年前
コミット
4e7a2b1954
2個のファイルの変更7行の追加0行の削除
  1. +4
    -0
      find_symlinks_by_destination.sh
  2. +3
    -0
      resparsify_file.sh

+ 4
- 0
find_symlinks_by_destination.sh ファイルの表示

@@ -0,0 +1,4 @@
#!/usr/bin/env bash

# Find the symlink in /dev/disk/by-id that points to /dev/sdd
find -L /dev/disk/by-id -xtype l -samefile /dev/sdd

+ 3
- 0
resparsify_file.sh ファイルの表示

@@ -0,0 +1,3 @@
#!/usr/bin/env bash

fallocate --dig-holes /path/to/file

読み込み中…
キャンセル
保存