openSUSE Forums > Install/Boot/Login » Accessing Back Up folders in Root?

Go Back   openSUSE Forums > Install/Boot/Login
Forums FAQ Members List Search Today's Posts Mark Forums Read

Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts)

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-Jul-2009, 12:15
Puzzled Penguin
 
Join Date: May 2009
Location: Texas
Posts: 18
EntropyTTU hasn't been rated much yet
Default Accessing Back Up folders in Root?

Hello, again.

I have two HDDs, one main with Suse 11.1, and the 2nd HDD with two partitions: 1 vista, 1 ext3 for Linux Back Ups.

I mounted the Ext3 partition in Suse within root as: /LinuxBackUP
however, whenever trying to access it, or save any files to it, I get "access denied". I thought maybe it was a root access issue, and mounted within /home/documents, but still got the same "access denied".

Any ideas?

Thanks
Reply With Quote
  #2 (permalink)  
Old 04-Jul-2009, 13:03
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,047
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Accessing Back Up folders in Root?

Is it permanently mounted or do you do it manually?
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 04-Jul-2009, 13:15
Puzzled Penguin
 
Join Date: May 2009
Location: Texas
Posts: 18
EntropyTTU hasn't been rated much yet
Default Re: Accessing Back Up folders in Root?

I mounted it through Yast.

I formated first to Ext3.

Then chose: mount, and then /LinuxBackUp.

I can find it within root, but can't copy folders there.
Reply With Quote
  #4 (permalink)  
Old 04-Jul-2009, 13:18
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,047
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Accessing Back Up folders in Root?

Open a terminal and post result of this:

Code:
cat /etc/fstab
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #5 (permalink)  
Old 04-Jul-2009, 13:42
Puzzled Penguin
 
Join Date: May 2009
Location: Texas
Posts: 18
EntropyTTU hasn't been rated much yet
Default Re: Accessing Back Up folders in Root?

EntropyTTU@linux-24m8:~/Desktop> cat /etc/fstab
/dev/disk/by-id/ata-WDC_WD2500KS-00MJB0_WD-WCANKK168127-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD2500KS-00MJB0_WD-WCANKK168127-part2 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD2500KS-00MJB0_WD-WCANKK168127-part3 /home ext3 acl,user_xattr 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/disk/by-id/ata-WDC_WD800JD-00MSA1_WD-WMAM9Z038843-part1 /Vista ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8 0 0
/dev/disk/by-id/ata-WDC_WD800JD-00MSA1_WD-WMAM9Z038843-part2 /LinuxBackUp ext3 defaults 1 2
Reply With Quote
  #6 (permalink)  
Old 04-Jul-2009, 14:05
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,047
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Accessing Back Up folders in Root?

That looks OK

Open a su terminal and do:

Code:
chown -R your_user_name:your_user_name /LinuxBackUp
*your_user_name (replace with your user name)

I think I have this right?!
You may need to reboot
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #7 (permalink)  
Old 04-Jul-2009, 14:17
Puzzled Penguin
 
Join Date: May 2009
Location: Texas
Posts: 18
EntropyTTU hasn't been rated much yet
Default Re: Accessing Back Up folders in Root?

Results from term:

chown: invalid group: 'EntropyTTU:EntropyTTU'

This is done with root, i.e. I changed directories within the terminal to root.
Reply With Quote
  #8 (permalink)  
Old 04-Jul-2009, 14:22
Puzzled Penguin
 
Join Date: May 2009
Location: Texas
Posts: 18
EntropyTTU hasn't been rated much yet
Default Re: Accessing Back Up folders in Root?

Ok, it is working now. Maybe it was because I restarted.
Thanks

So did this just change user access rights?

Is this similar to user/groups permissions, through yast?
Reply With Quote
  #9 (permalink)  
Old 04-Jul-2009, 14:30
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,047
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Accessing Back Up folders in Root?

You would need to have rebooted since setting up the mount.

Also, if you open kde file manager super user (kde3)
or Dolphin Super user
Go to the directory LinuxBackUp and right click - Properties - Permissions and set it like this:
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #10 (permalink)  
Old 04-Jul-2009, 14:55
Puzzled Penguin
 
Join Date: May 2009
Location: Texas
Posts: 18
EntropyTTU hasn't been rated much yet
Default Re: Accessing Back Up folders in Root?

Ok thanks.

As far as using the back-up tool through Yast, is there a way to basically back up by copying folders to your desired directory, instead of tar archives?

If not, do you know of a program or method that will? As I don't really want tar archives, or lists, I was simply wanting a file copy as back up.

Does that make sense?

Thanks for all of the help.
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2