fsck를 할 수 없고 이유를 알 수 없으며 파일이 필요합니다.

fsck를 할 수 없고 이유를 알 수 없으며 파일이 필요합니다.

내 드라이브를 fsck해야 합니다. ubuntu-studio-vg-root에서 fsck를 수동으로 실행해야 한다는 메시지가 부팅됩니다. fsck는 상태 코드 4로 종료되었으므로 livecd에서 부팅하여 실행했습니다. ubuntu studio 18.4가 있습니다. 내가 얻은 것

~ubuntu-studio@ubuntu-studio:~$ lsblk

NAME                          MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
ubuntu-studio@ubuntu-studio:~$ sudo fsck -f /dev/sda1
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda1: 308/124928 files (17.2% non-contiguous), 134315/498688 blocks

ubuntu-studio@ubuntu-studio:~$ sudo fsck /dev/sda1
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
/dev/sda1: clean, 308/124928 files, 134315/498688 blocks
ubuntu-studio@ubuntu-studio:~$ unmount /dev/sda5

Command 'unmount' not found, did you mean:

  command 'umount' from deb mount

Try: sudo apt install <deb name>

ubuntu-studio@ubuntu-studio:~$ sudo umount /dev/sda5
umount: /dev/sda5: not mounted.
ubuntu-studio@ubuntu-studio:~$ sudo umount /dev/sda1
umount: /dev/sda1: not mounted.

ubuntu-studio@ubuntu-studio:~$ sudo fsck -f /dev/sda1
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda1: 308/124928 files (17.2% non-contiguous), 134315/498688 blocks

~ubuntu-studio@ubuntu-studio:~$ sudo fsck -f /dev/sda5
fsck from util-linux 2.31.1

ubuntu-studio@ubuntu-studio:~$ sudo e2fsck /dev/sda1
e2fsck 1.44.1 (24-Mar-2018)
/dev/sda1: clean, 308/124928 files, 134315/498688 blocks

ubuntu-studio@ubuntu-studio:~$ sudo e2fsck /dev/sda5
e2fsck 1.44.1 (24-Mar-2018)
/dev/sda5 is in use.
e2fsck: Cannot continue, aborting.


ubuntu-studio@ubuntu-studio:~$ umount /dev/sda5
umount: /dev/sda5: not mounted.
ubuntu-studio@ubuntu-studio:~$ umount /dev/sda2
umount: /dev/sda2: not mounted.

 - 


----------


ubuntu-studio@ubuntu-studio:~$ sudo swapoff
swapoff: bad usage
Try 'swapoff --help' for more information.
ubuntu-studio@ubuntu-studio:~$ swapoff --help

Usage:
 swapoff [options] [<spec>]

Disable devices and files for paging and swapping.

Options:
 -a, --all              disable all swaps from /proc/swaps
 -v, --verbose          verbose mode

 -h, --help             display this help
 -V, --version          display version

The <spec> parameter:
 -L <label>             LABEL of device to be used
 -U <uuid>              UUID of device to be used
 LABEL=<label>          LABEL of device to be used
 UUID=<uuid>            UUID of device to be used
 <device>               name of device to be used
 <file>                 name of file to be used

For more details see swapoff(8).
ubuntu-studio@ubuntu-studio:~$

gparted로 갔는데 이 사이트가 멍청하기 때문에 스크린샷을 게시할 수 없었습니다. 하지만 /dev/sda2 옆에 작은 회색 아래쪽 화살표가 있지만 마운트되었다고 말하지 않고 마운트 해제했는데도 dev/sda5가 사용 중이라고 표시됩니다. , 누군가 저를 도와주실 수 있나요? 난 멍청해서 이 드라이브에 있는 내 파일을 꼭 저장해야 해

관련 정보