AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1140870
Accepted
Richard Rublev
Richard Rublev
Asked: 2019-05-06 23:07:13 +0800 CST2019-05-06 23:07:13 +0800 CST 2019-05-06 23:07:13 +0800 CST

如何在 18.04 上安装外部硬盘?在 /etc/fstab 中找不到

  • 772

我可以看到 Elements HDD,但它没有安装。

My lsblk
sda                                                           
├─sda1 vfat              BBAE-8B0A                            /boot/efi
└─sda2 ext4              1df7cd45-1846-4e4b-a6da-172f020b6bc2 /
sdb                                                           
sdc                                                           
└─sdc1 ext4     main     773abc03-348b-4166-8e74-85c110c3983b 
sdd                                                           
└─sdd1 ntfs     Elements EE6426CE6426997B   

磁盘

Disk /dev/sdd: 698,6 GiB, 750121910272 bytes, 1465081856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3ef4e255

Device     Boot Start        End    Sectors   Size Id Type
/dev/sdd1        2048 1465081855 1465079808 698,6G  7 HPFS/NTFS/exFAT

当我尝试挂载 sdd1

sudo mount -t /dev/sdd1 /media/miki

我有

mount: /media/miki: can't find in /etc/fstab.

我做了mnt1,但现在出现了新的错误

sudo mount -t ntfs /dev/sdd1 /mnt1
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdd1': 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.

这是什么意思?

mount hard-drive
  • 1 1 个回答
  • 3240 Views

1 个回答

  • Voted
  1. Best Answer
    Richard Rublev
    2019-05-06T23:40:29+08:002019-05-06T23:40:29+08:00

    我的硬盘损坏了。用 ntfsfix 解决了

    sudo ntfsfix /dev/sdd1
    Mounting volume... $MFTMirr does not match $MFT (record 0).
    FAILED
    Attempting to correct errors... 
    Processing $MFT and $MFTMirr...
    Reading $MFT... OK
    Reading $MFTMirr... OK
    Comparing $MFTMirr to $MFT... FAILED
    Correcting differences in $MFTMirr record 0...OK
    Processing of $MFT and $MFTMirr completed successfully.
    Setting required flags on partition... OK
    Going to empty the journal ($LogFile)... OK
    Checking the alternate boot sector... OK
    NTFS volume version is 3.1.
    NTFS partition /dev/sdd1 was processed successfully.
    
    • 1

相关问题

  • 如何挂载 ISO?

  • 将 USB 磁盘挂载到永久位置

  • 修复 USB 驱动器自动通知

  • 是否有更好的方式为 /home/userX 构建分区/挂载

  • 当另一个文件系统安装在路径上时是否可以删除文件?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve