How to mount an NTFS partition writable for a non-root user? The 2019 Stack Overflow Developer Survey Results Are InUnable to mount NTFS partition from user accountHow to check if the system is ready for mounting NTFS by user?How to allow access to only one NTFS folder of already mounted partition for specific user?mount command permissions: ntfs vs. ntfs-3gCannot use NTFS drive as non-root userGive non root user permission to mount NTFS partitionFirefox doesn't recognize profile when mounting using fstabfstab blocks mountpoint and prevents external drive from mountingUnable to use Thunderbird profile in an ntfs mountCannot chown, chmod on mounted ntfs partition
Button changing its text & action. Good or terrible?
How to translate "being like"?
If climate change impact can be observed in nature, has that had any effect on rural, i.e. farming community, perception of the scientific consensus?
How can I define good in a religion that claims no moral authority?
How to type this arrow in math mode?
How to type a long/em dash `—`
How can I have a shield and a way of attacking with a ranged weapon at the same time?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
Short story: child made less intelligent and less attractive
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
Falsification in Math vs Science
Mathematics of imaging the black hole
Can there be female White Walkers?
A word that means fill it to the required quantity
Why does the nucleus not repel itself?
Ubuntu Server install with full GUI
If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?
Correct punctuation for showing a character's confusion
What is this sharp, curved notch on my knife for?
How to add class in ko template in magento2
What do hard-Brexiteers want with respect to the Irish border?
How do PCB vias affect signal quality?
How to support a colleague who finds meetings extremely tiring?
How to mount an NTFS partition writable for a non-root user?
The 2019 Stack Overflow Developer Survey Results Are InUnable to mount NTFS partition from user accountHow to check if the system is ready for mounting NTFS by user?How to allow access to only one NTFS folder of already mounted partition for specific user?mount command permissions: ntfs vs. ntfs-3gCannot use NTFS drive as non-root userGive non root user permission to mount NTFS partitionFirefox doesn't recognize profile when mounting using fstabfstab blocks mountpoint and prevents external drive from mountingUnable to use Thunderbird profile in an ntfs mountCannot chown, chmod on mounted ntfs partition
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using Debian 8.8 and am using ntfs-3g to mount an NTFS partition in /etc/fstab
. Here is my entry:
/dev/sdc1 /mnt/data_backup ntfs-3g rw,uid=1000,gid=1000,dmask=0002,fmask=0003 0 0
It is fine for my account userA
to read and write the partition. However, my workstation is open to another userB
which is not in the root
group. Is there any way to make the partition writable for the non-root userB
? And the best result will be that userB
can only append but cannot remove the files in the partition. An FTP solution is also acceptable. Thanks!
linux debian mount ntfs ntfs-3g
add a comment |
I am using Debian 8.8 and am using ntfs-3g to mount an NTFS partition in /etc/fstab
. Here is my entry:
/dev/sdc1 /mnt/data_backup ntfs-3g rw,uid=1000,gid=1000,dmask=0002,fmask=0003 0 0
It is fine for my account userA
to read and write the partition. However, my workstation is open to another userB
which is not in the root
group. Is there any way to make the partition writable for the non-root userB
? And the best result will be that userB
can only append but cannot remove the files in the partition. An FTP solution is also acceptable. Thanks!
linux debian mount ntfs ntfs-3g
is that means userB has no permission to access /mnt/data_backup, what if you add this 'permission'? and modify option uid, gid should be a good idea.
– Se ven
Jul 10 '17 at 4:51
add a comment |
I am using Debian 8.8 and am using ntfs-3g to mount an NTFS partition in /etc/fstab
. Here is my entry:
/dev/sdc1 /mnt/data_backup ntfs-3g rw,uid=1000,gid=1000,dmask=0002,fmask=0003 0 0
It is fine for my account userA
to read and write the partition. However, my workstation is open to another userB
which is not in the root
group. Is there any way to make the partition writable for the non-root userB
? And the best result will be that userB
can only append but cannot remove the files in the partition. An FTP solution is also acceptable. Thanks!
linux debian mount ntfs ntfs-3g
I am using Debian 8.8 and am using ntfs-3g to mount an NTFS partition in /etc/fstab
. Here is my entry:
/dev/sdc1 /mnt/data_backup ntfs-3g rw,uid=1000,gid=1000,dmask=0002,fmask=0003 0 0
It is fine for my account userA
to read and write the partition. However, my workstation is open to another userB
which is not in the root
group. Is there any way to make the partition writable for the non-root userB
? And the best result will be that userB
can only append but cannot remove the files in the partition. An FTP solution is also acceptable. Thanks!
linux debian mount ntfs ntfs-3g
linux debian mount ntfs ntfs-3g
edited Jul 10 '17 at 5:33
Philippos
6,12211649
6,12211649
asked Jul 10 '17 at 3:09
purplezzhpurplezzh
134
134
is that means userB has no permission to access /mnt/data_backup, what if you add this 'permission'? and modify option uid, gid should be a good idea.
– Se ven
Jul 10 '17 at 4:51
add a comment |
is that means userB has no permission to access /mnt/data_backup, what if you add this 'permission'? and modify option uid, gid should be a good idea.
– Se ven
Jul 10 '17 at 4:51
is that means userB has no permission to access /mnt/data_backup, what if you add this 'permission'? and modify option uid, gid should be a good idea.
– Se ven
Jul 10 '17 at 4:51
is that means userB has no permission to access /mnt/data_backup, what if you add this 'permission'? and modify option uid, gid should be a good idea.
– Se ven
Jul 10 '17 at 4:51
add a comment |
1 Answer
1
active
oldest
votes
I spent some time learning the concept of users and groups, which help me to understand the mechanism of ntfs-3g module. Here is my solution:
- Create a group
ntfs
, and add theuserA
anduserB
to the group. - Modify gid in
/etc/fstab
togid=ntfs
. Then the mask means all users in the group can write the partition.
@Seven Thanks!
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f377394%2fhow-to-mount-an-ntfs-partition-writable-for-a-non-root-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I spent some time learning the concept of users and groups, which help me to understand the mechanism of ntfs-3g module. Here is my solution:
- Create a group
ntfs
, and add theuserA
anduserB
to the group. - Modify gid in
/etc/fstab
togid=ntfs
. Then the mask means all users in the group can write the partition.
@Seven Thanks!
add a comment |
I spent some time learning the concept of users and groups, which help me to understand the mechanism of ntfs-3g module. Here is my solution:
- Create a group
ntfs
, and add theuserA
anduserB
to the group. - Modify gid in
/etc/fstab
togid=ntfs
. Then the mask means all users in the group can write the partition.
@Seven Thanks!
add a comment |
I spent some time learning the concept of users and groups, which help me to understand the mechanism of ntfs-3g module. Here is my solution:
- Create a group
ntfs
, and add theuserA
anduserB
to the group. - Modify gid in
/etc/fstab
togid=ntfs
. Then the mask means all users in the group can write the partition.
@Seven Thanks!
I spent some time learning the concept of users and groups, which help me to understand the mechanism of ntfs-3g module. Here is my solution:
- Create a group
ntfs
, and add theuserA
anduserB
to the group. - Modify gid in
/etc/fstab
togid=ntfs
. Then the mask means all users in the group can write the partition.
@Seven Thanks!
answered Jul 10 '17 at 6:38
purplezzhpurplezzh
134
134
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f377394%2fhow-to-mount-an-ntfs-partition-writable-for-a-non-root-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
is that means userB has no permission to access /mnt/data_backup, what if you add this 'permission'? and modify option uid, gid should be a good idea.
– Se ven
Jul 10 '17 at 4:51