|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Miscellaneous Questions about SUSE Linux that don't fit anywhere else |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have 4 hard drives in my system, and 2 of them is dedicated for storage of my ripped music CDs and backed-up DVDs (I hate putting them, into my Xbox, every time I want to play them, so I store them on my harddrive and stream them over the network).
My problem is that when I enter "My Computer" from the desktop, the drive permissions are set so that only the root user can write to them (root:root), how do I change this to allow myself (<username>:users) to write to them? |
|
|||
|
Quote:
|
|
|||
|
I'm sure someone will dissagree but I prefer reiserfs, it's supposed to be faster for multiple small files.
On to your other problem. If the root user made the folder, then as root you can change ownership with the command "chown" as in: Code:
chown -R regularUser /location/of/folder Alternately, you can change file permission as root with "chmod" as in: Code:
chmod 740 /location/of/folder |
|
|||
|
Thanks sarvinc,
I will try that a little later on, but I have another question, if my system was incorrectly shutdown or I had to use the reset button, what is the command to completely check an EXT3 partition for errors and correct them if any is found. |
|
|||
|
It still is important we know how the file system is configured. Please post your fstab; that will help.
|
|
|||
|
Where did my post go? Oh my... in a fit of stupidity I think I just replied to the email the board sends me when there is a new post
. Of course this only underlines my reply "fsck is the command you're looking for. File systems, disks, and data can be quite complicated and I am not qualified to give you any advice when using fsck."Posting your /etc/fstab or the output of "fdisk -l" will certainly help confirm that you are indeed using all ext3 filesystems |
|
|||
|
Code:
/dev/sda1 * * * * * */ * * * * * * * * * *ext3 * * * acl,user_xattr * * * *1 1 /dev/sdb1 * * * * * */home * * * * * * * *ext3 * * * acl,user_xattr * * * *1 2 /dev/hda1 * * * * * */media/storage1 * * *ext3 * * * acl,user_xattr * * * *1 2 /dev/hdb1 * * * * * */media/storage2 * * *ext3 * * * acl,user_xattr * * * *1 2 /dev/sda3 * * * * * */usr/local * * * * * ext3 * * * acl,user_xattr * * * *1 2 /dev/sda2 * * * * * *swap * * * * * * * * swap * * * pri=42 * * * * * * * *0 0 devpts * * * * * * * /dev/pts * * * * * * devpts * * mode=0620,gid=5 * * * 0 0 proc * * * * * * * * /proc * * * * * * * *proc * * * defaults * * * * * * *0 0 usbfs * * * * * * * */proc/bus/usb * * * *usbfs * * *noauto * * * * * * * *0 0 sysfs * * * * * * * */sys * * * * * * * * sysfs * * *noauto * * * * * * * *0 0 /dev/cdrecorder * * */media/cdrecorder * *subfs * * *fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/dvdrecorder * * /media/dvdrecorder * subfs * * *fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/fd0 * * * * * * /media/floppy * * * *subfs * * *fs=floppyfss,procuid,nodev,nosuid,sync 0 0 It didn't seem to find any errors, so I hope I'm OK
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|