This commit is contained in:
parent
143bc5af84
commit
3c28f96dd4
1 changed files with 75 additions and 95 deletions
|
@ -65,45 +65,25 @@ ok
|
|||
(Recording state in git...)
|
||||
|
||||
$ git annex status
|
||||
|
||||
$ stat * >../stat-before-umount
|
||||
|
||||
$ cd /
|
||||
|
||||
$ umount /mnt/transfer
|
||||
|
||||
$ mount /mnt/transfer
|
||||
|
||||
$ cd /mnt/transfer/transfer-repo
|
||||
|
||||
$ stat * >../stat-after-remount
|
||||
|
||||
$ git annex status
|
||||
|
||||
M n05.mp3
|
||||
|
||||
M n10.mp3
|
||||
|
||||
M n11.mp3
|
||||
|
||||
M n13.mp3
|
||||
|
||||
M n16.mp3
|
||||
|
||||
M n17.mp3
|
||||
|
||||
M n20.mp3
|
||||
|
||||
M n22.mp3
|
||||
|
||||
M n23.mp3
|
||||
|
||||
M n24.mp3
|
||||
|
||||
M n26.mp3
|
||||
|
||||
M n27.mp3
|
||||
|
||||
$ diff -u ../stat-before-umount ../stat-after-remount | grep -B8 "+Modifiziert" | grep -E "Datei:|Modifi"
|
||||
|
||||
Datei: „n05.mp3“
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue