I just bought a new hard disk, made partitions with fdisk, and formatted it using mkreiserfs. I edited /etc/fstab for that partition: /dev/hdb1 /data reiserfs defaults,user 0 0 I can mount it just fine, but I can't write a single byte to the partition as a user. I'm obviously missing something here, but I don't know what. What else do I have to add to this line so I can write to the partition as user. Thanks in advance.
Vladimir Niksic wrote:
I just bought a new hard disk, made partitions with fdisk, and formatted it using mkreiserfs.
I edited /etc/fstab for that partition:
/dev/hdb1 /data reiserfs defaults,user 0 0
I can mount it just fine, but I can't write a single byte to the partition as a user. I'm obviously missing something here, but I don't know what. What else do I have to add to this line so I can write to the partition as user.
Thanks in advance.
I use yast to add partitions. Here's what my 2nd drive fstab entry looks like: /dev/hdb1 /local reiserfs defaults 1 2 HTH Jim
Vladimir Niksic wrote:
I just bought a new hard disk, made partitions with fdisk, and formatted it using mkreiserfs.
I edited /etc/fstab for that partition:
/dev/hdb1 /data reiserfs defaults,user 0 0
I can mount it just fine, but I can't write a single byte to the partition as a user. I'm obviously missing something here, but I don't know what. What else do I have to add to this line so I can write to the partition as user.
Thanks in advance.
What are the owner and permissions on the mount point? -- A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live. -- Bradford Angier
participants (3)
-
Jim Sabatke
-
ken
-
Vladimir Niksic