Closed Thread
Results 1 to 6 of 6

Thread: Sharing Data: Mac OS X <-> Windows

  1. #1
    Emir is offline Newbie
    Join Date
    Dec 2007
    Posts
    5
    Rep Power
    0

    Sharing Data: Mac OS X <-> Windows

    Hello,

    I'm new to Macs and I need a little help

    I've transferred some files from my Windows OS computer to an external HDD. When I attach the external HDD to a Mac laptop, I only have the permission to READ, that is, I can't transfer data from the Mac to the exHDD and this really needs to be done

    The Mac detects that the disk was formatted with a Windows file system.

    How can solve my problem? I've look around the net and couldn't find the solution. Tried logging in as the super-user, but it didn't help either.

    Thanks in advance,
    Emir

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Sharing Data: Mac OS X <-> Windows

    What filesystem is the hard drive using?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Emir is offline Newbie
    Join Date
    Dec 2007
    Posts
    5
    Rep Power
    0

    Re: Sharing Data: Mac OS X <-> Windows

    I believe it's a NTFS file system.

  5. #4
    TkTech's Avatar
    TkTech is offline The Crazy One
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,412
    Blog Entries
    1
    Rep Power
    31

    Re: Sharing Data: Mac OS X <-> Windows

    Windows will usually use NTFS. If you don't change any of the defaults when installing, it will be NTFS.

    The NTFS driver that comes with OS X is read-only. The only known, safe NTFS read/write driver is NTFS-3G. On OS X, you need to install MacFuse and then NTFS-3G.

    Download and install, restart, and you're done.

  6. #5
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Sharing Data: Mac OS X <-> Windows

    The hard-disk's format is NTFS, so Mac can not write on it, you must install NTFS for Mac or some similar program, or format it as FAT32 so it would work on both OS's without problems (but you can't store files bigger then 4Gb on it).
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

  7. #6
    DarkLordoftheMonkeys's Avatar
    DarkLordoftheMonkeys is offline Programming Professional
    Join Date
    Oct 2009
    Location
    Massachussets
    Posts
    255
    Blog Entries
    56
    Rep Power
    11

    Re: Sharing Data: Mac OS X <-> Windows

    It depends. Did the operating system specifically state that the files were read-only? You could check the read-write-execute permissions using the command line by typing cd /Volumes, then ls (which shows the names of the external volumes, such as disk drives), then cd whatever the name of the disk is. When you're in the disk type ls -al and see what you get. This page shows you how to read the output:

    Linux and UNIX ls command help

    I don't exactly know what problem you're having. It's never happened for me before, but maybe that's because I've been getting my Windows files from email (TextEdit can read RTF files made in Word). Maybe you should try that. For reading and editing Windows files on a Unix system, you can use Wine. It's a Windows interface that runs on top of the Unix system, and can run things like Office. I'm not sure if it's available for Macs though.
    Life's too short to be cool. Be a nerd.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Saving data from a windows application
    By Braydon Vaughan in forum C and C++
    Replies: 8
    Last Post: 08-17-2011, 05:47 AM
  2. Sharing data between classes?
    By sacredheart in forum C and C++
    Replies: 6
    Last Post: 04-14-2011, 07:05 AM
  3. Data sharing
    By denx in forum General Programming
    Replies: 8
    Last Post: 06-07-2008, 09:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts