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
start:howto:reiserfs [2013/08/26 15:10]
nuxwin
start:howto:reiserfs [2016/02/20 00:07] (current)
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 
-</​code>​ 
  
-Must be updated to: +  UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /     ​reiserfs notail ​         0    1 
-<​code>​ + 
-UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /               ​reiserfs notail,​attrs ​               ​1 +should ​be updated to: 
-</​code>​+ 
 +  UUID=74699091-3ab8-43f2-bdd5-d1d898ab50fd /     ​reiserfs notail,​attrs ​      1
  
 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).
- 
 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/attic/start/howto/reiserfs.1377529828.txt.gz · Last modified: 2013/08/26 15:10 by nuxwin