双系统ntfs格式硬盘无法挂载(volume not mounted)

情况说明

如题,硬盘无法挂载,已安装ntfs-3g

如何修复

  1. 查看有哪些硬盘
    sudo fdisk -l
    
  2. 修复想要挂载的硬盘
    sudo ntfsfix /dev/sda2
    
  3. 重新挂载
    sudo mount -t ntfs /dev/sda2 /mnt/D
    
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
There could be a few reasons why a volume is not mounted in Ubuntu 18.04. Here are some steps you can try to troubleshoot the issue: 1. Check if the volume is detected: Run the `lsblk` command to see if the volume appears in the list of available drives. If it doesn't, there might be a problem with the physical connection or the drive itself. 2. Mount the volume manually: If the volume is detected but not automatically mounted, you can try mounting it manually. Create a directory where you want to mount the volume (e.g., `sudo mkdir /mnt/myvolume`), and then use the `mount` command to mount the volume (e.g., `sudo mount /dev/sdb1 /mnt/myvolume`). Replace `/dev/sdb1` with the actual device name of your volume. 3. Check file system errors: If the volume is still not mounting, there might be file system errors on the drive. Run a file system check using the `fsck` command. For example, if the volume is `/dev/sdb1`, run `sudo fsck /dev/sdb1`. 4. Verify the file system type: Ensure that you are using the correct file system type for the volume. For example, if it's an ext4 file system, make sure to use `sudo mount -t ext4 /dev/sdb1 /mnt/myvolume` for mounting. 5. Check for compatibility issues: If the volume was previously used with another operating system or device, there might be compatibility issues. Make sure that the file system and partition type are supported by Ubuntu. 6. Check for errors in logs: Look for any error messages related to the volume in the system logs (`/var/log/syslog`). This can provide additional information about why the volume is not mounting. If none of these steps work, please provide more details about your specific setup and any error messages you encounter, so that I can assist you further.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值