There is an explanation in the like that provided by James, in "Mount The Drive" section.<br><br>To make the newdrive available for you to read+write:<br>sudo chown -R USERNAME:USERNAME /media/mynewdrive <br><br>
And there's also explanation about giving permission to write to other user in certain group:<br> sudo chgrp plugdev /media/mynewdrive<br> sudo chmod g+w /media/mynewdrive<br> sudo chmod +t /media/mynewdrive<br><br>
<br>---<br>Arsya<br><br><div><span class="gmail_quote">On 9/13/07, <b class="gmail_sendername">Vitaly Babiy</b> <<a href="mailto:VBabiy@verizon.net">VBabiy@verizon.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
How would I handle write permission so anyone could write to it.<br><br>On Thu, 2007-09-13 at 00:23 +1000, James Takac wrote:<br>> On Wednesday 12 September 2007 13:11:05 Vitaly Babiy wrote:<br>> > Is there a GUI tool to handle this kinda of stuff?
<br>> ><br>> > On Wed, 2007-09-12 at 12:46 +1000, James Takac wrote:<br>> > > On Wednesday 12 September 2007 12:32:19 Vitaly Babiy wrote:<br>> > > > Hello everyone,<br>> > > > I have a few question I have Ubuntu
7.0.4 install on 1 hard drive<br>> > > > partitioned by the installer. If I add another drive what should I do<br>> > > > do handle this and how can I make it read and writable by all users?<br>> > > > Also how can I make a ext3 USB drive read and writable by all users?
<br>> > > ><br>> > > > Thanks,<br>> > > > Vitaly<br>> > ><br>> > > Hi Vitaly<br>> > ><br>> > > I just went through the same yesterday and used the following link as my
<br>> > > guide<br>> > ><br>> > > <a href="https://help.ubuntu.com/community/InstallingANewHardDrive">https://help.ubuntu.com/community/InstallingANewHardDrive</a><br>> > ><br>> > > James
<br>><br>> Hi Vitaly<br>><br>> Not that I'm aware of. It's not that hard to do actually. I even forewent<br>> creating a mount point and just mounted the drive in the root directory<br>><br>> James
<br>><br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>