Changes

From SME Server
Jump to navigationJump to search
17 bytes added ,  00:52, 16 April 2021
Line 65: Line 65:  
Add the mount point in fstab. Just add something like:
 
Add the mount point in fstab. Just add something like:
   −
  /dev/sdb1    /var/lib/BackupPC      ext3   noatime 0 0
+
  /dev/sdb1    /var/lib/BackupPC      ext4   noatime   0 0
/dev/sdb1 /var/lib/BackupPC defaults  0 0
+
/dev/sdb1   /var/lib/BackupPC       xfs    defaults  0 0
    
And check everything is ok:
 
And check everything is ok:
Line 72: Line 72:  
  mount -a
 
  mount -a
 
  mount | grep BackupPC
 
  mount | grep BackupPC
  /dev/sdb1 on /var/lib/BackupPC type ext3 (rw,noatime)
+
  /dev/sdb1 on /var/lib/BackupPC type ext4 (rw,noatime)
    
*create some symlinks
 
*create some symlinks

Navigation menu