Installation / Removal > Apple - Installation/Removal
HELP! Trouble converting to fat32
(1/1)
Technodude:
I was trying to convert my ipod nano to fat32 so what does it mean to "Open a terminal and navigate to the directory where you saved the file is part b)"???
LambdaCalculus:
I assume you're using a Mac? In that case, in your Finder, go to Applications > Utilities > Terminal.
I suggest adding Terminal to your dock for any future command line work.
Technodude:
What does it mean to "navigate to the directory though?
cool_walking_:
Type
--- Code: ---cd "/path/to/directory"
--- End code ---
and hit [enter]. Note that file and folder names may be case-sensitive, though I don't have a Mac so I'm not sure.
eeminy:
File and directory names are most definitely case sensitive.
It's worth noting, too, that when you open Terminal, you start out in the current user's home folder, which typically has the path "/Users/[username]". You can always get back to this home folder by typing "cd". The Desktop is a subdirectory inside the user's home folder; you can navigate there by typing "cd ~/Desktop" (the ~/ is a shortcut that stands for the user's home folder).
The Terminal in Mac OS X is basically a Unix shell (I think it's bash by default, but that doesn't really matter for this project). If you're not familiar with Unix or Linux, you're probably going to be confused by a number of steps in the FAT32 conversion. You might want to find a quick Unix web tutorial so you can get the basics of navigation and file management on the command line.
Navigation
[0] Message Index
Go to full version