User Tools

Site Tools


start:howto:reiserfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
start:howto:reiserfs [2013/08/26 15:10]
nuxwin
start:howto:reiserfs [2016/02/20 00:05]
nuxwin
Line 4: Line 4:
  
 Edit your **/​etc/​fstab** file to add the **attrs** option for your device (eg. device containing the /var partition). For instance: Edit your **/​etc/​fstab** file to add the **attrs** option for your device (eg. device containing the /var partition). For instance:
-<​code>​ + 
-UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /               ​reiserfs notail ​         0       ​1 +  UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /     ​reiserfs notail ​         0    1
-</​code>​+
  
 Must be updated to: Must be updated to:
-<​code>​ + 
-UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /               ​reiserfs notail,​attrs ​               ​+  UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /     ​reiserfs notail,​attrs ​      
-</​code>​+
  
 Once you did this, you can remount your device. For instance: Once you did this, you can remount your device. For instance:
  
-<konsole root> +  ​# mount -o remount /​dev/​disk/​by-uuid/​74699091-3ab8-43f2-bdd5-d1d898ab50fd
-# mount -o remount /​dev/​disk/​by-uuid/​74699091-3ab8-43f2-bdd5-d1d898ab50fd +
-</​konsole>​+
  
 And then, normally you must be able to use i-MSCP without any trouble (a least with the immutable bit). And then, normally you must be able to use i-MSCP without any trouble (a least with the immutable bit).
Line 23: Line 20:
 If needed, you can find the **uuid** of your device, with the following command: If needed, you can find the **uuid** of your device, with the following command:
  
-<konsole root> +  ​# blkid device
-# blkid device +
-</​konsole>​+
  
 where **device** must be replaced by your device path (such as /dev/sda1) where **device** must be replaced by your device path (such as /dev/sda1)
/var/www/virtual/i-mscp.net/wiki/htdocs/data/pages/start/howto/reiserfs.txt · Last modified: 2016/02/20 00:07 by nuxwin