acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
2020-10-25 15:22:31 +00:00
# fsck
> Controlla l'integrità di un filesystem o lo ripara. Il filesystem non dev'essere montato al momento in cui il comando viene eseguito.
2020-10-25 19:33:14 +00:00
- Controlla il filesystem `/dev/sdX` , riportando eventuali blocchi danneggiati:
acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
2020-10-25 15:22:31 +00:00
2020-10-25 19:33:14 +00:00
`fsck {{/dev/sdX}}`
acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
2020-10-25 15:22:31 +00:00
2020-10-25 19:33:14 +00:00
- Controlla il filesystem `/dev/sdX` , riportando eventuali blocchi danneggiati e per ognuno consente all'utente di scegliere interattivamente se ripararlo:
acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
2020-10-25 15:22:31 +00:00
2020-10-25 19:33:14 +00:00
`fsck -r {{/dev/sdX}}`
acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
2020-10-25 15:22:31 +00:00
2020-10-25 19:33:14 +00:00
- Controlla il filesystem `/dev/sdX` , riportando eventuali blocchi danneggiati e riparandoli automaticamente:
acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
2020-10-25 15:22:31 +00:00
2020-10-25 19:33:14 +00:00
`fsck -a {{/dev/sdX}}`