Computing.Net > Forums > Linux > can't write to reiserfs

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

can't write to reiserfs

Reply to Message Icon

Name: oddOne
Date: April 27, 2003 at 18:22:56 Pacific
OS: Debian GNU/Linux
CPU/Ram: 1GHz/224MB
Comment:

Hi all, i recently added a 15GB harddrive
to my pc, I created a reiserfs filesystem,
I can mount it as a regular user, but can't
write to it, i can write to as root. here
is the /etc/fstab entry.

/dev/hdb1 /mnt/d2 reiserfs
user,noauto 0 0

also I tried adding 'rw' to it but it
doesn't help, any ideas, i have a few fat32
partitions setup as 'user,noauto', and i
can write to them just fine as the user. I
have tried going through the man pages for
fstab, and mount, I don't know what I'm
missing.

thanx.



Sponsored Link
Ads by Google

Response Number 1
Name: Jormungandr
Date: April 28, 2003 at 19:00:11 Pacific
Reply:

The "user" option in fstab only means any user can mount it, not write to it. If you want any user to write to it (I'm assuming you're the only real user on the machine), as root, do:

chmod 0777 /mnt/d2

Or if you want to give just your user account write access to it:

chown youruser:yourgroup /mnt/d2
chmod 0755 /mnt/d2

Substitute your actual username and group name.

Both of these should be done while the filesystem is mounted.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: can't write to reiserfs

can't write to usbdisk www.computing.net/answers/linux/cant-write-to-usbdisk/28373.html

Can't connect to net! kppp messed. www.computing.net/answers/linux/cant-connect-to-net-kppp-messed/7487.html

Can't connet to the net www.computing.net/answers/linux/cant-connet-to-the-net-/22511.html