/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/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-XVpMjvfuIwUMG9eeZN2E09sODMkxF3I8j6u3WkZegGllXAx08ZPZROjo66HKfnG8 / ext4 defaults 0 1
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/2d747eec-1c31-4c12-849c-efe362e3245e /boot ext4 defaults 0 1
/swap.img none swap sw 0 0
UUID=a6c59d0e-37a7-4532-b843-6025dabef69f /mnt/sdb1 ext4 default 0 2
UUID=b12d193a-6d04-4cbb-a8da-d8405b38dae0 /mnt/sdb2 btrfs default 0 2
UUID=55165d2b-f3b5-46b2-af04-7366861c82b6 /mnt/sdb3 xfs default 0 2
UUID=1B74-0C7D /mnt/sdb4 vfat default 0 2
user@ubuntu2:~$ sudo mount -a
mount: /mnt/sdb1: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.
mount: /mnt/sdb2: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error.
mount: /mnt/sdb3: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error.
mount: /mnt/sdb4: wrong fs type, bad option, bad superblock on /dev/sdb4, missing codepage or helper program, or other error.
user@ubuntu2:~$ sudo lsblk -f
sdb
├─sdb1 ext4 a6c59d0e-37a7-4532-b843-6025dabef69f
├─sdb2 btrfs b12d193a-6d04-4cbb-a8da-d8405b38dae0
├─sdb3 xfs 55165d2b-f3b5-46b2-af04-7366861c82b6
└─sdb4 vfat 1B74-0C7D
답변1
옵션에 오타가 있습니다. 이는 defaults
가 아닌 기본 설치 옵션 세트 입니다 default
. 해당 옵션이 없으므로 default
설치가 실패합니다.
나중에 마운트할 때 유사한 오류가 표시되면 항상 로그를 확인해야 합니다. 커널은 추가 정보를 인쇄합니다. 이 경우 다음과 같은 내용이 표시됩니다.
xfs: 알 수 없는 매개변수 '기본값'