Difference between revisions of "NTFS-3G"
(Known issues: created files do not respect umask) |
m (moved down troubleshooting; unnecessary whitespace) |
||
Line 14: | Line 14: | ||
== Installation == | == Installation == | ||
− | |||
[[pacman|Install]] the {{Pkg|ntfs-3g}} package from the [[official repositories]]. | [[pacman|Install]] the {{Pkg|ntfs-3g}} package from the [[official repositories]]. | ||
== Manual mounting == | == Manual mounting == | ||
− | |||
Two options exist for manually mounting NTFS partitions. The traditional: | Two options exist for manually mounting NTFS partitions. The traditional: | ||
# mount -t ntfs-3g /dev/''your-NTFS-partition'' /{mnt,...}/''folder'' | # mount -t ntfs-3g /dev/''your-NTFS-partition'' /{mnt,...}/''folder'' | ||
Line 28: | Line 26: | ||
== Configuring == | == Configuring == | ||
− | |||
Your NTFS partition(s) can be setup to mount automatically, or pre-configured to be able to mount in a certain way when you would like them to be mounted. This configuration can be done in the static filesystem configuration ([[fstab]]) or by the use of udev rules. | Your NTFS partition(s) can be setup to mount automatically, or pre-configured to be able to mount in a certain way when you would like them to be mounted. This configuration can be done in the static filesystem configuration ([[fstab]]) or by the use of udev rules. | ||
=== Default settings === | === Default settings === | ||
− | |||
Using the default settings will mount the NTFS partition(s) at boot. With this method, '''if''' the parent folder that it is mounted upon has the proper user or group [[Users and groups|permissions]], then that user or group will be able to read and write on that partition(s). | Using the default settings will mount the NTFS partition(s) at boot. With this method, '''if''' the parent folder that it is mounted upon has the proper user or group [[Users and groups|permissions]], then that user or group will be able to read and write on that partition(s). | ||
Line 40: | Line 36: | ||
=== Linux compatible permissions === | === Linux compatible permissions === | ||
− | |||
Permissions on a Linux system are normally set to 755 for folders and 644 for files. It is recommended to keep these permissions in use for the NTFS partition as well if you use the partition on a regular basis. The following example assigns the above permissions to a normal user: | Permissions on a Linux system are normally set to 755 for folders and 644 for files. It is recommended to keep these permissions in use for the NTFS partition as well if you use the partition on a regular basis. The following example assigns the above permissions to a normal user: | ||
Line 47: | Line 42: | ||
=== Allowing group/user === | === Allowing group/user === | ||
− | |||
You can also tell {{ic|/etc/fstab}} (the NTFS-3G driver) other options like those who are allowed to access (read) the partition. For example, for you to allow people in the {{ic|users}} group to have access: | You can also tell {{ic|/etc/fstab}} (the NTFS-3G driver) other options like those who are allowed to access (read) the partition. For example, for you to allow people in the {{ic|users}} group to have access: | ||
Line 60: | Line 54: | ||
=== Basic NTFS-3G options === | === Basic NTFS-3G options === | ||
− | |||
For most, the above settings should suffice. Here are a few other options that are general common options for various Linux filesystems. For a complete list, see [http://www.tuxera.com/community/ntfs-3g-manual/#6 this] | For most, the above settings should suffice. Here are a few other options that are general common options for various Linux filesystems. For a complete list, see [http://www.tuxera.com/community/ntfs-3g-manual/#6 this] | ||
Line 69: | Line 62: | ||
=== Allowing user to mount === | === Allowing user to mount === | ||
− | |||
By default, ''ntfs-3g'' requires root rights to mount the filesystem, even with the "user" option in {{ic|/etc/fstab}}, the reason why can be found [http://www.tuxera.com/community/ntfs-3g-faq/#unprivileged here]. The user option in the fstab is still required. To be able to mount as user, a few tweaks need to be made: | By default, ''ntfs-3g'' requires root rights to mount the filesystem, even with the "user" option in {{ic|/etc/fstab}}, the reason why can be found [http://www.tuxera.com/community/ntfs-3g-faq/#unprivileged here]. The user option in the fstab is still required. To be able to mount as user, a few tweaks need to be made: | ||
Line 88: | Line 80: | ||
=== NTFS-config === | === NTFS-config === | ||
+ | {{AUR|ntfs-config}} is a program that may be able to help configure your NTFS partition(s) if other methods do not work. | ||
+ | |||
+ | == Resizing NTFS partition == | ||
+ | {{Note|Please ensure you have a backup before attempting this if your data is important!}} | ||
− | {{ | + | Most systems that are purchased already have [[Wikipedia:Windows|Windows]] installed on it, and some people would prefer not wipe it off completely when doing an Arch Linux installation. For this reason, among others, it is useful to resize the existing Windows partition to make room for a Linux partition or two. This is often accomplished with a [[Wikipedia:Live CD|Live CD]] or bootable USB thumb drive. |
+ | |||
+ | For Live CDs the typical procedure is to download an ISO file, burn it to a CD, and then boot from it. [http://infrarecorder.org/ InfraRecorder] is a free (as in GPL3) CD/DVD burning application for Windows which fits the bill nicely. If you would rather use a bootable USB media instead, see [[USB Flash Installation Media]] for methods to create bootable USB stick. | ||
+ | |||
+ | There are a number of bootable CD/USB images avaliable. This list is not exhaustive, but is a good place to start: | ||
+ | |||
+ | * {{App|[[Wikipedia:GParted|GParted]]|Small bootable GNU/Linux distribution for x86 based computers. It enables you to use all the features of the latest versions of the GParted application. Does not include additional packages System Rescue CD may incorporate, and disk encryption schemes may not be supported.|http://gparted.sourceforge.net/|}} | ||
+ | * {{App|[[Wikipedia:Parted Magic|Parted Magic]]|Very good complete hard disk management solution. With the Partition Editor you can re-size, copy, and move partitions. You can grow or shrink your C: drive. Create space for new operating systems. Attempt data rescue from lost partitions.|http://partedmagic.com/|}} | ||
+ | * {{App|[[Wikipedia:SystemRescueCD|SystemRescueCD]]|Good tool to have, and works seamlessly in most cases. Once booted, run GParted and the rest should be fairly obvious.|http://www.sysresccd.org/|}} | ||
+ | |||
+ | Note that the important programs for resizing NTFS partitions include ntfs-3g and a utility like (G)parted or fdisk, provided by the {{Pkg|util-linux}} package. Unless you are an "advanced" user it is advisable to use a tool like GParted to perform any resize operations to minimize the chance of data loss due to user error. | ||
+ | |||
+ | If you already have Arch Linux installed on your system and simply want to resize an existing NTFS partition, you can use the parted and ''ntfs-3g'' packages to do it. Optionally, you can use the GParted GUI after installing the [[GParted]] package. | ||
== Troubleshooting == | == Troubleshooting == | ||
− | |||
=== Damaged NTFS Filesystems === | === Damaged NTFS Filesystems === | ||
− | |||
If an NTFS filesystem has errors on it, NTFS-3G will mount it as read-only. To fix an NTFS filesystem, load Windows and run its disk checking program, chkdsk. | If an NTFS filesystem has errors on it, NTFS-3G will mount it as read-only. To fix an NTFS filesystem, load Windows and run its disk checking program, chkdsk. | ||
Take in account that ntfsfix can only repair some errors. If it fails, chkdsk will probably succeed. | Take in account that ntfsfix can only repair some errors. If it fails, chkdsk will probably succeed. | ||
Line 111: | Line 117: | ||
=== "Metadata kept in Windows cache, refused to mount" === | === "Metadata kept in Windows cache, refused to mount" === | ||
− | |||
When dual booting with Windows 8, trying to mount a partition that is visible to Windows may yield the following error: | When dual booting with Windows 8, trying to mount a partition that is visible to Windows may yield the following error: | ||
Line 130: | Line 135: | ||
=== Mount failure === | === Mount failure === | ||
− | |||
If you cannot mount your NTFS partition even when following this guide, try using the [[UUID]] instead of device name in {{ic|/etc/fstab}} for all NTFS partitions. Here's an fstab [[Fstab#UUID|example]]. | If you cannot mount your NTFS partition even when following this guide, try using the [[UUID]] instead of device name in {{ic|/etc/fstab}} for all NTFS partitions. Here's an fstab [[Fstab#UUID|example]]. | ||
=== Format NTFS === | === Format NTFS === | ||
− | |||
{{Warning|As always, double check the device path.}} | {{Warning|As always, double check the device path.}} | ||
Line 144: | Line 147: | ||
{{Note|Manual page on {{ic|-Q}}: Perform quick (fast) format. This will skip both zeroing of the volume and bad sector checking.}} | {{Note|Manual page on {{ic|-Q}}: Perform quick (fast) format. This will skip both zeroing of the volume and bad sector checking.}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Known issues == | == Known issues == | ||
Line 184: | Line 169: | ||
== See also == | == See also == | ||
− | |||
* [http://www.tuxera.com/community/ntfs-3g-manual/ Official NTFS-3G manual] | * [http://www.tuxera.com/community/ntfs-3g-manual/ Official NTFS-3G manual] |
Revision as of 21:34, 2 June 2014
NTFS-3G is an open source implementation of Microsoft's NTFS file system that includes read and write support. NTFS-3G developers use the FUSE file system to facilitate development and to help with portability.
Contents
Installation
Install the ntfs-3g package from the official repositories.
Manual mounting
Two options exist for manually mounting NTFS partitions. The traditional:
# mount -t ntfs-3g /dev/your-NTFS-partition /{mnt,...}/folder
Mount type ntfs-3g
does not need to be explicitly specified in Arch. The mount
command by default will use /usr/bin/mount.ntfs
which is symlinked to /usr/bin/ntfs-3g
after the ntfs-3g package is installed.
The second option is to call ntfs-3g
directly:
# ntfs-3g /dev/your-NTFS-partition /mount-location
Configuring
Your NTFS partition(s) can be setup to mount automatically, or pre-configured to be able to mount in a certain way when you would like them to be mounted. This configuration can be done in the static filesystem configuration (fstab) or by the use of udev rules.
Default settings
Using the default settings will mount the NTFS partition(s) at boot. With this method, if the parent folder that it is mounted upon has the proper user or group permissions, then that user or group will be able to read and write on that partition(s).
Put this in /etc/fstab
:
# <file system> <dir> <type> <options> <dump> <pass> /dev/NTFS-part /mnt/windows ntfs-3g defaults 0 0
Linux compatible permissions
Permissions on a Linux system are normally set to 755 for folders and 644 for files. It is recommended to keep these permissions in use for the NTFS partition as well if you use the partition on a regular basis. The following example assigns the above permissions to a normal user:
# Mount internal Windows partition with linux compatible permissions, i.e. 755 for directories (dmask=022) and 644 for files (fmask=133) UUID=01CD2ABB65E17DE0 /run/media/user1/Windows ntfs-3g uid=user1,gid=users,dmask=022,fmask=133 0 0
Allowing group/user
You can also tell /etc/fstab
(the NTFS-3G driver) other options like those who are allowed to access (read) the partition. For example, for you to allow people in the users
group to have access:
/dev/NTFS-partition /mnt/windows ntfs-3g gid=users,umask=0022 0 0
By default, the above line will enable write support for root only. To enable user writing, you have to specify the user who should be granted write permissions. Use the uid
parameter together with your username to enable user writing:
/dev/NTFS-partition /mnt/windows ntfs-3g uid=username,gid=users,umask=0022 0 0
If you are running on a single user machine, you may like to own the file system yourself and grant all possible permissions:
/dev/NTFS-partition /mnt/windows ntfs-3g uid=username,gid=users 0 0
Basic NTFS-3G options
For most, the above settings should suffice. Here are a few other options that are general common options for various Linux filesystems. For a complete list, see this
- umask
- umask is a built-in shell command which automatically sets file permissions on newly created files. For Arch Linux, the default umask for root and user is 0022. With 0022 new folders have the directory permissions of 755 and new files have permissions of 644. You can read more about umask permissions here.
- noauto
- If
noauto
is set, NTFS entries in/etc/fstab
do not get mounted automatically at boot. - uid
- The user id number. This allows a specific user to have full access to the partition. Your uid can be found with the
id
command. - fmask and dmask
- Like
umask
but defining file and directory respectively individually.
Allowing user to mount
By default, ntfs-3g requires root rights to mount the filesystem, even with the "user" option in /etc/fstab
, the reason why can be found here. The user option in the fstab is still required. To be able to mount as user, a few tweaks need to be made:
First, check that you have access to the mount block you want to use, the easiest way to do that is to be in the disk groups with the following command:
# gpasswd -a username disk
You also need acces right to the mount point you want to use, since we're going to mount something as user on this mountpoint, we might as well own it:
# chown user /mnt/mountpoint
Second is having a NTFS-3G driver compiled with integrated FUSE support, the ntfs-3g package from the official repositories does not, but there is one ntfs-3g-fuseAUR on AUR.
You should now be able to mount your NTFS partition without root rights.
fusermount -u /mnt/mountpoint
to unmount the filesystem without root rights. Also, if you use the users
option (plural) in /etc/fstab
instead of the user
option, you will be able to both mount and unmount the filesystem using the mount
and umount
commands.NTFS-config
ntfs-configAUR is a program that may be able to help configure your NTFS partition(s) if other methods do not work.
Resizing NTFS partition
Most systems that are purchased already have Windows installed on it, and some people would prefer not wipe it off completely when doing an Arch Linux installation. For this reason, among others, it is useful to resize the existing Windows partition to make room for a Linux partition or two. This is often accomplished with a Live CD or bootable USB thumb drive.
For Live CDs the typical procedure is to download an ISO file, burn it to a CD, and then boot from it. InfraRecorder is a free (as in GPL3) CD/DVD burning application for Windows which fits the bill nicely. If you would rather use a bootable USB media instead, see USB Flash Installation Media for methods to create bootable USB stick.
There are a number of bootable CD/USB images avaliable. This list is not exhaustive, but is a good place to start:
- GParted — Small bootable GNU/Linux distribution for x86 based computers. It enables you to use all the features of the latest versions of the GParted application. Does not include additional packages System Rescue CD may incorporate, and disk encryption schemes may not be supported.
- Parted Magic — Very good complete hard disk management solution. With the Partition Editor you can re-size, copy, and move partitions. You can grow or shrink your C: drive. Create space for new operating systems. Attempt data rescue from lost partitions.
- SystemRescueCD — Good tool to have, and works seamlessly in most cases. Once booted, run GParted and the rest should be fairly obvious.
Note that the important programs for resizing NTFS partitions include ntfs-3g and a utility like (G)parted or fdisk, provided by the util-linux package. Unless you are an "advanced" user it is advisable to use a tool like GParted to perform any resize operations to minimize the chance of data loss due to user error.
If you already have Arch Linux installed on your system and simply want to resize an existing NTFS partition, you can use the parted and ntfs-3g packages to do it. Optionally, you can use the GParted GUI after installing the GParted package.
Troubleshooting
Damaged NTFS Filesystems
If an NTFS filesystem has errors on it, NTFS-3G will mount it as read-only. To fix an NTFS filesystem, load Windows and run its disk checking program, chkdsk. Take in account that ntfsfix can only repair some errors. If it fails, chkdsk will probably succeed.
To fix the NTFS file system, the device must already be unmounted. For example, to fix an NTFS partition residing in /dev/sda2
:
# umount /dev/sda2 # ntfsfix /dev/sda2 Mounting volume... OK Processing of $MFT and $MFTMirr completed successfully. NTFS volume version is 3.1. NTFS partition /dev/sda2 was processed successfully. # mount /dev/sda2
If all went well, the volume will now be writable.
"Metadata kept in Windows cache, refused to mount"
When dual booting with Windows 8, trying to mount a partition that is visible to Windows may yield the following error:
The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdc1': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
The problem is due to the new Windows 8 feature called "fast startup". When fast startup is enabled, part of the metadata of all mounted partitions are restored to the state they were at the previous closing down. As a consequence, changes made on Linux may be lost. This can happen on any partition of an internal disk when leaving Windows 8 by selecting "Shut down" or "Hibernate". Leaving Windows 8 by selecting "Restart", however, is apparently safe.
To enable writing to the partitions on other operating systems, be sure the fast restarting of Windows 8 is disabled. This can be achieved by issuing as an administrator the command:
powercfg /h off
You can check the current settings on Control Panel > Hardware and Sound > Power Options > System Setting > Choose what the power buttons do. The box "Turn on fast startup" should either be disabled or missing.
Mount failure
If you cannot mount your NTFS partition even when following this guide, try using the UUID instead of device name in /etc/fstab
for all NTFS partitions. Here's an fstab example.
Format NTFS
# mkfs.ntfs -L myCoolDiskName /dev/sdc1
If you dont want this to take ages on modern harddrives use:
# mkfs.ntfs -Q -L myCoolDiskName /dev/sdc1
-Q
: Perform quick (fast) format. This will skip both zeroing of the volume and bad sector checking.Known issues
Created files do not respect umask
With the permissions
option set in /etc/fstab
, NTFS-3G volumes can handle regular Linux permissions. However, created files do not respect the user's umask for versions up to 2014.2.15-1.
As a workaround, use the ABS to recompile NTFS-3G without ACL support:
PKGBUILD
build() { cd "${srcdir}/${_pkgname}-${pkgver}" ./configure \ --prefix=/usr \ --sbin=/usr/bin \ --mandir=/usr/share/man \ --disable-ldconfig \ --disable-static \ --with-fuse=external \ --enable-extras \ make }