3t$1@xivic.prima.de   
   From: Wolfgang.Schelongowski@gmx.de   
      
   Grimble writes:   
      
   >Unfortunately I have to move /usr to a new partition (I started to do   
   >something with GNU Radio, and urpmi has been very busy!)   
   [deletia]   
      
   date '+%Y-%m-%d' # prints '2013-02-10' today   
   cp -iauv /etc/fstab /etc/zzfstab.2013-02-10 # so you have a backup   
    and _then_:   
      
   >edit /etc/fstab:   
   >UUID=3cef6111-eb18-4167-8390-821e6a4c43f9 /usr ext4 defaults 1 2   
   > Reboot to Live disk   
   >mount /dev/sd9 /mnt/usr   
      
   Surely you mean 'mount /dev/sda9 /mnt' because your old /usr is   
   merely a subdirectory of the Filesystem in /dev/sda9.   
      
   >   
      
   You probably meant /mnt/usr, but you shouldn't delete this _now_   
   because you want to keep it in case anything bad happens, so instead   
   you do:   
   mv -iv /mnt/usr /mnt/zzusr.2013-02-10 # cf. date '+%Y-%m-%d'   
      
   'zz' as first two letters os a file name has been known to me   
   for a long time as "delete this when you don't know any longer   
   what it's good for.   
      
   >Reboot to 2011 with fingers crossed.   
      
   Test adequately before removing /zzusr.2013-02-10 .   
      
   >Thanks for your comments.   
      
   Maybe my comments are a little bit late, but my two inserted commands   
   protect you and others reading this from tiny but destructive errors.   
      
   Murphy's law roolz :-/   
   --   
   The first entry of Sin into the mind occurs when, out of cowardice or   
   conformity or vanity, the Real is replaced by a comforting lie.   
    -- Integritas, Consonantia, Claritas   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|