Macworld Forums: Access External Hard Drive files from windows - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Access External Hard Drive files from windows

#1 User is offline   dpruett Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 24-October 05

Posted 24 October 2005 - 12:41 PM

I have an iMac with OS 10.4 and a Windows Xp machine on my home network. The iMac has an external hard drive. How do I get to the files on the external hard drive since it is not in the directory structure of any user on the iMac that I can log on to from the XP machine?
0

#2 User is offline   retcynm Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 19-June 01

Posted 25 October 2005 - 05:45 PM

If you're comfortable editing config files, then you can add the external firewire drive as a new share in your /etc/smb.conf file.
If you can first make sure that both computers are in the same workgroup, things will go easier. I'd say to first check on the XP machine ( R click on My Computer>>Properties>>Computer Name ), and see which workgroup it is set to. Most of the time the default is MSHOME. Then, on the Mac, go to Applications>>Utilities and start Directory Access. If the padlock is closed, click it and enter your user name and password. Double-click on SMB/CIFS, and enter the workgroup name from the PC. I tend to always enter the workgroup name in all caps (SMB is only supposed to see it as caps, but I've seen macs get confused if I enter the name in lowercase).Click OK, and then click the padlock.
Next, it's time to back-up the current smb.conf file. In a Terminal window, enter...
code:
sudo cp /etc/smb.conf /etc/smb.conf.orig


Enter your password, and hit return.
The smb.conf file has a basic format of
[sharename]
option = value
option = value
So, assuming that the name of the firewire drive that you want to share is "FirewireDrive", "joe" is the short name of the user account that can log onto the Mac, and "Mac-External" is the name you want to give the share, you'll add the following to the end of your /etc/smb.conf file....
[Mac-external]
path = /Volumes/FirewireDrive
valid users = joe
writable = yes
Adjust these to your situation. After editing and saving the smb.conf file, go to the sharing pane of System Preferences and restart Windows Filesharing.
Now it's time to go to the PC. If the networking dieties are smiling on you, the Mac will show right up when you go to My Network Places and click on "View workgroup computers". Double-click on the icon for the mac, and then double-click on the share you just set up. Enter the user name and password from the Mac, and you should be set.
0

#3 User is offline   janingo Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 08-January 06

Posted 08 January 2006 - 05:45 AM

My friend has a Windows XP machine and a firewire harddrive. We have been transferring files between his windows machine to my mac by first putting it on the firewire drive. The disc is NTFS.
Yesterday we connected the mac to the drive while the windows machine was still connected (mac uses 6 pin and windows machine 4 pin). The mac took over the drive and i could transfer a few GB. The windows machine however froze and required a restart.
Now the windows machine keeps on freezing when opening explorer while the firewire disc is connected. The mac is not connected anymore.
How do you get the windows machine to forget that there was a harddrive there before?
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users