software raid 1

Discussion in 'Installation/Configuration' started by RKA, Sep 14, 2012.

  1. RKA

    RKA New Member

    Hi Experts,

    I followed the setup for software raid as in link
    http://www.howtoforge.com/how-to-se...stem-incl-grub2-configuration-ubuntu-10.04-p2
    ,
    everything went fine but when i tried to copy the contents of /dev/sda1 and /dev/sda3 to /dev/md0 and /dev/md2 (which are mounted on /mnt/md0 and /mnt/md2): using

    cp -dpRx / /mnt/md2

    It gave me error saying

    cp: cannot stat '/home/user/.gvfs' : permission denied

    i even tried with sudo, chmod, but didn't work, Plz reply how to fix this error...
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Have you tried to manually create the file on the RAID array (with the same ownership/permissions as the original file)? Otherwise I guess it's safe to leave out that file.
     

Share This Page