Tuesday, November 1, 2011
OS X Tip: Apple Voodoo - SMC & PRAM Resets
Thursday, July 21, 2011
OS X Tip: Enable User Library Folders In OS X 10.7
Thursday, December 9, 2010
OS X Error 0 While Copying Files
If you receive an error 0 while copying files to an external hard drive in OS X, the issue is most likely due to the file format of the drive. Most external hard drives are pre-formated as FAT32 which cannot handle files 4GB or larger.
CAUTION: Any data on the drive will be lost during this process. Remember to backup your data first!!!
To reformat the drive, launch Disk Utility and click on your external drive on the left hand side. In the Format Tab, select Mac OS Extended (Journaled) and name the drive if you like. Now click erase and your drive will be ready.
Sunday, December 5, 2010
Solved - Shuttle SN25P Gigabit NIC Issue
Ever since I bought my Shuttle SN25P computer years ago, I have not been successful with gigabit in Windows. Apparently nVidia has (or had) poor driver support in regards to it's nForce chipset.
Whenever I would attempt to utilize my gigabit connection to its full potential, I would immediately get notified by Windows that my network cable was unplugged. It would then reinitialize, and go out. This was identified as suspend/resume.
If I would switch to 10/100, I would have no problems. As soon as I connect a 1GBPS, any heavy network traffic would cause my NIC to flatline.
Last night I started researching this again, to see if maybe there were any breakthroughs or new drivers. I did find a driver from 2008. After updating the driver for the NVIDIA Network Bus Enumerator then NVIDIA nForce 10/100/1000 Mbps Ethernet, my gigabit connection was still having problems. I had remember reading to disable Checksum Offload through device manager. Upon doing so, I attempted to upload to my FreeNAS machine.
This was it! I had 0 problems and I was able to sustain 340 Mbps uploading with my NIC!
SO, if you have a Shuttle SN25P (or any other nForce chipset/NIC), try updating your drivers and disabling Checksum Offload. Maybe it'll bring you to the 21st century with reliable 1 Gbps speeds.
Saturday, November 27, 2010
OS X Error -36 While Copying Files
You can confirm hard drive issues by downloading Smart Utility of OS X.
Monday, September 20, 2010
iPod Tip: Enable Diagnostic Mode On 6th Generation iPod Nano
Here is how you enable diagnostic mode on the 6th Generation iPod nano.
- Reset the unit by holding down the sleep and volume down buttons until the Apple logo appears.
- Hold down all 3 hardware buttons while the nano resets.
- The phrase iTerm will display briefly
If you need to put your nano into disk mode so you can restore it, just hold down the 2 volume buttons during reset.
Wednesday, September 8, 2010
Repair iTunes error 13010
Thursday, June 24, 2010
Fix OS X Trash Issues
Recently, I lost the ability to move files to the trash on my iMac running OS 10.6. At first I thought this might be a win, but the idea of accidentally deleting important files quickly filled my mind. To rebuild the trash folder, run the below terminal command. The first command is for your main admin account and the second one is for another user with the user's short name replacing "user_name" in the command.
Main Admin account: sudo rm -rf ~/.Trash
User account: sudo rm -rf /Users/user_name/.Trash
