You are not logged in.

#1 2006-03-07 18:24:22

gizmo
Member
From: Norway
Registered: 2006-02-22
Posts: 27

Normal users accessing mounted NTFS disks? (Music related)

I havent yet fully converted to linux, so all my music and other stuff is on NTFS partitions.
My NTFS partitions are listed in fstab with the "defaults" options, only root have access to them now, however I want to play my music as a normal user.
How do I enable normal users, or preferably only one user, to access these partitions?

semi-newbie  :?

Offline

#2 2006-03-07 18:34:55

zolookas
Member
Registered: 2005-06-03
Posts: 44

Re: Normal users accessing mounted NTFS disks? (Music related)

change defaults to umask=022

Offline

#3 2006-03-09 14:58:53

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: Normal users accessing mounted NTFS disks? (Music related)

preferently only one user? replace defaults with uid=1000 for example to give the user with UID 1000 the permissions root usually has. Your UID can be found in /etc/passwd

Offline

#4 2006-03-09 16:08:03

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: Normal users accessing mounted NTFS disks? (Music related)

I usualy mount with both suggestion above, actually i need full read acess to all users logged in the machine so i do

umask=022,uid=1000,gid=102

BTW u don't need to read /etc/passwd to know ur uid/gid, instead use the command

id

wink

Offline

#5 2006-03-10 08:53:27

gizmo
Member
From: Norway
Registered: 2006-02-22
Posts: 27

Re: Normal users accessing mounted NTFS disks? (Music related)

thanks!! that pretty much solved all my problems for now...  roll

Offline

#6 2006-03-11 19:01:02

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: Normal users accessing mounted NTFS disks? (Music related)

_Gandalf_ wrote:

I usualy mount with both suggestion above, actually i need full read acess to all users logged in the machine so i do

umask=022,uid=1000,gid=102

BTW u don't need to read /etc/passwd to know ur uid/gid, instead use the command

id

wink

the id command was handy, thanks tongue

Offline

Board footer

Powered by FluxBB