Activity › Forums › Apple Final Cut Pro Legacy › Sharing files mac & PC
-
Sharing files mac & PC
Posted by Philip Johns on May 8, 2007 at 6:15 amHi.
Does anyone know how you can share an external firewire hard disk (or internal for that matter) that’s connected to a Mac running OSX with windows XP? It seems as if you can only share your shared files, but that limits you to only sharing the main hard disk.
Thanks,
Phil
Dmitry Dumarevskiy replied 19 years ago 6 Members · 6 Replies -
6 Replies
-
Colin Mcquillan
May 8, 2007 at 6:38 amIf you format an external HD for use on a mac, you can only read, not write the that drive on a PC. and vice versa on a PC using NTSF formating. Although,, if you format the drive with FAT32 formating you can read and write the the drive with both a PC and Mac,, but are limited to 4gig max file size.
Colin McQuillan
Vancouver BC -
Walter Biscardi
May 8, 2007 at 12:05 pm[Colin McQ] “If you format an external HD for use on a mac, you can only read, not write the that drive on a PC.”
That’s actually incorrect. A Mac formatted drive will show up as un-readable by a Windows machine.
What you need to do is format the external drive on the PC as a Mac can read and write to a PC formatted drive.
Walter Biscardi, Jr.
https://www.biscardicreative.com
HD Editorial & Animation for Food Network’s “Good Eats”
HD Editorial for “Assignment Earth”Read my blog! https://blogs.creativecow.net/WalterBiscardi
-
Tom Wolsky
May 8, 2007 at 12:15 pmJust install MacDrive on the PC to read/write Mac OS formatted discs.
All the best,
Tom
Author: “Final Cut Pro 5 Editing Essentials” and “Final Cut Express 2 Editing Workshop” Class on Demand “Complete Training for FCP5” and “Final Cut Express Made Easy” DVDs
-
Philip Johns
May 8, 2007 at 11:17 pmThanks for the help guys – this is helpful, however I don’t think I asked the question properly. What I was meaning was how can I share an external hard drive attached to a mac over an ethernet network?
-
Accountclosed
May 9, 2007 at 1:39 am[Colin McQ] “If you format an external HD for use on a mac, you can only read, not write the that drive on a PC.”
[Walter] That’s actually incorrect. A Mac formatted drive will show up as un-readable by a Windows machine.
What you need to do is format the external drive on the PC as a Mac can read and write to a PC formatted drive. -
Dmitry Dumarevskiy
May 9, 2007 at 9:11 pmHi!
For sharing any folder for PC over ethernet (smb protocol)
You should
1. find path to this folder
(for Your case in terminal printls /Volumes
)
2. edit file /etc/smb.conf :
sudo vi /etc/smb.conf
type Your password
press i (insert mode)
change in part about shared
path = /Volumes/YourFireWireVolumeName
comment all other unused sharing parts (;)
press escape
type :wq! (exit + rewrite)
(any problems – man vi)
3. In system Preference -> Sharing Start (or Stop and Start if
already running) Windows Sharing and choose User for login from remote PC to Your Mac.P.S. You can edit file even in texEdit. If You will have some problems – send me smb.conf (in fact it is in /Private dir – type ls -l /etc) and Your FireWire Volume Name
Reply to this Discussion! Login or Sign Up