btrfs sub volume “Não foi possível chdir para o diretório home / home / movie: não existe esse arquivo ou diretório”

0

Eu recebo "Não foi possível chdir para o diretório home / home / movie: Nenhum arquivo ou diretório" ao tentar fazer o login. Parece algo com o subvolume btrfs que não está montado corretamente.

$ cat /etc/fstab
/etc/fstab: static file system information.

 Use 'blkid' to print the universally unique identifier for a
 device; this may be used with UUID= as a more robust way to name devices
 that works even if disks are added and removed. See fstab(5).

 <file system> <mount point>   <type>  <options>       <dump>  <pass>
 / was on /dev/sda5 during installation
UUID=31831735-1e15-4eba-bf0f-414e8d0b674e /               btrfs   noauto,compress=lzo,noatime,autodefrag,subvol=@ 0       1
/home was on /dev/sda5 during installation
UUID=31831735-1e15-4eba-bf0f-414e8d0b674e /home           btrfs   noauto,compress=lzo,noatime,autodefrag,subvol=@home 0       2
swap was on /dev/sdc1 during installation
UUID=0a4380c7-f088-44ad-8a9d-dba916afab85 none            swap    sw              0       0

movie@movie:/$ cd /home
movie@movie:/home$ ls
@  @home
movie@movie:/home$ cd @home
movie@movie:/home/@home$ ls
movie
    
por josh kidd 08.08.2017 / 04:48

1 resposta

0

noauto foi o problema depois que foi removido funcionou bem.

    
por josh kidd 23.08.2017 / 06:32