LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-25-2005, 05:31 PM   #1
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
Reiserfs partiion for ;Documents'


I've created a reiserfs paritiion on my main 500 gig drive, around 350 gigabytes, for documents, and videos and such, I created it with mkreiserfs and can mount it as root,

But what I need to do is mount it to users can read and write to it. Before I used vfat on my old 120 gig, and used the uid, umask option. but I dont think reiser supports this, does it? I tried gid=6 (for disk group) and that wasnt an allowed option.

Please assist, thank you.
 
Old 08-25-2005, 05:42 PM   #2
corfe
Member
 
Registered: Dec 2004
Location: Washington State, USA
Distribution: Debian Sid
Posts: 128

Rep: Reputation: 16
Try the "users" option when mounting, and make sure permissions on the mounted folder (and the files on it) are such that normal people can access them
 
Old 08-25-2005, 06:41 PM   #3
zeus1981
LQ Newbie
 
Registered: Jul 2005
Location: Oregon
Posts: 5

Rep: Reputation: 0
use group and user permissions

I've run into this same problem. If you go with the users option in the /etc/fstab then each user has to unmount then remount the medium just to get access. This can be a problem with a multiuser box. These are the steps I took instead to create a folder instead the whole drive access to users. Something like this:

1) Get to root access

2) Create a group called: "usrupgrades". After checking the group id number is available add the following line to the end of /etc/group

3) Add users who should have access in /etc/group

4) On the root / of the 350Gig make a directory called extraspace

5) Change the group to usrupgrades

7) tighten permissions to just the group

# sudo su
# emacs /etc/group
# usrupgrades:x:3300:root,myuser,myseconduser
# cd /mnt/my350gig
# mkdir extraspace
# chgrp usrupgrades extraspace
# chmod 770 extraspace

This gives owner full access, group all access, and everone else none. If you wanted everyone access, then:

# chmod 777 extraspace

-Jon
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
An odd reiserfs booting problem in a special situation may be about SUSE10's reiserfs ayal Linux - Newbie 7 11-15-2005 07:36 AM
Copying partition to another partiion sigma957 Debian 2 12-14-2004 03:25 PM
Add ReiserFS package destroys non-ReiserFS partitions smirk Mandriva 0 03-24-2004 07:20 PM
Adding space to a partiion Maistre Linux - Newbie 5 02-26-2004 02:05 PM
Mandrake 7.0 - 8 freeze at ide detect and partiion linuxAv8r Linux - Software 0 06-24-2001 02:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration