Error mounting dev sdb1 at media флешка

Не редко пользователи ОС Ubuntu при подключении USB с файловой системой NTFS накопителя могут наблюдать ошибку: «Error mounting /dev/sdb1» или «Failed to mount ‘/dev/sdb1’: Input/output error».

Не редко пользователи ОС Ubuntu при подключении USB с файловой системой NTFS накопителя могут наблюдать ошибку: «Error mounting /dev/sdb1» или «Failed to mount ‘/dev/sdb1’: Input/output error».

Каджый файл в системе NTFS имеет соответсвующую запись в MFT (Master File Table / Основная Файловая Таблица). NTFS резервирует первые 16 записей MFT для хранения специальной информации. Первая запись описывает непосредственно сам MFT, за ней идёт описание резервной MFT mirror записи. Если первая запись в MFT будет повреждена, то NTFS будет читать вторую запись, чтобы найти MFT mirror, первая запись которой идентична первой записи в MFT. Месторасположение MFT и MFT mirror прописано в boot sector диска.
Источник: NTFS.com

После некорректного извлечения USB-диска, перебоя в питании и по другим причинам может повредиться MFT и первая запись MFT mirror не будет совпадать с первой записью MFT.

Решить проблему поможет утилита ntfsfix:
sudo ntfsfix /dev/sdb1
* /dev/sdb1 — нужно указать тот раздел, который упоминается в тексте ошибки.

Если утилита ntfsfix не доступна, её можно установить с пакетом ntfs-3g:
sudo apt-get install ntfs-3g

После использования ntfsfix нужные для инициализации данные на устройстве будут восстановлены как и доступ к USB-устройству.

How I can fix the Error mounting /dev/sdb1 at /media/… It works pretty good in the past but I made a clean installed of Ubuntu 14.04 LTS and the Error mounting coming.
I try to fix it with with Gparted, ntfs-3g, pmount, but this programs can’t find the external HDD.
But when I boot put the USB drive with Ubuntu 14.04 on test mode this can find and read my external HDD.
How I can fix it?

asked Feb 16, 2015 at 22:09

Quantum Jumping's user avatar

Quantum JumpingQuantum Jumping

1,1414 gold badges13 silver badges15 bronze badges

open terminal with Ctrl+Alt+T and run

sudo ntfsfix /dev/sdb1 

A.B.'s user avatar

A.B.

87.7k21 gold badges242 silver badges317 bronze badges

answered Nov 11, 2015 at 10:43

sri harika's user avatar

6

Run this command to show disks:

lsblk

Run this command to mount usb:

sudo ntfsfix /dev/sdb

/dev/sdb or /dev/sdb1 or some other path

answered Oct 5, 2018 at 8:12

Taimoor Changaiz's user avatar

1

It might be the case that the naming changes when you try the drive on different things. ( sdb becomes sdX because of how the usbs are enumerated)
Open a terminal and play with:

lsblk
blkid

If you are still unsure, then try

dmesg | more 

and read the system log, at one point you should see something similar to:

150289.144120] scsi 7:0:0:0: Direct-Access     WDC WD32 00BEKT-22KA9T0   01.0 PQ: 0 ANSI: 5
[150289.144951] sd 7:0:0:0: Attached scsi generic sg4 type 0
[150289.145185] sd 7:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[150289.145854] sd 7:0:0:0: [sdd] Write Protect is off
[150289.145863] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
[150289.146547] sd 7:0:0:0: [sdd] No Caching mode page found
[150289.146555] sd 7:0:0:0: [sdd] Assuming drive cache: write through
[150289.212988]  sdd: sdd4
[150289.215143] sd 7:0:0:0: [sdd] Attached SCSI disk

If not, then try different usb ports, some usb are full powered, some half powered, some mother board don’t like usb3 devices on usb2 slots..

answered Feb 17, 2015 at 2:50

user283885's user avatar

user283885user283885

4462 silver badges5 bronze badges

16

I got the same error, but in my case, it wasn’t because of a corrupted NTFS, but because Ubuntu didn’t recognize that the disk was formatted as exFAT. I could open the disk with no problem in Windows. Then I checked the format and saw that it was exFAT. To open it in Linux I installed:

$ sudo apt install exfat-fuse exfat-utils

And the disk could open without any issue.

Simon Sudler's user avatar

Simon Sudler

3,5952 gold badges17 silver badges31 bronze badges

answered Sep 13, 2019 at 10:15

realnewton's user avatar

I used this ntfsfix package to check my external drive

sudo ntfsfix /dev/sdb 

But in some case this /dev/sdb can be /dev/sda1 or /dev/sda2

answered May 20, 2022 at 21:08

Bercove's user avatar

BercoveBercove

1811 silver badge4 bronze badges

Ошибка монтирования / dev / sdb1 в / media / в Ubuntu 14.04 LTS


Как я могу исправить ошибку монтирования / dev / sdb1 в / media / … Раньше она работала довольно хорошо, но я сделал чистую установку Ubuntu 14.04 LTS и грядет ошибка монтирования. Я пытаюсь исправить это с помощью Gparted, ntfs-3g, pmount, но эта программа не может найти внешний жесткий диск. Но когда я загружаю, вставляю USB-накопитель с Ubuntu 14.04 в тестовый режим, он может найти и прочитать мой внешний жесткий диск. Как я могу это исправить?

Ответы:


открыть терминал с Ctrl+ Alt+ Tи запустить

sudo ntfsfix /dev/sdb1 







Запустите эту команду, чтобы показать диски:

lsblk

Запустите эту команду для монтирования usb:

sudo ntfsfix /dev/sdb

/ dev / sdb или / dev / sdb1 или другой путь


Может случиться так, что наименование изменится, когда вы попробуете диск на разных вещах. (sdb становится sdX из-за того, как перечисляются usbs) Откройте терминал и поиграйте с:

lsblk
blkid

Если вы все еще не уверены, то попробуйте

dmesg | more 

и прочитайте системный журнал, в какой-то момент вы должны увидеть нечто похожее на:

150289.144120] scsi 7:0:0:0: Direct-Access     WDC WD32 00BEKT-22KA9T0   01.0 PQ: 0 ANSI: 5
[150289.144951] sd 7:0:0:0: Attached scsi generic sg4 type 0
[150289.145185] sd 7:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[150289.145854] sd 7:0:0:0: [sdd] Write Protect is off
[150289.145863] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
[150289.146547] sd 7:0:0:0: [sdd] No Caching mode page found
[150289.146555] sd 7:0:0:0: [sdd] Assuming drive cache: write through
[150289.212988]  sdd: sdd4
[150289.215143] sd 7:0:0:0: [sdd] Attached SCSI disk

Если нет, то попробуйте другие USB-порты, некоторые USB-устройства полностью заряжены, некоторые — наполовину, некоторые материнские платы не любят устройства USB3 в слотах USB2.







Я получил ту же ошибку, но в моем случае это было не из-за повреждения NTFS, а потому, что Ubuntu не распознал, что диск был отформатирован как exFAT. Я мог открыть диск без проблем в Windows. Затем я проверил формат и увидел, что это было exFAT. Чтобы открыть его в Linux, я установил:

$ sudo apt install exfat-fuse exfat-utils

И диск мог открыться без проблем.

Диск SATA-NTFS начал глючить. Я скинул все на комп и отформатировал его. После начал перекидывать на него фильмы. Скачалось несколько и выдало ошибку —

Error mounting /dev/sdb1 at /media/ura/U: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdb1" "/media/ura/U"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

Сейчас просто диск не подключается.
Прошу конкретной помощи.

Забыл написать что при подключении к телевизору через приставку DTV все отлично воспроизводит

@sabroad:

sudo blkid
,,,
,,,
/dev/sdc1: LABEL="Verbatim" UUID="19E8-2432" TYPE="vfat" PARTUUID="0a094892-01"

Here are the output of your suggested Commands:

lsmod| grep -E '(vfat|usb)'
btusb                  65536  0
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                28672  1 btusb
bluetooth             671744  11 btrtl,btintel,btbcm,bnep,btusb
usb_storage            77824  2 uas,ums_realtek
usbhid                 65536  1 hid_logitech_dj
hid                   143360  5 usbhid,hid_generic,hid_logitech_dj,hid_logitech_hidpp
scsi_mod              249856  6 sd_mod,usb_storage,uas,libata,sg,sr_mod
pacman -Qs linux
local/alsa-lib 1.2.1.2-2
    An alternative implementation of Linux sound support
local/alsa-utils 1.2.1-1
    An alternative implementation of Linux sound support
local/arch-upgrade 1.16-1
    Desktop app to upgrade your Arch Linux system
local/archlinux-appstream-data 20191128-1
    Arch Linux application database for AppStream-based software centers
local/archlinux-keyring 20191018-2
    Arch Linux PGP keyring
local/autofs 5.1.6-2
    A kernel-based automounter for Linux
local/avahi 0.7+18+g1b5f401-3
    Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/bridge-utils 1.6-4
    Utilities for configuring the Linux ethernet bridge
local/filesystem 2019.10-2
    Base Arch Linux files
local/flowblade 2.2-1
    a multitrack non-linear video editor for Linux
local/iptables 1:1.8.3-3
    Linux kernel packet control tool (using legacy interface)
local/keyutils 1.6.1-3
    Linux Key Management Utilities
local/kmod 26-3
    Linux kernel module management tools and library
local/ladspa 1.15-1
    Linux Audio Developer's Simple Plugin API (LADSPA)
local/lib32-libxshmfence 1.3-1
    a library that exposes a event API on top of Linux futexes (32-bit)
local/lib32-util-linux 2.34-1
    Miscellaneous system utilities for Linux (32-bit)
local/libaio 0.3.112-2
    The Linux-native asynchronous I/O facility (aio) library
local/libiec61883 1.2.0-5
    A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394
local/libimobiledevice 1.2.0+87+g92c5462-6
    Library that talks the protocols to support iPhone and iPod Touch devices on Linux
local/libraw1394 2.1.2-2
    Provides an API to the Linux IEEE1394 (FireWire) driver
local/libutil-linux 2.34-8
    util-linux runtime libraries
local/libva 2.5.0-1
    Video Acceleration (VA) API for Linux
local/libxshmfence 1.3-1
    a library that exposes a event API on top of Linux futexes
local/linux 5.4.2.arch1-1
    The Linux kernel and modules
local/linux-api-headers 5.3.1-2
    Kernel headers sanitized for use in userspace
local/linux-firmware 20191118.e8a0f4c-2
    Firmware files for Linux
local/linux-headers 5.4.2.arch1-1
    Headers and scripts for building modules for the Linux kernel
local/man-pages 5.04-2
    Linux man pages
local/mdadm 4.1-2
    A tool for managing/monitoring Linux md device arrays, also known as Software RAID
local/ndctl 67-1
    Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
local/net-tools 1.60.20181103git-2
    Configuration tools for Linux networking
local/pacman-mirrorlist 20191001-2
    Arch Linux mirror list for use by pacman
local/python-distro 1.4.0-3
    Linux OS platform information API
local/solaar 1.0.1-3
    Linux device manager for a wide range of Logitech devices
local/usb_modeswitch 2.6.0-1
    Activating switchable USB devices on Linux.
local/util-linux 2.34-8
    Miscellaneous system utilities for Linux
local/v4l-utils 1.16.7-1
    Userspace tools and conversion library for Video 4 Linux
uname -a
Linux thirdone 5.4.2-arch1-1 #1 SMP PREEMPT Thu, 05 Dec 2019 12:29:40 +0000 x86_64 GNU/Linux

External HDD plugged in:

[  509.340267] usb 1-1.2: New USB device found, idVendor=18a5, idProduct=022b, bcdDevice= 0.00
[  509.340273] usb 1-1.2: New USB device strings: Mfr=10, Product=11, SerialNumber=12
[  509.340278] usb 1-1.2: Product: Portable USB Drive
[  509.340281] usb 1-1.2: Manufacturer: Verbatim
[  509.340284] usb 1-1.2: SerialNumber: 29501X068962
[  509.343806] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[  509.353843] audit: type=1105 audit(1575749618.693:77): pid=9084 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  509.357703] scsi host7: usb-storage 1-1.2:1.0
[  509.361662] audit: type=1106 audit(1575749618.703:78): pid=9084 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  509.361840] audit: type=1104 audit(1575749618.703:79): pid=9084 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.385192] scsi 7:0:0:0: Direct-Access     ST950032 5AS              0002 PQ: 0 ANSI: 2 CCS
[  510.385765] scsi 7:0:0:0: Attached scsi generic sg3 type 0
[  510.389629] sd 7:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[  510.390602] sd 7:0:0:0: [sdc] Write Protect is off
[  510.390608] sd 7:0:0:0: [sdc] Mode Sense: 28 00 00 00
[  510.394301] sd 7:0:0:0: [sdc] No Caching mode page found
[  510.394307] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[  510.477179]  sdc: sdc1
[  510.480756] sd 7:0:0:0: [sdc] Attached SCSI disk
[  548.205587] audit: type=1100 audit(1575749657.547:80): pid=9159 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="suther" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  548.206203] audit: type=1101 audit(1575749657.547:81): pid=9159 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="suther" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  548.235599] audit: type=1105 audit(1575749657.577:82): pid=9156 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=thirdone addr=? terminal=pts/0 res=success'
[  548.959725] raid6: sse2x4   gen()  7000 MB/s
[  549.016365] raid6: sse2x4   xor()  5337 MB/s
[  549.073035] raid6: sse2x2   gen()  6294 MB/s
[  549.129707] raid6: sse2x2   xor()  4898 MB/s
[  549.186334] raid6: sse2x1   gen()  4391 MB/s
[  549.242995] raid6: sse2x1   xor()  4120 MB/s
[  549.242997] raid6: using algorithm sse2x4 gen() 7000 MB/s
[  549.242998] raid6: .... xor() 5337 MB/s, rmw enabled
[  549.242999] raid6: using ssse3x2 recovery algorithm
[  549.248933] xor: measuring software checksum speed
[  549.279655]    prefetch64-sse: 10591.200 MB/sec
[  549.313015]    generic_sse:  9124.800 MB/sec
[  549.313016] xor: using function: prefetch64-sse (10591.200 MB/sec)
[  549.439549] Btrfs loaded, crc32c=crc32c-generic
[  549.490922] JFS: nTxBlock = 8192, nTxLock = 65536
[  549.522720] NILFS version 2 loaded
[  549.792199] SGI XFS with ACLs, security attributes, realtime, scrub, repair, no debug enabled
[  561.606250] perf: interrupt took too long (3178 > 3142), lowering kernel.perf_event_max_sample_rate to 62700
[  572.079191] audit: type=1101 audit(1575749681.421:83): pid=9280 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="suther" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  572.080013] audit: type=1110 audit(1575749681.421:84): pid=9280 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  572.087815] audit: type=1105 audit(1575749681.428:85): pid=9280 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  572.096068] audit: type=1106 audit(1575749681.438:86): pid=9280 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  572.096274] audit: type=1104 audit(1575749681.438:87): pid=9280 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  581.408500] audit: type=1101 audit(1575749690.748:88): pid=9282 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="suther" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  581.410718] audit: type=1110 audit(1575749690.751:89): pid=9282 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  581.420941] audit: type=1105 audit(1575749690.761:90): pid=9282 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  581.894098] audit: type=1106 audit(1575749691.235:91): pid=9282 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  581.894108] audit: type=1104 audit(1575749691.235:92): pid=9282 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  645.223414] usb 1-1.2: USB disconnect, device number 6
[  653.364118] usb 1-1.2: new high-speed USB device number 7 using ehci-pci
[  653.462288] usb 1-1.2: New USB device found, idVendor=18a5, idProduct=022b, bcdDevice= 0.00
[  653.462295] usb 1-1.2: New USB device strings: Mfr=10, Product=11, SerialNumber=12
[  653.462299] usb 1-1.2: Product: Portable USB Drive
[  653.462302] usb 1-1.2: Manufacturer: Verbatim
[  653.462305] usb 1-1.2: SerialNumber: 29501X068962
[  653.463225] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[  653.468400] scsi host7: usb-storage 1-1.2:1.0
[  654.488377] scsi 7:0:0:0: Direct-Access     ST950032 5AS              0002 PQ: 0 ANSI: 2 CCS
[  654.488991] scsi 7:0:0:0: Attached scsi generic sg3 type 0
[  654.492284] sd 7:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[  654.493288] sd 7:0:0:0: [sdc] Write Protect is off
[  654.493293] sd 7:0:0:0: [sdc] Mode Sense: 28 00 00 00
[  654.496005] sd 7:0:0:0: [sdc] No Caching mode page found
[  654.496010] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[  654.577370]  sdc: sdc1
[  654.580813] sd 7:0:0:0: [sdc] Attached SCSI disk

And dmesg after mount-command:
sudo mount -o rw,noauto,async,user,umask=1000 /dev/sdc1 /mnt/sdcard/

[  775.057599] audit: type=1101 audit(1575749884.403:93): pid=9374 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="suther" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  775.058476] audit: type=1110 audit(1575749884.403:94): pid=9374 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  775.066395] audit: type=1105 audit(1575749884.410:95): pid=9374 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  775.194227] audit: type=1106 audit(1575749884.540:96): pid=9374 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  775.194531] audit: type=1104 audit(1575749884.540:97): pid=9374 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Last edited by rethus (2019-12-07 20:21:31)

На чтение 4 мин. Просмотров 30 Опубликовано 15.12.2019

Как я могу исправить установку ошибки / dev / sdb1 в / media / . В прошлом это было очень хорошо, но я сделал чистую установку Ubuntu 14.04 LTS и появление ошибки. Я пытаюсь исправить это с помощью Gparted, ntfs-3g, pmount, но эти программы не могут найти внешний жесткий диск. Но когда я загружаю USB-накопитель с Ubuntu 14.04 в тестовый режим, это может найти и прочитать мой внешний жесткий диск. Как я могу это исправить?

Содержание

  1. 2 ответа
  2. Инструкции по теме:
  3. Добавить комментарий Отменить ответ
  4. 4 Answers 4
  5. Not the answer you’re looking for? Browse other questions tagged mount or ask your own question.
  6. Related
  7. Hot Network Questions

2 ответа

открыть терминал с помощью Ctrl + Alt + T и запустить

Может случиться так, что именование изменится при попытке диска на разные вещи. (sdb становится sdX из-за того, как перечислены usbs) Откройте терминал и играйте с помощью:

Если вы все еще не уверены, попробуйте

и прочитайте системный журнал, в какой-то момент вы увидите нечто похожее на:

Если нет, тогда попробуйте разные порты USB, некоторые USB-устройства с полным питанием, некоторые наполовину питаются, а некоторые материнские платы не любят устройства usb3 на слотах usb2.

Не редко пользователи ОС Ubuntu при подключении USB с файловой системой NTFS накопителя могут наблюдать ошибку: «Error mounting /dev/sdb1» или «Failed to mount ‘/dev/sdb1’: Input/output error».

Каджый файл в системе NTFS имеет соответсвующую запись в MFT (Master File Table / Основная Файловая Таблица). NTFS резервирует первые 16 записей MFT для хранения специальной информации. Первая запись описывает непосредственно сам MFT, за ней идёт описание резервной MFT mirror записи. Если первая запись в MFT будет повреждена, то NTFS будет читать вторую запись, чтобы найти MFT mirror, первая запись которой идентична первой записи в MFT. Месторасположение MFT и MFT mirror прописано в boot sector диска.
Источник: NTFS.com

После некорректного извлечения USB-диска, перебоя в питании и по другим причинам может повредиться MFT и первая запись MFT mirror не будет совпадать с первой записью MFT.

Решить проблему поможет утилита ntfsfix:
sudo ntfsfix /dev/sdb1
* /dev/sdb1 — нужно указать тот раздел, который упоминается в тексте ошибки.

Если утилита ntfsfix не доступна, её можно установить с пакетом ntfs-3g:
sudo apt-get install ntfs-3g

После использования ntfsfix нужные для инициализации данные на устройстве будут восстановлены как и доступ к USB-устройству.

Инструкции по теме:

Добавить комментарий Отменить ответ

Для отправки комментария вам необходимо авторизоваться.

How I can fix the Error mounting /dev/sdb1 at /media/. It works pretty good in the past but I made a clean installed of Ubuntu 14.04 LTS and the Error mounting coming. I try to fix it with with Gparted, ntfs-3g, pmount, but this programs can’t find the external HDD. But when I boot put the USB drive with Ubuntu 14.04 on test mode this can find and read my external HDD. How I can fix it?

4 Answers 4

open terminal with Ctrl + Alt + T and run

Run this command to show disks:

Run this command to mount usb:

/dev/sdb or /dev/sdb1 or some other path

It might be the case that the naming changes when you try the drive on different things. ( sdb becomes sdX because of how the usbs are enumerated) Open a terminal and play with:

If you are still unsure, then try

and read the system log, at one point you should see something similar to:

If not, then try different usb ports, some usb are full powered, some half powered, some mother board don’t like usb3 devices on usb2 slots..

I got the same error, but in my case, it wasn’t because of a corrupted NTFS , but because Ubuntu didn’t recognize that the disk was formatted as exFAT . I could open the disk with no problem in Windows. Then I checked the format and saw that it was exFAT . To open it in Linux I installed:

And the disk could open without any issue.

Not the answer you’re looking for? Browse other questions tagged mount or ask your own question.

Hot Network Questions

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

site design / logo © 2019 Stack Exchange Inc; user contributions licensed under cc by-sa 4.0 with attribution required. rev 2019.11.15.35459

Понравилась статья? Поделить с друзьями:
  • Error most likely the virtualbox com server is not running or failed to start
  • Error mori текст песни
  • Error more than one device emulator как исправить
  • Error more than one device and emulator что это
  • Error more than 1 module selected