# Troubleshooting

# LXC Debug mode

lxc-start -n 104 -F -lDEBUG -o lxc-104.log

# fsck - file system consistency check on LXC

```shell
pct fsck 104
```

if any error to manually check

```bash
 fsck /dev/pve/vm-104-disk-0
```