
|
01-19-2013
|
#1
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
Need help with Mac terminal
Installed two SATA drives in enclosure connected via firewire to iMac. Will only read. Want to share drives with Windows based so formatted NTFS. Have tried a downloaded utility that's supposed to make them RW but doesn't work. Running Mountain Lion BTW.
In terminal now and typed sudo nano /etc/fstab to get to editor.
Have written in editor
UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw
UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw
I don't know how to write and save this then exit to restart machine. What do I do from here? Thanks.
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
|
|
|
01-19-2013
|
#2
|
|
Thread Killer
Joined: | Apr 2004 |
Posts: | 5,408 |
|
Quote:
Originally Posted by jobberone
Installed two SATA drives in enclosure connected via firewire to iMac. Will only read. Want to share drives with Windows based so formatted NTFS. Have tried a downloaded utility that's supposed to make them RW but doesn't work. Running Mountain Lion BTW.
In terminal now and typed sudo nano /etc/fstab to get to editor.
Have written in editor
UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw
UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw
I don't know how to write and save this then exit to restart machine. What do I do from here? Thanks.
|
You want to write the below into /etc/fstab correct?
UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw
UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw
1. Make a backup copy of fstab (filesystem tab)
sudo cp /etc/fstab /etc/fstab-20130119
2. I am assuming you do not know VI. So use echo to update the file.
sudo echo "UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw" >> /etc/fstab
sudo echo "UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw" >> /etc/fstab
3. Check the file for the updates.
sudo cat /etc/fstab
|
|
|
01-19-2013
|
#3
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
Quote:
Originally Posted by viman96
You want to write the below into /etc/fstab correct?
UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw
UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw
1. Make a backup copy of fstab (filesystem tab)
sudo cp /etc/fstab /etc/fstab-20130119
2. I am assuming you do not know VI. So use echo to update the file.
sudo echo "UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw" >> /etc/fstab
sudo echo "UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw" >> /etc/fstab
3. Check the file for the updates.
sudo cat /etc/fstab
|
It will not give me permission to write that. I copied and pasted the above into terminal. I also tried doing it one at a time. I hate this ****.
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
|
|
|
01-19-2013
|
#4
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
I am the administrator on the computer BTW but I know nothing.
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
|
|
|
01-19-2013
|
#5
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
I don't have the slightest idea what the heck you guys are talking about.
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
|
|
|
01-19-2013
|
#6
|
|
Thread Killer
Joined: | Apr 2004 |
Posts: | 5,408 |
|
Using vi is not easy if you have never used it. Just type the keys in exact sequence we mentioned and you will be good.
|
|
|
01-19-2013
|
#7
|
|
Senior Member
Joined: | May 2005 |
Location: | |
Posts: | 7,937 |
|
Quote:
Originally Posted by jobberone
It will not give me permission to write that. I copied and pasted the above into terminal. I also tried doing it one at a time. I hate this ****.
|
Try apple key-o or ctrl-o to save.
I don't remember if Apple has a ctrl key.
"I just kind of stopped in the middle of a route, which is the worst thing you can do," Ogletree said. "He just told me, 'What were you thinking?' I kind of mumbled something to him and he was like, 'You're stupid.' "
"If we can get the running game going early, that'll open up the passing game for Troy." - Jerry Jones, 11/12/12
|
|
|
01-19-2013
|
#8
|
|
Senior Member
Joined: | May 2005 |
Location: | |
Posts: | 7,937 |
|
Quote:
Originally Posted by jobberone
Installed two SATA drives in enclosure connected via firewire to iMac. Will only read. Want to share drives with Windows based so formatted NTFS. Have tried a downloaded utility that's supposed to make them RW but doesn't work. Running Mountain Lion BTW.
In terminal now and typed sudo nano /etc/fstab to get to editor.
Have written in editor
UUID=C440781A-40A9-ACC4-60C4-ACD2ECACD2E4 none ntfs rw
UUID=7866522B-6663-4678-8778-46DA8C46DA86 none ntfs rw
I don't know how to write and save this then exit to restart machine. What do I do from here? Thanks.
|
vi / vim always begins in command mode. You can press [Esc] key anytime to return to command mode. Press i to insert text. To save and exit from vi / vim, press [Esc] key and type ZZ
"I just kind of stopped in the middle of a route, which is the worst thing you can do," Ogletree said. "He just told me, 'What were you thinking?' I kind of mumbled something to him and he was like, 'You're stupid.' "
"If we can get the running game going early, that'll open up the passing game for Troy." - Jerry Jones, 11/12/12
|
|
|
01-19-2013
|
#9
|
|
Thread Killer
Joined: | Apr 2004 |
Posts: | 5,408 |
|
If you are in a vi session then do this:
hit esc key
shift :
wq!
|
|
|
01-19-2013
|
#10
|
|
Vegetarians are so stupid.
Joined: | Apr 2004 |
Location: | |
Posts: | 2,153 |
|
Any reason not to use FAT, since that can be read/written natively by both OSes?
“…people’s need to be right is stronger than their ability to be objective.”
N. Crawford, The American Psychological Association
|
|
|
01-19-2013
|
#11
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
Quote:
Originally Posted by Meat-O-Rama
Any reason not to use FAT, since that can be read/written natively by both OSes?
|
No. Only the size of the files. I have a few large files that are Cowboys games and such. What is the maximum size of a file in the FAT32?
Is it 4 or 3 Gigs?
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
Last edited by jobberone : 01-19-2013 at 11:45 AM.
|
|
|
01-19-2013
|
#12
|
|
Senior Member
Joined: | May 2005 |
Location: | |
Posts: | 7,937 |
|
Quote:
Originally Posted by jobberone
No. Only the size of the files. I have a few large files that are Cowboys games and such. What is the maximum size of a file in the FAT32?
Is it 4 or 3 Gigs?
|
4.
there is no reason you can't share any size file though. There are plenty of addons that allow linux to read/write NTFS volumes, which is possibly what you need. When I used to dual boot linux I had something setup to allow me to copy to and from NTFS partitions while in linux. I have the same thing going on my hackintosh, but I rarely boot that machine now. You may want to research that a bit.
"I just kind of stopped in the middle of a route, which is the worst thing you can do," Ogletree said. "He just told me, 'What were you thinking?' I kind of mumbled something to him and he was like, 'You're stupid.' "
"If we can get the running game going early, that'll open up the passing game for Troy." - Jerry Jones, 11/12/12
|
|
|
01-19-2013
|
#13
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
Quote:
Originally Posted by Kilyin
4.
there is no reason you can't share any size file though. There are plenty of addons that allow linux to read NTFS volumes, which is possibly what you need. When I used to dual boot linux I had something setup to allow me to copy to and from NTFS partitions while in linux. You may want to research that a bit.
|
Here is the latest I get:
Actually something changed in 12A43 or 12A50. Preventing writing to the drive from applications. It also removed the ability to look up hidden drives like /Volumes when modifying a shortcut's destination location.
Basically it was a surgical strike against people using native NTFS in Mountain Lion. (especially from GUI side).
I'm running 12C60. I may plug the drives into my old G4 PowerBook and I should be able to recognize and read/write from there but that's not the optimal solution for me.
I did read where you can go into /etc/fstab.hd and change it to ignore the ignore this drive file in there. That's above my pay grade though.
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
|
|
|
01-19-2013
|
#14
|
|
Senior Member
Joined: | May 2005 |
Location: | |
Posts: | 7,937 |
|
Quote:
Originally Posted by jobberone
Here is the latest I get:
Actually something changed in 12A43 or 12A50. Preventing writing to the drive from applications. It also removed the ability to look up hidden drives like /Volumes when modifying a shortcut's destination location.
Basically it was a surgical strike against people using native NTFS in Mountain Lion. (especially from GUI side).
I'm running 12C60. I may plug the drives into my old G4 PowerBook and I should be able to recognize and read/write from there but that's not the optimal solution for me.
I did read where you can go into /etc/fstab.hd and change it to ignore the ignore this drive file in there. That's above my pay grade though.
|
See my post right above this one. If you plug that enclosure into a windows box and it sees it as 'one logical drive' that is your problem. You have an enclosure emulating software RAID and macintosh OSX doesn't know how to recognize it. There's probably some sort of addon that would allow it to. Have you checked the manufacturer's website?
"I just kind of stopped in the middle of a route, which is the worst thing you can do," Ogletree said. "He just told me, 'What were you thinking?' I kind of mumbled something to him and he was like, 'You're stupid.' "
"If we can get the running game going early, that'll open up the passing game for Troy." - Jerry Jones, 11/12/12
|
|
|
01-19-2013
|
#15
|
|
Save the Snow Leopard
Joined: | Apr 2004 |
Location: | |
Posts: | 26,076 |
|
So I assume there is no way to connect this to my iMac and use NTFS to both read and write???
I have a network drive Mybookworld which recognizes the drive enclosure when I hook it up to the USB port in the back of the network drive. It will not however open them from my iMac although I've not checked from a Windows computer. I can hook this up to a Windows computer but it will mean using a laptop and keeping it on all the time which I'd rather not do. Is there another way to share this enclosure with its two SATA HDs with my network?
Did you know there are only 5000 Snow Leopards in the wild now and they are confined to Central Asia? However, the effective global population (those likely to reproduce) is less than half that number.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:49 AM.
|