0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Linux/USB】LinuxでUSBが認識されなくなった

Last updated at Posted at 2024-01-16

エラー概要

LinuxでUSB Driveをアンマウントせずに引っこ抜いたら、それ以降マウントが出来なくなった

error mounting .....unknown error when mounting

解決策

usbを見つけて、ntfsfixをrunする

ls /dev/sd*
sudo ntfsfix /dev/sda1

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?