PDA

View Full Version : Mounting problem in openSUSE 10.3


hellknight
31-01-2008, 09:53 PM
Hey guys, I just created a new partition on my SUSE box with YaST named as /Backup and with filesystem ext3. Now the problem is that only root can write on it whereas i want to give the permissions to normal users (which is me, root is also me). What should I do. This partition was created to store all my important stuff. Please help.The id of the partition is /dev/sda2 and is primary partition it is mounted at /Backup.

shady_inc
31-01-2008, 10:04 PM
sudo chmod 777 /Backup
will work.

hellknight
31-01-2008, 10:14 PM
Thanks dude,thanks a lot, I really forgot this command! Now it is able for me to write on that partition.