I had been a long-time user of OSX for quite sometimes. (+- 4 years) I found its UNIX environment and super-friendly user interfaces to be very useful for especially programming. Macbook's trackpad and keyboard shortcuts have always been my personal favorite as well.
I've always thought that MacBook's so called over-price is actually worth every penny. It has SMS, light sensor, very decent LCD, etc etc.
I still have lots and lots of positive things I'd want to write about MacBook. Software like SizeUp, TextMate, SMC Fan Control, iTerm 2, etc have been easing my life as a programmer so much. Maybe I'll write some articles about how much I loved OSX sometimes.
However, as I am becoming more more into UNIX environment, I've found OSX to not be able to catch up with my needs. First and foremost is because many software applications simply aren't written to work well with OSX! It's inevitable that the main market consumer is still Windows and so many software industry simply writes crappy port of their software for OSX. What I mean by crappy here is lots of memory leaks, not optimized to work efficiently and so on. Sad to say this, but I have to admit that I found my MacBook 5,1 with 8GB of RAM and 2.1 core-2-duo processor to be considerably sluggish compared to a laptop with a similar spec with Windows on it. A very obvious example would be Flash player. Try running a Youtube video on a 5,1 MacBook. Notice how hot your MacBook is? I can't help but to also notice how sluggish it becomes. It's just very annoying sometimes..
On the other hand, since some Linux are open source, the software support is so amazing. For almost every single application that you're searching for, you'd almost always able to find a decent open-source version that substitutes it. It's just amazing to see how much Linux have been growing. Also the driver supports that let things work out-of-the-box is just so sweet... I guess I'll have to write another post dedicated for Linux at some point.
:D
Feel free to start a discussion within this thread. I'm no big fan of one single OS or biased towards any. I have so much positive things to say about Linux, Windows, or OSX. They're just great and bad in their own ways.
Random useful tech stuffs I write to remind myself. Hopefully useful for you!
Showing posts with label OSX. Show all posts
Showing posts with label OSX. Show all posts
Thursday, May 2, 2013
Monday, November 28, 2011
Mounting Linux hdd (ext4/ext3/ex2) in OSX
As the title says, here's how to mount Linux partition in OSX:
1. Download MacFuse .dmg from http://code.google.com/p/macfuse/
2. Download fuse-ext2 .dmg from http://sourceforge.net/projects/fuse-ext2/
3. Install them respectively.
4. Reboot your computer?
5. Here is the magic terminal keywords to mount your beloved Linux hdd:
a. First do: 'disktool -l' to find out the name of Linux hdd you're interested in. The name is something like disk0s1 or similar.
b. Next: 'mkdir /Volumes/[HD NAME]' replace HD NAME with your choice of your name. (eg. Linux)
c. After that, 'sudo fuse-ext2 /dev/[LINUX HD NAME] /Volumes/[HD NAME]/ -o force' replace the LINUX HD NAME with the name from part a. above and HD NAME from part b. above
Voila! You're beloved Linux partition is now mounted! :)
Tips: You can add a script to your .profile to automate the steps above every time your computer boots up!
1. Download MacFuse .dmg from http://code.google.com/p/macfuse/
2. Download fuse-ext2 .dmg from http://sourceforge.net/projects/fuse-ext2/
3. Install them respectively.
4. Reboot your computer?
5. Here is the magic terminal keywords to mount your beloved Linux hdd:
a. First do: 'disktool -l' to find out the name of Linux hdd you're interested in. The name is something like disk0s1 or similar.
b. Next: 'mkdir /Volumes/[HD NAME]' replace HD NAME with your choice of your name. (eg. Linux)
c. After that, 'sudo fuse-ext2 /dev/[LINUX HD NAME] /Volumes/[HD NAME]/ -o force' replace the LINUX HD NAME with the name from part a. above and HD NAME from part b. above
Voila! You're beloved Linux partition is now mounted! :)
Tips: You can add a script to your .profile to automate the steps above every time your computer boots up!
Subscribe to:
Posts (Atom)