Some times, you might get errors in your sinology and be unable to delete files. This is likely due to a corrupted filesystem which requires fixing. Continue reading How to FSCK your synology
Category Archives: General
General category
Quick way to create an image from a device or folder
Here is a quick way to create a Disk Image from a device.
$ hdiutil create -srcdevice [source device] [target name]
Alternatively, you can create an Image from a folder pretty much the same way using
$hdiutil create -srcfolder [source folder] [target name]
Make the OSX Sidebar font small
Change hidden flag in OSX
There are four ways to hide a file in Mac OS X Finder.
1. It hides files that begin with .Fix: rename the file
2. If there is a .hidden file in a directory, it hides all the files in that directory that are listed in .hidden Fix: remove the file’s name from .hidden 3. It has the hidden flag set. Solution: (in the terminal) chflags nohidden /Path/to/file |
Reference from http://forums.macrumors.com/showthread.php?t=597097