slackware:ntfs-3g
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| slackware:ntfs-3g [2014/02/01 16:04] – created slack | slackware:ntfs-3g [2019/11/07 17:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | === Allowing user to mount === | + | Instructions from [[https:// |
| + | |||
| + | ====== Allowing user to mount ====== | ||
| By default, ntfs-3g requires root rights to mount the filesystem, even with the " | By default, ntfs-3g requires root rights to mount the filesystem, even with the " | ||
| Line 5: | Line 7: | ||
| 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: | 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 | + | |
| - | {{Note| groups rights sometimes requires rebooting to kick in}} | + | Note| groups rights sometimes requires rebooting to kick in |
| 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: | 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 '' | ||
| - | Second is having a ntfs-3g driver compiled with integrated FUSE support, the ntfs-3g package from extra doesn' | + | # chown '' |
| + | |||
| + | Second is having a ntfs-3g driver compiled with integrated FUSE support, the ntfs-3g package from extra doesn' | ||
| Third, we need to setuid root the driver. It is done by issuing these two commands as root: | Third, we need to setuid root the driver. It is done by issuing these two commands as root: | ||
| - | # chown root $(which ntfs-3g) | + | |
| - | # chmod 4755 $(which ntfs-3g) | + | # chown root $(which ntfs-3g) |
| + | # chmod 4755 $(which ntfs-3g) | ||
| You should now be able to mount your NTFS partition without root rights. | You should now be able to mount your NTFS partition without root rights. | ||
| - | {{Note| There seems to be an issue with unmounting rights, so you will still need root rights if you need to unmount the filesystem. You can also use {{ic|fusermount -u / | + | >Note: There seems to be an issue with unmounting rights, so you will still need root rights if you need to unmount the filesystem. You can also use **fusermount -u / |
slackware/ntfs-3g.1391270656.txt.gz · Last modified: 2019/11/07 17:58 (external edit)