This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (* | |
| Script adapted from Wake on WAN - by Mark Muir (2008-04-01) | |
| http://forums.dealmac.com/read.php?4,2751523 | |
| *) | |
| property MAC_address : "00:25:4b:9f:63:c8" | |
| property WAN_IP_address : "255.255.255.255" | |
| on run | |
| set command to "/usr/bin/php -r " & quoted form of ("$mac = " & quoted form of MAC_address & "; $ip = " & quoted form of WAN_IP_address & "; " & " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@bajama:~/ > cd /volume1/timemachine/ | |
| root@bajama:/volume1/timemachine/ > l | |
| total 16K | |
| drwxrwxrwx 4 root root 4.0K Mar 7 15:53 ./ | |
| drwxr-xr-x 27 root root 4.0K Mar 7 00:33 ../ | |
| drwxrwxrwx 2 root users 4.0K Feb 4 20:39 @eaDir/ | |
| drwxrwsrwx 4 tm_mbair_iah users 4.0K Mar 7 15:53 IahOnAir.sparsebundle/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unable to open block device /dev/disk2s2: Permission deniedjournal_replay(/dev/disk2s2) returned 13 | |
| ** /dev/rdisk2s2 (NO WRITE) | |
| Using cacheBlockSize=32K cacheTotalBlock=32768 cacheSize=1048576K. | |
| Executing fsck_hfs (version diskdev_cmds-540.1~34). | |
| Non-empty journal: start = 66310144, end = 94912512 | |
| Journal need to be replayed but volume is read-only | |
| ** Checking Journaled HFS Plus volume. | |
| ** Detected a case-sensitive volume. | |
| The volume name is Time Machine Backups | |
| ** Checking extents overflow file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iahonair:~ besucher$ cd /Volumes/ | |
| iahonair:Volumes besucher$ mkdir TMBackup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo mount_afp afp://TimeMachine:**PROTECTED**@hostname/TMBackup /Volumes/somefolder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo mount_afp afp://tm_mbair_iah:securepassword1234@bajama/timemachine /Volumes/TMBackup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [jan@iahonair:~]$ sudo ls -alh /Volumes/TMBackup (03-07-2013 16:58) | |
| total 0 | |
| drwx------ 1 root wheel 264B 7 Mär 2013 . | |
| drwxrwxrwt@ 6 root admin 204B 7 Mär 16:53 .. | |
| drwxrwxrwx@ 1 root wheel 296B 7 Mär 16:58 IahOnAir.sparsebundle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo su - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hdiutil attach -nomount -noverify -noautofsck /Volumes/TMBackup/IahOnAir.sparsebundle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tail -f /var/log/fsck_hfs.log |
OlderNewer