FreeBSD Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 54: Line 54:
chflags noschg,nosunlnk {マウントポイント}/.sujournal
chflags noschg,nosunlnk {マウントポイント}/.sujournal
rm {マウントポイント}/.sujournal
rm {マウントポイント}/.sujournal
mount -o ro {デバイス} {マウントポイント}
umount {デバイス}
fsck -y {デバイス}
fsck -y {デバイス}
mount -o rw {デバイス} {マウントポイント}
mount -o rw {デバイス} {マウントポイント}
reboot
</syntaxhighlight>
</syntaxhighlight>