Ntfs 3.0 to 3.1

I have an external usb hard drive which has ntfs file system. Recently for a wrong reason I downgraded the ntfs version from 3.1 to 3.0 with Partition Magic. I want to upgrade it back to 3.1 since ntfs 3.0 doesn't support sparse files. I want to create a sparse disk image with Disk Utility. How can I upgrade to 3.1 version without formatting the drive?

You'll have to ask the developer of Partition Magic if it can do this, or look for some other utility.
Regards.

Similar Messages

  • New to Solaris, Some Samba and NTFS issues.

    Hi Im new to solaris and trying out ZFS which has been great.
    Im haivng some trouble that I cant find up to date info on so here goes:
    First how do you mount an NTFS volume in Solaris 11 Express?
    I need to access the data on an NTFS drive to populate my new ZFS tank.
    Secondly, I have read only access on my samba shares from windows machines but my smb.conf looks right. a copy of my smb.conf will follow
    Any suggestions would be appreciated.
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # For a step to step guide on installing, configuring and using samba,
    # read the Samba-HOWTO-Collection. This may be obtained from:
    # http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
    # Many working examples of smb.conf files can be found in the
    # Samba-Guide which is generated daily and can be downloaded from:
    # http://www.samba.org/samba/docs/Samba-Guide.pdf
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = WORKGROUP
    # server string is the equivalent of the NT Description field
    server string = Samba Server
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = share
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    load printers = yes
    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap
    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat
    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/samba/log/log.%m
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = <NT-Server-Name>
    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    ; realm = MY_REALM
    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    passdb backend = smbpasswd
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/sfw/lib/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    #     Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one     WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    #============================ Share Definitions ==============================
    [homes]
    comment = Home Directories
    browseable = no
    writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /usr/sfw/lib/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; writable = no
    ; printable = no
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    [Series]
    comment = TV Series
    path = /home/Kirby/Series
    public = yes
    only guest = yes
    writable = yes
    printable = no

    875739 wrote:
    Hi Im new to solaris and trying out ZFS which has been great.
    Im haivng some trouble that I cant find up to date info on so here goes:
    First how do you mount an NTFS volume in Solaris 11 Express?
    I need to access the data on an NTFS drive to populate my new ZFS tank.I never had a need for it but I think you'll have to compile fuse ntfs-3g manually.
    http://web.archiveorange.com/archive/v/u46DbWSGcIzl7pexf4hQ
    >
    Secondly, I have read only access on my samba shares from windows machines but my smb.conf looks right. a copy of my smb.conf will follow
    Any suggestions would be appreciated.You don't need to use Samba in Solaris 11 Express.
    http://download.oracle.com/docs/cd/E19963-01/html/821-1448/gaynd.html#gayne

  • How can I write to a ntfs formatted drive?

    I know there are some third party apps for a fee but this seems like a simple enough and popular request that Apple should address. Can you tell me if apple has a solution for this?
    I appreciate your help.
    Thanks,
    John

    No Apple solution (well, the solution would be for you to only buy Mac stuff and reformat your hard drive to Mac ).
    NTFS drivers for Macs (there may be others):
    Paragon NTFS - http://www.paragon-software.com/home/ntfs-mac/ - recommendation: https://discussions.apple.com/message/18708633
    Tuxera NTFS 2012.3.2  - http://www.macupdate.com/app/mac/33122/tuxera-ntfs
    NTFS for Mac OS X 9.5.3 - http://www.macupdate.com/app/mac/26288/ntfs-for-mac-os-x
    There used to be NTFS-3G which I believe was free, but it looks like it is now Tuxera.  Maybe an old version would work (or maybe not). 
    http://macntfs-3g.blogspot.com/ and http://i.vishalagarwal.com/post/30387627819/ntfs-write-on-lion-or-mountain-lion

  • Ntfs Event 153 causing an external drive to be dismounted on WIndows 8 system?

    I am running Carbonite's Mirror Image on my Windows 8 system, using an external USB-connected hard drive as the target disk.  Carbonite formats the target drive before using it for mirror images.  The snapshot process works fine, but it appears
    that after the snapshot is complete, Windows is doing something that causes the system to dismount the drive.  I assume it is the new automatic disk maintenance service that comes with Windows 8.  The Carbonite function was fine under Windows 7,
    but when I upgraded to Windows 8 this problem began.
    The System log details a series of events whereby a first check of Drive O/Disk 1 (the mirror image drive) is declared healthy: Event 98 ("Volume O: (\Device\HarddiskVolume16) is healthy.  No action is needed.").  But
    then a series of Event 153 Warnings show up ("The IO operation at logical block address 1887dd98 [and others] for Disk 1 was retried."), followed by an Event 140 ("The system failed to flush
    data to the transaction log. Corruption may occur in VolumeId: O:, DeviceName: \Device\HarddiskVolume13.(A device which does not exist was specified.)")
    Oddly, this sequence repeats, including the Event 98 that Drive O is healthy!
    Externally, the drive is definitely dismounted from the system as reported by the Carbonite InfoCenter.  Once I unplug the USB cable and then reconnect it, the mirror image resumes.
    Is there any way to exclude a drive from the Ntfs maintenance?  (I've already excluded it from the disk optimization process.)
    Additional info:  I am running System Mechanic and I have been told that SM can mess up VSS performance in other apps and that even when SM is uninstalled, the problems remain until/unless the OS is refreshed/reinstalled.  Any truth to this?

    Hi,
    This forum is dedicated to System Center Data Protection manager.  Moving this to the Windows file system forum.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • I have a external Hard drive of 1TB. I want to transfer HD movies to it from my MAC but it can only take 4 gb at a time, now i have to format it which is the best format in this situation NTFS or exFAT, as i use windows part ion as well??

    I have a external Hard drive of 1TB. I want to transfer HD movies to it from my MAC but it can only take 4 gb at a time, now i have to format it which is the best format in this situation NTFS or exFAT, as i use windows part ion as well?? plzz help
    Merry Christmas

    Repartition and format the drive for a Mac:
    Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • After copying a file from NTFS to HFS volume, file size changed when viewing in Windows

    Hi guys,
    I have a Mac Air running Mavericks on a HFS partition and Windows 7 on a BOOTCAMP NTFS partition. I have some files that I want to read/write from/to both systems. Since OS X can't write NTFS and Windows can't write HFS either, and I don't want to use any 3rd-party tools/drivers, I have to adopt a "stupid" way: in OS X, I copy those files from NTFS to its HFS partition, make changes, then switch to Windows and sync them back to NTFS.
    The problem is, after I copied a file from NTFS to HFS in OS X, it seemed ok. But when I switched to Windows, the very copied file in HFS partition had its size changed (bigger) although I didn't make any changes to it in OS X yet. This happens to almost every file I copied, text and binary. For those text files, I tried to open it with EditPlus in Windows and EditPlus reports the correct size on the status bar.
    How could this happen?

    I am not sure if this is what your seeing but...
    The same unaltered file on two different volumes might use different amounts of disk space. This is because a 'disk' is divided in to 'blocks' and a block (also historically known as a 'sector') is a certain minimum size. So if disk-1 has a block size of 512 bytes and disk-2 has a block size of 1024 bytes then a file containing just 10 bytes will use up twice as much space on disk-2 as disk-1 even though it is the exact same file.
    Beyond that, Macs can add additional information like Spotlight tags, labels, icons, etc. which make a file bigger. If you are modifying a file then presumably that also implies adding additional content e.g. for a Word document more text and this will make it bigger. Also depending on some programs are configured or designed 'deleting' text may only mark it as deleted and not really delete. This can apply to older versions of Word which has a 'Fast Save' feature, new versions have removed this and do a proper delete.
    You would have to give more details like what you are doing to the document, what kind of document, and what the two sizes are.
    Finally, there is one other potential difference, some systems and manufacturers use 1024 as a unit for measuring file and disk sizes, some use 1000. It will be the same number of bytes in each case but 1000 bytes in one case would exactly equal 1MB, and in the other it would be 0.9765MB.

  • How to delete files from external ntfs hard disk [Solved]

    Hi guys
    first, sorry for my bad English.
    I have an external hard disk ( WD 500GB ) with ntfs file system and i have installed ntfs-3g package.
    3 days ago, when i wanted to delete some files, i get a problem with it,
    look the output :
    [jahangir@Arch New Metal]$ sudo rm *
    [sudo] password for jahangir:
    rm: cannot remove '02 - Korn - Love and Meth.mp3': No such file or directory
    rm: cannot remove '30Seconds To Mars': No such file or directory
    rm: cannot remove '30Seconds To Mars 1': Is a directory
    rm: cannot remove 'Avantasia': No such file or directory
    rm: cannot remove 'Avantasia 1': Is a directory
    rm: cannot remove 'Avantasia 2': Is a directory
    rm: cannot remove 'Behemoth': No such file or directory
    rm: cannot remove 'Behemoth 1': Is a directory
    rm: cannot remove 'Hanging Garden - At Every Door - 2013': No such file or directory
    rm: cannot remove 'Hanging Garden - At Every Door - 2014': No such file or directory
    rm: cannot remove 'Rosetta': No such file or directory
    rm: cannot remove 'Rosetta 1': No such file or directory
    rm: cannot remove 'Sepultura': No such file or directory
    rm: cannot remove 'Sepultura 1': No such file or directory
    rm: cannot remove 'Slipknot': No such file or directory
    rm: cannot remove 'Slipknot 1': No such file or directory
    rm: cannot remove 'Tokio Hotel': No such file or directory
    rm: cannot remove 'Tokio Hotel 1': No such file or directory
    rm: cannot remove 'T\303\275r': No such file or directory
    rm: cannot remove 'neww': No such file or directory
    [jahangir@Arch New Metal]$
    Who can help me ?
    I wanted to delete .trash-1000 file from my main directory hard dist and i confront with this error :
    [jahangir@Arch My Passport]$ sudo rm .Trash-1000
    [sudo] password for jahangir:
    rm: cannot remove '.Trash-1000': No such file or directory
    [jahangir@Arch My Passport]$
    In the event that it is there.
    also in main directory of my hard disk i have 1 mp3 file that i can't view it in file manager and it will be displayed in Windows OS and with ls command in terminal :
    [jahangir@Arch My Passport]$ ls
    ls: cannot access 01 - Lost.mp3: No such file or directory
    ls: cannot access 02 - Surrendered To The Decadence.mp3: No such file or directory
    01 - Lost.mp3 In The Name Of God Videos ZzZ - IMAN winold
    02 - Surrendered To The Decadence.mp3 New Metal World of Warcraft Cataclysm 4.3.4 enGB navid wow wrath
    [jahangir@Arch My Passport]$
    what is this file and how can i delete .Trash-1000 and this files and content of "New Metal" directory ?
    Last edited by jiros (2013-12-23 20:57:05)

    I believe you used ntfs for a reason. As far as I know, Windows isn't friendly with hdd filesystems others than fat or ntfs, so once you format your external harddrive to ext4, windows won't talk to it at all, unless you install some additional driver or software.
    You have several possibilities to do:
    1) You could use FAT32, it's kind of a dumb filesystem, linux, mac and windows can read and write to it, there are some limitations like file permisions or 4GB file size limit.
    2) You could make multiple partitions on your external harddrive, one with ntfs (for windows) and the other with some fs that is support natively in Linux and Mac, I believe only option would be HFS+. I'm not an expert, maybe somebody will correct me. Anyway, if you aren't going to connect your disk to Mac, than ext4 would be a good choice. But this approach with two different partions is kind of dumb, because usually you need the same data available on whatever platform.
    3) If I were you, I would continue using NTFS or FAT32. It's not ideal, but it's a price you have to pay for dealing with Windows systems.
    4) If there is any other smarter solution, I believe somebody will add it to responses bellow.
    Anyway, it's weird that your problem persists. There has to be something wrong with your filesystem, otherwise ls wouldn't show you question marks in its output. Did you perform chkdisk via GUI? It has to say that either there wasn't any error with your fs, or that there was some error. We live (unfortunatelly) in binary computer world. I mean you can perform that command from shell, or however microsoft calls it, and if you run it in a proper configuration, it will tell you whether your fs is bad or not and perform needed repairs.
    And how to format disk to ext4?
    Backup your data, run as root fdisk /dev/yourexthdd (fdisk /dev/sdd), delete all partitions, create new ones, once you are done, write changes down. fdisk is pretty easy to use, don't be afraid of it. Then you have to create filesystem on each partition you created with fdisk, so if you created only one, run mkfs.ext4 /dev/yourexthddwithpartnumber (mkfs.ext4 /dev/sdd1). There are nice articles about doing these things on Arch Wiki (https://wiki.archlinux.org/index.php/File_Systems), don't be worried to read them

  • Fstab,samba and ntfs trouble!!

    Hi!
    I have setup samba, everything is working..but!
    I use gnome-2.12 for the moment, with hal/dbus and I have been trying to figure out WHY the h*ll gnome can mount the smbfs harddrive, but not unmount it when finished...this ends up with I having like twenty different "mount /mnt/samba " pids if I do a ps -ef
    then I have to umount every single one of them by hand and as root!
    So , i figured, hey, I must make umount accessible by my user, and I did, it workes because I can umount my ordinary harddrive as a user, but not the sambashare...
    SO I read some more with google, and found that this is a bug in umount, so my question is:
    Can I use smbumount with the sambashares instead ?? (because that one work)...the trouble is that I can't seem to find any option in GNOME to set which command to use when mounting/unmounting smbfs
    or, even better perhaps, is there other ways to get shared files from a Windows machine than using Samba?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /mnt/cd auto ro,user,noauto,unhide 0 0
    /dev/hda7 swap swap defaults 0 0
    /dev/hda2 / reiserfs defaults 0 0
    /dev/hda5 /mnt/blandad ntfs rw,uid=1000,gid=100,owner,noauto,exec,umask=0000,nls=iso8859-1 0 0
    /dev/hda6 /home/spel reiserfs users,auto 0 0
    //server/film /mnt/film smbfs noauto,users,gid=users,nls=iso8859-1,noatime,exec,username=guest,password,workgroup=HEM 0 0
    //server/music /mnt/musik smbfs noauto,users,gid=users,iocharset=iso8859-1,noatime,exec,username=guest,password,workgroup=HEM 0 0
    //server/backup /mnt/backup smbfs noauto,users,gid=users,iocharset=iso8859-1,noatime,exec,username=guest,password,workgroup=HEM 0 0

    CyberTron wrote:is there other ways to get shared files from a Windows machine than using Samba?
    If you install M$ SFU on the Windoze box, you can use NFS to connect to it.

  • Is there any way to write-enable an NTFS-format WD external Hard Drive ?

    I have a WD Elements external HD unit, 1TB previously formatted NTFS under Windows XP on a PC. I would like to use this HD unit to both read and write data using both the Windows PC and a MacBook Pro. But when connected to the MacBook Pro (USB), the HD unit shows up as Read Only.
    Is there a way to write-enable the HD unit without losing, or having to backup/restore, the mass of data already saved there ?
    I have tried installing NTFS-G3 on the MBP, as suggested elsewhere. Having done so, when I "get information" about the WD unit, the disc format shows as "Windows NT File System (NTFS)" and not NTFS-G3 as expected. Ran chkdsk on the WD under Windows to iron out any problems in the disc's file system. It ran for several hours before completing successfully, but there was no change at all - the unit is still read-only after re-connecting to the MBP.
    Can anyone help out please?

    Why would you expect it to say NTFS-3G? NTFS-3G is just a program that translates the NTFS to something the Mac OS can deal with. It doesn't change the format of the hard drive. The drive is formatted with the New Technology File System (NTFS), not the NTFS-3G file system.
    Were you not able to write to the drive with NTFS-3G installed? Did you install the free version? If so, did you install MacFuse, also? It is required for the free version of NTFS-3G.
    Edit:
    I just plugged in an NTFS drive and I'm guessing what you were looking for was something to indicate what was doing the translation. On mine I get, "Windows NT File System (Tuxera)." So, I think I understand what you meant before. My guess is as I stated above. Make sure you also have MacFuse installed if you are using the free version of NTFS-3G.
    Message was edited by: Barney-15E

  • Upgrade to Yosemite, iPhoto won't open and NTFS-3G could not mount error with new external HD

    Help! 
    I just did a software update to get OS X Yosemite 10.10.2 on my MacBook Pro.
    Now iPhoto won't open and I get this error:
    "Your photo library is either in use by another application or has become unreadable....Shut down and restart your computer, and then open iPhoto again. If the problem persists, try rebuilding your photo library. To do this, quit iPhoto, and then reopen it while keeping the Option and Command keys pressed. You can also try restoring your photo library from a backup."
    So I do this and try to repair the database as suggested and I get another error:
    "iPhoto will open as soon as the iPhoto library is available. Time Machine might be backing it up." 
    But it's not - no external hard drive is connected. 
    I'm terrified I can't get access to my photos (and I admit I haven't backed up with Time Machine for over a year - my mistake that I won't make again). 
    So I bought a brand new external hard drive (seagate for mac and pc, 2TB) so I could save only my photos to the hard drive (because I googled and read you can manually save your photos to disk by dragging and dropping the photo library onto the external hard drive). 
    But I can't even get the hard drive to work....I get this error
    "NTFS-3G could not mount /dev/disk2s1
    at /Volumes/Seagate Backup Plus Drive because the following problem occurred:
    /Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load - (libkern/kext) link error; check the system/kernel logs for errors or try kextutil(8).
    the MacFUSE file system is not available (71)"
    I google the issue again and it says to uninstall NTFS-3G but I actually think I just deleted it a long ago without uninstalling it properly??  I don't know....
    (a)  how do i fix iphoto
    (b)  how do i get external hard drives to work with this OS (I've read lots of posts and don't really understand the advice)
    (c)  how do i get all my photos onto the hard drive safely so I can import them onto a PC
    Any assistance would be magic for this little lady! 

    (c)  how do i get all my photos onto the hard drive safely so I can import them onto a PC
    First see if you can reformat the EHD to MS-DOS FAT with Disk Utility.  If you can
    open iPhoto and select all of the Events in the Events mode. Use the File ➙ Export ➙ File Export menu option and export to the EHD with these settings:
    Select the destination for the export to be the EHD or a folder on the EHD.  This process will create a folder for each Event in your library with the same name as the Event and contain the original image files.  The EHD will be useable by a PC and the photos will be available also.

  • NTFS is not working in 64bit-mode

    NTFS is not working in 64bit-mode but in 32bit-mode all right !!! ***?!

    dont work int volume with XP and ext volume just sample NTFS file server ! I do not understand ! (((

  • HELP: Cannot restore DMG image stored on NTFS disk!

    Hello. My MacBook Pro has OSX Lion on it.
    I have created a DMG image of my starting volume using Disk Utility. The image was saved on an NTFS formatted external USB disk. I used Paragon NTFS for Mac to activate writing on NTFS partitions. The image was created, tested and it mounted fine. It's size is 105GB.
    I have restarted the system and am accessing Disk Utility from the recovery partition that OSX Lion creates. Disk Utility can see the NTFS disk and I can choose the DMG image as source and the partition on the internal hard disk as a target without problems but when I press the restore button and the Image scan process is going to start I just get an error that says "Unabke to scan Mac-OSX HD. Resource busy". When I try the SCAN BEFORE RESTORE command on Disk Utility on the image I am getting "Unable to scan MAC IMAGE.DMG (Not such file or directory)".
    I have already erased my startup disk and really need to get this image back in place. It is the only backup I have of my data.
    Any help is greatly appreciated!

    Thanks for the fast answer. Excuse my question but are you certain of this? This would be a big job because I would have to:
    1. Find another external hard disk. Most probably it will be NTFS formatted because this and FAT32 are the most common formats out there.
    2. Find another apple computer to transfer the image to the other hard disk
    3. Format my external hard disk as a HFS disk
    4. Transfer the DMG image back to the HFS hard disk.
    5. After this reformat my external hard disk as NTFS because I live in an hybrid world where PCs and Macs coexist and NTFS is a good bet for compatibility.
    If you indeed are certain that that is the correct answer to this situation then I will move into it immediately.
    Thanks.

  • Macbook pro for reading and writing NTFS for my external hard drive

    Hello,
    I have the new Macbook pro with retina display and I tried transfering some of the files on my macbook to my external hard drive (WD My Passport). Of course, it didn't let me. I did some research and found out that Mac only "reads" NTFS systems, but doesn't write. I did some more research to see if there was a way around this. There are several options and I need help with deciding which option is best.
    1.  Formatting my external hard drive to the FAT32 file system - however, it says that there are limitations with writing file sizes larger than 4GB. Is that true?
    2.  Formatting my external hard drive to the exFAT file system - is this a better option?
    3.  Downloading MacFuse - is it really discontinued?
    4.  Downloading OSXFUSE - is this better than MacFuse?
    5.  Downloading fuse4x - I don't know about this one
    Aside from all this individual questions listed, which option is the best?? And, which option will give me less damage or data loss, and which is very reliable?? All I want to do is be able to transfer my documents or files on my MAC to my hard drive, but be able to read/write files on any other PC. I bring my hard drive everywhere and I always need to access my files with any computer I see (like in a computer lab at school/library). 
    If you can answer all of my questions, YOU'RE AWESOME!
    Thank you!

    tin2x58 wrote:
    1.  Formatting my external hard drive to the FAT32 file system - however, it says that there are limitations with writing file sizes larger than 4GB. Is that true?
    Yes, exFAT is better.
    2.  Formatting my external hard drive to the exFAT file system - is this a better option?
    Yes, you won't need any third party software, one less hassle.
    3.  Downloading MacFuse - is it really discontinued?
    4.  Downloading OSXFUSE - is this better than MacFuse?
    5.  Downloading fuse4x - I don't know about this one
    Don't bother.
    Aside from all this individual questions listed, which option is the best?? And, which option will give me less damage or data loss, and which is very reliable?? All I want to do is be able to transfer my documents or files on my MAC to my hard drive, but be able to read/write files on any other PC. I bring my hard drive everywhere and I always need to access my files with any computer I see (like in a computer lab at school/library). 
    Take a copy of all the data off the drive. Formatting the drive will erase all existing data.
    Take the drive to the oldest Windows OS your going to use it with, if Windows XP there is a free exFAT update from Microsoft, install it first, then right click on the drive and format exFAT, it will create the appropriate partition table (either GUID or MBR) automatically.
    Take the drive to the Mac, it will read it just fine whatever it is,.
    Drives, partitions, formatting w/Mac's + PC's

  • I have connect a seagate HDD formated on NTFS to my macbook pro with Mac OS 10.7 but my HDD is read only any idea how can i change it to read & write ?

    i have connect a seagate HDD formated on NTFS to my macbook pro with Mac OS 10.7 but my HDD is read only
    any idea how can i change it to read & write ?

    i tried the trial version of tuxera and it gives me the possibility to read & write , Thanx fschweig.
    @ Samberl : what is the benifts of keeping my drives on mac format and this SW mediafour i install on my PC to let it write the mac formated HDD ?
    is it free ?
    all the best
    Adiab

  • How to transfer NTFS files to HFS+ hard drive?

    I have multiple large video files on NTFS formatted harddrive so read only.  I have time capsule backup, and two external hard
    drives (1) older WD TB NTFS with 500 GB of video files almost all larger than 4 GB.  Have new Seagate 3 TB hard drive.  I want to have
    both external hard drives formatted HFS+.  Set up Seagate with 1.5 TB HFS+ and 1.5 TB FAT 32 with idea to copy over all the
    video from NTFS to the FAT 32, then copy them over to HFS+, downsize the 1.5 FAT 32 to zero, and then reformat the WD  to HFS+
    and viola, all would be in HFS+ and life would be good.  Did not know about the 4 GB transfer file limit in FAT 32.  Have spent a great deal
    of time reading about solutions but everything seems to be built around making NTFS read and write but I want to get everything into
    HFS+.  I have looked at software solutions (Paragon) for example but it does not seem to be set up to a simply one-way transfer of files from
    NTFS to HFS+.  I also explored idea of cutting up video files some of which are quite large due to original film but that is both very cumbersome
    and also worries me about trying to pull everything back together after transfer.
    System Macbook Pro 2011, 8GB---thanks in advance for any suggestions and sorry for such a long posting.
    Sandy

    I didn't spend hours looking, but video pros on Adobe's forums can't really think of a use for the small index or .scn files. A .avi file is the combined video and audio. It will play on its own.
    To test, copy any .avi file from the NTFS drive to an HFS+ drive and double click to play it. I can't think of any reason why it wouldn't work.

  • I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    There aren't any 3rd party apps or anything. I use PC's and Mac's at school and the only computer connected to a printer at my house is a PC so i need access to both

Maybe you are looking for