Computer Forum  

Go Back   Computer Forum > Computer Operating Systems Forums > Linux Forum > Debian Linux Forum

Debian Linux Forum Debian Linux Forum


permissions issues mounting volume on DEBIANSLUG

Debian Linux Forum

Debian Linux Forum


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-21-2006, 06:21 PM
tommaso
Guest
 
Posts: n/a
tommaso RSS Feed
permissions issues mounting volume on DEBIANSLUG

Hi, I'm a new DebianSlug new user, I've just installed it onto my new NSLU.
I've the following problem:

I've made a directory /share
owner is my user and group is the same
chown gettons: /share


it's ok for now

after I 've an ext3 partition on /dev/sda3 and I mount it

in fstab there is the following line about /dev/sda3

/dev/sda3 /share ext3 defaults,users 0 0

then...

I mount it with my user and he can mount it but ...

the directory /share now is property of root and group root and not
gettons gettons...
I can't understand why, in my linux box desktop I use slackware and the
same configuration is ok..

Also when I reboot the dir is property of root.If I umount that volume
/dev/sda3 I can see the dir /share where was mounted is still gettons
property.


Can you help, me?

I whish that dir will be property of my user only...and not root...


Thanks in advance.



Tommy
Reply With Quote
  #2 (permalink)  
Old 08-22-2006, 01:03 AM
Bill Marcum
Guest
 
Posts: n/a
Bill Marcum RSS Feed
permissions issues mounting volume on DEBIANSLUG

On Mon, 21 Aug 2006 20:21:42 +0200, tommaso
<gettons@gmail.com> wrote:
Chown /share after you mount it.



--
"What is wanted is not the will to believe, but the will to find out, which is
the exact opposite."
-- Bertrand Russell, _Sceptical_Essays_, 1928
Reply With Quote
  #3 (permalink)  
Old 08-22-2006, 08:02 PM
anders.jackson@gmail.com
Guest
 
Posts: n/a
anders.jackson@gmail.com RSS Feed
permissions issues mounting volume on DEBIANSLUG


tommaso wrote:

A mounting point for a file system like your dierctory /share on / is
"covered" by the new file system in /dev/sda3 that is mounted on top op
/share. So what you see after mount is the new file systems rights,
not directory /share on your root file system (that is mounted on /).

So as Bill wrote, just run "chown myuser.mygroup /share", and all will
be well after that, as you chanded rights on the file system at
/dev/sd3..

Good luck

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing & mounting USB HDD under linux DiK Pennington Linux Forum 1 02-26-2006 09:42 AM
Mounting /tmp Mark Hobley Linux Forum 5 10-08-2005 03:08 PM
Mounting Dave Linux Forum 1 11-18-2003 02:06 PM
swiftech mounting kit in UK John Smith Overclocking Forum 0 10-08-2003 05:02 PM
mounting iso images Joe P Linux Forum 4 09-23-2003 07:10 PM


All times are GMT. The time now is 11:13 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93