Couldn't do the Terminal thing, said is -go wasn't a command
Bold text really isn't necessary. The command is LS, not IS (in lowercase).
Couldn't do the Terminal thing, said is -go wasn't a command
This thread is back again! I missed you!
If you have an NTFS drive, you need MacFUSE and NTFS-3G. I don't think that's particularly technical. No mucking around in Terminal needed.
Bold text really isn't necessary. The command is LS, not IS (in lowercase).
OK, typed in LS -go instead of IS and got this:
...
what does all this mean?
TO BLUEREVOLUTION: downloaded MacFUSE and NTFS-3G. ........ ???? nothings changed. Am I supposed to do something with them?
Install them?
You forgot to do the first step before this, the cd /Volumes one.
This gives the information about your volumes, the external hard drives. If more than one shows up, be sure to let us know the name of the drive so we can identify it in the output.
- Open Terminal, then type,
- cd /Volumes
- ls -go
You forgot to do the first step before this, the cd /Volumes one.
This gives the information about your volumes, the external hard drives. If more than one shows up, be sure to let us know the name of the drive so we can identify it in the output.
- Open Terminal, then type,
- cd /Volumes
- ls -go
HAHAHAHA GOT IT!
Heidi-Stewarts-iMac:/ heidistewart$ cd /Volumes
Heidi-Stewarts-iMac:Volumes heidistewart$ ls -go
total 8
drwxr-xr-x@ 7 238 15 Jan 20:10 Firefox
drwxr-xr-x 1 12288 22 Feb 14:51 LaCie
drwxr-xr-x@ 9 374 19 Dec 2008 MacFUSE 2.0
lrwxr-xr-x 1 1 26 Feb 12:36 Macintosh HD -> /
drwxrwxr-x 5 204 3 Aug 2007 Microsoft Messenger
drwxr-xr-x@ 12 476 21 Sep 18:43 Yahoo! Messenger
Heidi-Stewarts-iMac:Volumes heidistewart$
ok now what?
Seeing Firefox and the Yahoo and Microsoft Messenger volumes, it looks like you may not understand how to properly install applications on your Mac, unless you simply haven't unmounted those disk images yet. See this MR Guide for installing Mac applications.
I'll assume the LaCie volume listed above is the drive you're having issues with. First, to find out what file format the drive is,
As for trying to fix the drive, post 36 gave some things to try. You didn't mention if you tried the other solutions in this thread, but seems like you only tried the first thing you saw. Anyways, from Terminal,
- From Finder:
- In the sidebar, select the LaCie drive
- Then hit cmd+i to bring up the Get Info window (or pick it from the File menu)
- Look at "Format" near the top
- It should say FAT or NTFS, that's the file format
You may want to copy 'n' paste those lines into Terminal since you've been having issues typing them in correctly. Only do one line at a time. It will ask you for your password after the first line, but the others shouldn't, as it will remember for a while.
- sudo chflags 0 /Volumes/LaCie
- sudo chown 0:80 /Volumes/LaCie
- sudo chmod 775 /Volumes/LaCie
- sudo chmod -N /Volumes/LaCie
Ok, I did the Terminal thing like you asked.
It sounds like the drive is NTFS formatted since it keeps saying it's a read-only volume. You'll need one of the 3rd party apps to get your Mac able to write to NTFS drives. I use NTFS-3G, but don't actually have any NTFS drives that I use regularly.
I'm pretty sure the 'mount' command's output will say what format a disk has.
Result :
Last login: Sat Mar 20 21:05:22 on ttys000
Apples-MacBook-Pro:~ apple$ cd /Volumes
Apples-MacBook-Pro:Volumes apple$ sudo chmod g+w/Volumes/Time\ Machine\ Backup
Password:
usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [# [ n]]] mode|entry file ...
chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
Apples-MacBook-Pro:Volumes apple$
It's nouchg, not nouc.sewingbee said:sudo chflags -R nouc /Volumes/Volumename
BlueRevolution: What filesystem is the drive using?
It's nouchg, not nouc.
Umm, how do I find out? I never needed to know this before.
But I did discover that I probably need to update the firmware from Western Digital to be compatible with Leopard.
That brings up a new question. I use this HD to back up several computers, 2 are still running Tiger. The drive works fine this morning when plugged into the Tiger computer. Can I use one HD with both versions of the OSX, or should I get a separate drive for the Leopard mac?