From: "Christoph" <christoph23@charter.net>
To: Abhijit Vijay <abhijit_v@yahoo.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: Write to Windows partition from linux as ordinary user
Date: Wed, 6 Nov 2002 16:43:46 -0600 [thread overview]
Message-ID: <046901c285e5$f845e390$8c01a8c0@ENTROPY> (raw)
In-Reply-To: 20021106214656.16325.qmail@web13408.mail.yahoo.com
> I have a Windows 98 partition mounted on linux. The
> directory, /win98 on which I have done the mount is
> owned by me, as an ordinary user. However, I find that
> I cannot write to the partition except as root. Is
> there any way out, so that I do not need to su before
> writing?
I'm still very much a newbie so I could be totally off base
here. I had a problem very similar to yours. I set up a
local dos drive in fstab to be mounted. And whenever it
was mounted, all the directories (and files) were owned as
root. The way that I fixed that was to modify the entry in
fstab to read as such:
/dev/hdd1 /mnt/local_d vfat defaults,rw,gid=XXX,uid=XXX 0 0
so that it mounts the drive so it's own by group id XXX and
user XXX and that did the trick.
If you are just using mount from the command line, there
are switches that do the above.
If a more experienced user knows a better way or can clarify
as to whether or not there are problems with this solution, I'd
be very happy to hear it!
Christoph
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2002-11-06 22:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-05 17:59 How to make Linux/SOlaris talk to Window Mike Ni
2002-11-05 19:12 ` Paul Kraus
2002-11-06 17:47 ` Mike Ni
2002-11-06 20:51 ` Elias Athanasopoulos
2002-11-06 21:46 ` Write to Windows partition from linux as ordinary user Abhijit Vijay
2002-11-06 22:43 ` Christoph [this message]
2002-11-07 8:08 ` Paul Furness
2002-11-07 10:52 ` Elias Athanasopoulos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='046901c285e5$f845e390$8c01a8c0@ENTROPY' \
--to=christoph23@charter.net \
--cc=abhijit_v@yahoo.com \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox