[opensuse] Can't write NTFS drives as normal user
Hello, I'm using 11.3 KDE opensuse. My problem is, I can write on my windows drive as root user but not as normal user. Is there any way by which I can write on those drives as normal user? -- I am me, I wanna be me. Like me or not, this is the way I am- Junayeed Ahnaf Nirjhor Linux Mint Bangladesh Facebook- http://www.facebook.com/nirjhor Twitter - http://www.twitter.com/nirjhor Myspace- http://www.myspace.com/nirjhor1992 Blog - http://nirjhor.wordpress.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
You ever heard of permissions ? ----- Original Message ----- From: "Junayeed Ahnaf Nirjhor" <zombiegenerator@linuxmint-bd.org> To: <opensuse@opensuse.org> Sent: Tuesday, August 03, 2010 5:48 PM Subject: [opensuse] Can't write NTFS drives as normal user
Hello,
I'm using 11.3 KDE opensuse. My problem is, I can write on my windows drive as root user but not as normal user. Is there any way by which I can write on those drives as normal user?
-- I am me, I wanna be me. Like me or not, this is the way I am-
Junayeed Ahnaf Nirjhor Linux Mint Bangladesh Facebook- http://www.facebook.com/nirjhor Twitter - http://www.twitter.com/nirjhor Myspace- http://www.myspace.com/nirjhor1992 Blog - http://nirjhor.wordpress.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Le 03/08/2010 09:48, Junayeed Ahnaf Nirjhor a écrit :
Hello,
I'm using 11.3 KDE opensuse. My problem is, I can write on my windows drive as root user but not as normal user. Is there any way by which I can write on those drives as normal user?
The content of your file /etc/fuse.conf should be : user_allow_other and you will be able to write as user. Michel. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010-08-03 12:22, Michel Garnier wrote:
Le 03/08/2010 09:48, Junayeed Ahnaf Nirjhor a écrit :
Hello,
I'm using 11.3 KDE opensuse. My problem is, I can write on my windows drive as root user but not as normal user. Is there any way by which I can write on those drives as normal user?
The content of your file /etc/fuse.conf should be : user_allow_other and you will be able to write as user.
No such file. Not documented: Elessar:~ # apropos fuse.conf Elessar:~ # Perhaps there is a wiki page about this at oS, but that is impossible to find. Searching for ntfs finds that ntfs is a restricted format... - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkxYCcYACgkQU92UU+smfQU/cQCcDz67/ixXgeVrZEZQQCqXVZif xTgAmwUAC3ko/W0qZ17HF1PUPmwWBXdt =T3pD -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 03 Aug 2010 18:21:26 +0600, Carlos E. R. <robin.listas@telefonica.net> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2010-08-03 12:22, Michel Garnier wrote:
Le 03/08/2010 09:48, Junayeed Ahnaf Nirjhor a écrit :
Hello,
I'm using 11.3 KDE opensuse. My problem is, I can write on my windows drive as root user but not as normal user. Is there any way by which I can write on those drives as normal user?
The content of your file /etc/fuse.conf should be : user_allow_other and you will be able to write as user.
No such file.
Not documented:
Elessar:~ # apropos fuse.conf Elessar:~ #
Perhaps there is a wiki page about this at oS, but that is impossible to find. Searching for ntfs finds that ntfs is a restricted format...
So what's now? -- I am me, I wanna be me. Like me or not, this is the way I am- Junayeed Ahnaf Nirjhor Linux Mint Bangladesh Facebook- http://www.facebook.com/nirjhor Twitter - http://www.twitter.com/nirjhor Myspace- http://www.myspace.com/nirjhor1992 Blog - http://nirjhor.wordpress.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carlos E. R. said the following on 08/03/2010 08:21 AM: -- A program designed for inputs from people is usually stressed beyond breaking point by computer-generated inputs. -- Dennis Ritchie
On 2010-08-03 12:22, Michel Garnier wrote:
Le 03/08/2010 09:48, Junayeed Ahnaf Nirjhor a écrit :
Hello,
I'm using 11.3 KDE opensuse. My problem is, I can write on my windows drive as root user but not as normal user. Is there any way by which I can write on those drives as normal user?
The content of your file /etc/fuse.conf should be : user_allow_other and you will be able to write as user.
No such file.
Not documented:
Elessar:~ # apropos fuse.conf Elessar:~ #
Perhaps there is a wiki page about this at oS, but that is impossible to find. Searching for ntfs finds that ntfs is a restricted format...
Google leads me to http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg360095.html Hmm. I don't have fuse-utils installed. Do you? However # zypper install fuse-utils Loading repository data... Reading installed packages... Package 'fuse' not found. Resolving package dependencies... Note: its not saying 'fuse-utils' not found. Odd. maybe some other repository .... but http://software.opensuse.org/search doesn't tell me where Maybe its not in use any more? As for the OP problem - yes permissions - permissions of the mount most likely. # mount /dev/sda1 on /windows/C type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions) # ls -ld /windows/C drwxr-xr-x 1 root users 8192 2005-05-02 12:17 /windows/C # ls -l /windows/C/boot.ini -rw-r--r-- 1 root users 211 2005-03-30 14:42 /windows/C/boot.ini -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 03 Aug 2010 18:45:44 +0600, Anton Aylward <anton.aylward@rogers.com> wrote:
Carlos E. R. said the following on 08/03/2010 08:21 AM:
So guys I'm left in dark, alone. Won't anybody help me? :'( -- I am me, I wanna be me. Like me or not, this is the way I am- Junayeed Ahnaf Nirjhor Linux Mint Bangladesh Facebook- http://www.facebook.com/nirjhor Twitter - http://www.twitter.com/nirjhor Myspace- http://www.myspace.com/nirjhor1992 Blog - http://nirjhor.wordpress.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Junayeed Ahnaf Nirjhor said the following on 08/03/2010 08:48 AM:
On Tue, 03 Aug 2010 18:45:44 +0600, Anton Aylward <anton.aylward@rogers.com> wrote:
Carlos E. R. said the following on 08/03/2010 08:21 AM:
So guys I'm left in dark, alone. Won't anybody help me? :'(
1 Change your mount options 2 Change your permissions -- Wisdom is earned through bitter experience. Idiocy comes easily. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010-08-03 14:57, Anton Aylward wrote:
Junayeed Ahnaf Nirjhor said the following on 08/03/2010 08:48 AM:
On Tue, 03 Aug 2010 18:45:44 +0600, Anton Aylward <anton.aylward@rogers.com> wrote:
Carlos E. R. said the following on 08/03/2010 08:21 AM:
So guys I'm left in dark, alone. Won't anybody help me? :'(
1 Change your mount options 2 Change your permissions
That's not it. To what would you change it? And how? Chmod does not work on a windows ntfs-3g mount. Try yourself. I have (11.3) mount options rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions. What exactly would you change? - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkxYFdEACgkQU92UU+smfQWoWwCdEvxYh1oXqmh/OhU3gZheLLHh KOYAn0E1YJ+he47s+eh9+RDiXeg7yJqb =gCte -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carlos E. R. said the following on 08/03/2010 09:12 AM:
On 2010-08-03 14:57, Anton Aylward wrote:
Junayeed Ahnaf Nirjhor said the following on 08/03/2010 08:48 AM:
On Tue, 03 Aug 2010 18:45:44 +0600, Anton Aylward <anton.aylward@rogers.com> wrote:
Carlos E. R. said the following on 08/03/2010 08:21 AM:
So guys I'm left in dark, alone. Won't anybody help me? :'(
1 Change your mount options 2 Change your permissions
That's not it.
To what would you change it? And how? Chmod does not work on a windows ntfs-3g mount. Try yourself.
I have (11.3) mount options rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions.
What exactly would you change?
Any one or more of a number of things. Mostly I don't have all drives and partitions mount as root at boot, I have ",user," or ",users," in there and mount them as "me" when I need them. Which, with windows isn't often. Which is why I don't mount that partition as a matter of course -that's ",noauto,". I can also set the ownership at mount time with ",uid=anton," and ",gid=users," then set the file and directory masks to allow user and group read and write. In this case I don't need the explicit ",noexec,nosuid,nodev,". As a matter of course I can also have my mount points access set so that non-root users can get in and edit. Yes, chmod doens't work on a ntfs mounted fs. That's why I would do all this BEFORE the mount. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 03 Aug 2010 15:12:49 +0200, "Carlos E. R." <robin.listas@telefonica.net> wrote:
What exactly would you change?
Use the uid= and gid= options to set the user and group as for vfat partitions. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 03 Aug 2010 15:12:49 +0200, "Carlos E. R." <robin.listas@telefonica.net> wrote:
What exactly would you change?
Use the uid= and gid= options to set the user and group as for vfat partitions.
Philipp
I'm late to this thread, but fwiw all my W$ partitions are mounted from fstab simply with "user, defaults" options using the ntfs-3g driver, with the mount point having "users" group write permissions - no problem writing to these partitions as a normal user. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010-08-03 23:12, Philipp Thomas wrote:
On Tue, 03 Aug 2010 15:12:49 +0200, "Carlos E. R." <> wrote:
What exactly would you change?
Use the uid= and gid= options to set the user and group as for vfat partitions.
Ah!? Let me see... [...] Yes, it works! Thanks. I changed the default "fmask=133,dmask=022" with 0117 and 0007, resp, and it worked fine. That was all? I'm ashamed, should have tried this before. I looked at the output of "mount", but not at the line in fstab, or I would have noticed the masks there. - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkxYujIACgkQU92UU+smfQU1VACePEV67DufWAt/i5mgiEhmObLC Yt0An2+6HhBRypV9cmSS7VoolS4rroQ0 =1F+0 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Le 03/08/2010 14:48, Junayeed Ahnaf Nirjhor a écrit :
On Tue, 03 Aug 2010 18:45:44 +0600, Anton Aylward <anton.aylward@rogers.com> wrote:
Carlos E. R. said the following on 08/03/2010 08:21 AM:
So guys I'm left in dark, alone. Won't anybody help me? :'(
You are not left in darrk, you stay in dark ! Create the file /etc/fuse.conf with : user_allow_other and it will work. http://sourceforge.net/apps/mediawiki/fuse/index.php?title=Fuse.conf -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010-08-03 14:45, Anton Aylward wrote:
Carlos E. R. said the following on 08/03/2010 08:21 AM:
Google leads me to http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg360095.html
Hmm. I don't have fuse-utils installed. Do you?
No, but that's not the package to install. cer@Elessar:~> rpm -qa | grep -i fuse libfuse2-2.7.4-3.4.1.x86_64 gvfs-fuse-1.4.3-0.1.1.x86_64 fuse-2.7.4-3.4.1.x86_64 There is a "fuse-utils" which I don't think is that related: cer@Elessar:~> scout webpin fuse-utils package | version | arch | repository URL | matched files - ------------+----------+------+-------------------------------------------------------------------+--------------- Fuse-utils | 0.10.0.1 | i586 | http://download.opensuse.org/repositories/Emulators/openSUSE_11.1 | cer@Elessar:~> - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkxYEyYACgkQU92UU+smfQWK7QCgjItO8dpyTxVXTLiMBB9nGxdZ n6oAn2Zc+gULrxeJUaIN4lZVbB0WMBCr =1mF7 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carlos E. R. said the following on 08/03/2010 09:01 AM:
cer@Elessar:~> scout webpin fuse-utils package | version | arch | repository URL | matched files - ------------+----------+------+-------------------------------------------------------------------+--------------- Fuse-utils | 0.10.0.1 | i586 | http://download.opensuse.org/repositories/Emulators/openSUSE_11.1 |
Ah, that would explain it. 11.1 not 11.3 ... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010-08-03 15:13, Anton Aylward wrote:
Carlos E. R. said the following on 08/03/2010 09:01 AM:
cer@Elessar:~> scout webpin fuse-utils package | version | arch | repository URL | matched files - ------------+----------+------+-------------------------------------------------------------------+--------------- Fuse-utils | 0.10.0.1 | i586 | http://download.opensuse.org/repositories/Emulators/openSUSE_11.1 |
Ah, that would explain it. 11.1 not 11.3 ...
Neither. I have a test system that at this moment has 11.3 loaded, and is the only one that has an NTFS partition. But the above line was from the computer where I'm writing, which is 11.2. No idea why scout finds the wrong repo. - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkxYG78ACgkQU92UU+smfQWcEwCcDjZ4UOyxSt3cIa3RrzCskq7N rzEAn3NDNjbi8Ls92RO9rgdkAswn/MHd =+R7B -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Solved the problem. nano /etc/fstab and the maskid would be 002 instead of 022 -- I am me, I wanna be me. Like me or not, this is the way I am- Junayeed Ahnaf Nirjhor Linux Mint Bangladesh Facebook- http://www.facebook.com/nirjhor Twitter - http://www.twitter.com/nirjhor Myspace- http://www.myspace.com/nirjhor1992 Blog - http://nirjhor.wordpress.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Junayeed Ahnaf Nirjhor said the following on 08/03/2010 09:32 AM:
Solved the problem.
nano /etc/fstab and the maskid would be 002 instead of 022
Ah, the
1 Change your mount options
solution. -- "Hello, my name is Inigo Montoya, you killed my father, prepare to die." The Princess Bride, William Goldman -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (7)
-
Andrew Rich
-
Anton Aylward
-
Carlos E. R.
-
dwgallien
-
Junayeed Ahnaf Nirjhor
-
Michel Garnier
-
Philipp Thomas