|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Can't write to windows side of the disk
|
>>>>> "MWR" == Michael W Ryan <mryan@netaxs.com> writes:
MWR> On Wed, 17 May 2000, Tom Joyce wrote:
>> Anyone know how I can send files to the windows side of the disk or a
>> utility in windows that will read the Linux side of the disk?
MWR> You need to do it as root.
Or mount it with specific user and group settings
from my /etc/fstab:
/dev/hda1 /mnt/windows auto defaults,uid=500,gid=100 0 0
or,
mount /dev/hda1 /mnt/windows -o uid=500,gid=100
Be aware, this leaves your partition writable by anyone in the group
you specify.
-kevin
--
Kevin Falcone <kevinfal@seas.upenn.edu>
in vino veritas
______________________________________________________________________
Philadelphia Linux Users Group - http://plug.nothinbut.net
Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce
General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|