Kaynağa Gözat

Adding Resparsify and Find Symlink Dest

A couple more useful commands
master
Nate Bohman 5 yıl önce
ebeveyn
işleme
4e7a2b1954
2 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. +4
    -0
      find_symlinks_by_destination.sh
  2. +3
    -0
      resparsify_file.sh

+ 4
- 0
find_symlinks_by_destination.sh Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet