Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probs with user accounts, accessing mounted devices
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Dikkiedik
Guru
Guru


Joined: 04 Oct 2004
Posts: 406
Location: Netherlands

PostPosted: Mon Oct 04, 2004 8:47 pm    Post subject: Probs with user accounts, accessing mounted devices Reply with quote

Hi there,

I'm a newb concidering Gentoo (or even Linux 4 that matter) but not a newb newb..

My problem:

I want 2 add an account, simple. So I use the useradd (name) -m -G users,wheel,audio s /bin/bash and fire up the new account. I change some font settings in the control panel.. Do some window ajustments and then it comes. I want to change my background.

So I go to my mounted ntfs station where all my stuff is, and I can't get in! Even if I delete the account, remake it with adjustments: add fs, xfs, adm, etc. groups to it. It just keeps saying I can't get in. Dito for my fat32(mounted as vfat, is that dumb?) station.

/dev/hdc7 is mounted as /mnt/E ntfs station submitted in /etc/fstab
/dev/hdc8 is mounted as /mnt/TRANS vfat station submitted in /etc/fstab also.

When I try to change the permissions (right mouse button on the device under root) it starts to wine that changing attributes of files is not supported for protocol devices. :?

I tryed using webmin because a friend told me so, but I got lost. Any help with webmin?

Or any advise you have for me? Help is welcome and as ussual I totaly surrender myself to the community to help me out here,

for as long it takes, I'm working as root constantly.. and I'm not comfortable with that because my mother told me not 2 :P

Kev :)
Back to top
View user's profile Send private message
alechiko
Guru
Guru


Joined: 01 Feb 2004
Posts: 465
Location: Inside piano, do not disturb.

PostPosted: Mon Oct 04, 2004 8:59 pm    Post subject: Maybe.. Reply with quote

Can you please show me your fstab configuration?
_________________
None
Back to top
View user's profile Send private message
Dikkiedik
Guru
Guru


Joined: 04 Oct 2004
Posts: 406
Location: Netherlands

PostPosted: Mon Oct 04, 2004 9:03 pm    Post subject: Reply with quote

/dev/hdc2 /boot ext2 noauto,noatime 1 1
/dev/hdc3 / reiserfs noatime,notail 0 0
/dev/hdc6 none swap sw 0 0
/dev/hdc7 /mnt/E ntfs noatime 0 0
/dev/hdc8 /mnt/TRANS vfat noatime 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0

# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

Here you go :) (got slunky with the tabs.. sorry for that)
Back to top
View user's profile Send private message
alechiko
Guru
Guru


Joined: 01 Feb 2004
Posts: 465
Location: Inside piano, do not disturb.

PostPosted: Mon Oct 04, 2004 9:29 pm    Post subject: Re Reply with quote

Ok, try this:
Code:

/dev/hdc7 /mnt/E ntfs ro,user,auto,noatime,umask=000 0 0
/dev/hdc8 /mnt/TRANS vfat rw,user,auto,noatime,umask=000 0 0

_________________
None
Back to top
View user's profile Send private message
Dikkiedik
Guru
Guru


Joined: 04 Oct 2004
Posts: 406
Location: Netherlands

PostPosted: Tue Oct 05, 2004 10:36 am    Post subject: Reply with quote

What will this do? are you sure it is user, instead of users?
of do you mean the account name?
I'm trying all of this as I type this

btw what does umask=000 do?? I'm curious.

It's logic to mount ntfs as ro (I assume this means read only)
and also to mount vfat as rw(which I assume to be read write)
but when I fired up my (user) account and kde started complaining
so I'm restarting now, trying all the things above with fstab,
any other ideas? I'll let you know when i'm victorious :P

kev
Back to top
View user's profile Send private message
alechiko
Guru
Guru


Joined: 01 Feb 2004
Posts: 465
Location: Inside piano, do not disturb.

PostPosted: Tue Oct 05, 2004 11:01 am    Post subject: Re Reply with quote

Dikkiedik wrote:
What will this do? are you sure it is user, instead of users?
of do you mean the account name?


Nope, user

Dikkiedik wrote:
btw what does umask=000 do?? I'm curious.


This is permission related. Think chmod, and if you arnt familar with that then read up on it, linux is built on permissions and you wont get far if you dont understand them ;)

In essence the 000 allows read/write/execute access for everyone

Have fun
akiru
_________________
None
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum