Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Sunday, November 8, 2009

Write on a NTFS partition in Snow Leopard

Nyxem just published a very interesting information. Writing to an NTFS partition was originally activated in the beta versions of Snow Leopard. But this feature was disabled in the final version (probably a rights issue with Microsoft, author of the NTFS file system).

However, there is a way to re-write NTFS on Mac OS X Snow Leopard through the terminal while waiting for someone so small software to enable easy.

Open the terminal located in Applications/Utilities
Then find the UUID of the partition with this command:

diskutil info/Volumes/nom_de_la_partition

Copy the UUID
Create or edit the fstab:

ls /etc/ | grep fstab (to check if the file exists)
cp /etc/fstab~/Desktop/ (to make a copy on the desktop)

Edit the document using the command:

sudo nano/etc/fstab

Add the following line:

UUID = uuid_de_la_partition none ntfs rw

or if you do not find the UUID

LABEL = nom_de_la_partition none ntfs rw

Save the file and restart to apply changes.

Tuesday, November 3, 2009

How to create a new account

I has my own account in my mac os. But i want to create a new account for my sister because i don't want she to use my account and i am having problems downloading stuff from the internet help me please.

How to create a new account in mac:
1.Log in as an administrator account in your mac os.
2.Click the Apple menu and choose System Preferences
3.Click on accounts. Click the + button and enter your details and click create account.

Saturday, October 31, 2009

Disable rosetta in snow leopard

If your Mac OS X Snow Leopard 10.6 have already been installed Rosetta, you can disable it via Terminal for higher performance and to prevent the system from running PowerPC apps

First, open the Terminal. Open Applications -> Utilities -> Terminal. Then type the following command from terminal and hit enter.

sudo sysctl -w kern.exec.archhandler.powerpc=/usr/libexec/oah/RosettaNonGrata

To re-enable it, try these commands:

sudo sysctl -w kern.exec.archhandler.powerpc=/usr/libexec/oah/translate