微软官方MSDN原版Win10系统下载

现在位置: 首页  > 系统教程  > Linux教程

Debian挂载移动硬盘后分区读写报错怎么办?

时间:2024-05-17 11:19:29   

大家好,今天Win10系统之家小编给大家分享「Debian挂载移动硬盘后分区读写报错怎么办?」的知识,如果能碰巧解决你现在面临的问题,记得收藏本站或分享给你的好友们哟~,现在开始吧!

贷后检查软件系列软件最新版本下载

  Debian在挂载移动硬盘后,会出现有的分区能够识别,而有的分区识别不了提示报错的情况,遇到这个问题该如何解决呢?下面小编就给大家介绍下Debian挂载硬盘后分区读取报错的解决方法,希望对你有所帮助。

  插到电脑USB接口后, 桌面自动弹出了4个盘符。 打开前2个都没有什么问题, 写读都正常。后面两个一双击就会报错:

  Error mounting: mount exited with exit code 1: helper failed with:

  Unprivileged user can not mount NTFS block devices using the external FUSE

  library. Either mount the volume as root, or rebuild NTFS-3G with integrated

  FUSE support and make it setuid root. Please see more information at

  http://tuxera.com/community/ntfs-3g-faq/#unprivileged

  大意就是这个ntfs-3g 没权限无法挂载,不管是不是root 。

  现在我们来解决掉这个问题:

  首先看看挂载, 先拔掉移动硬盘 执行 再插上执行, 会发现多了sdb3,sdb5

  root@debian:/# cat /etc/mtab

  rootfs / rootfs rw 0 0

  sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0

  proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0

  udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=1015602,mode=755 0 0

  devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0

  tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=813700k,mode=755 0 0

  /dev/disk/by-uuid/4c487d8c-396c-4601-b76d-eff7118d6775 / ext4 rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered 0 0

  tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0

  tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=4446660k 0 0

  fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0

  rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0

  binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0

  /dev/sdb3 /media/PE vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=cp437,iocharset=utf-8,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0

  /dev/sdb5 /media/T1 fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0

  可以看到sdb是我的移动硬盘的, 但是只挂载了2个盘符。

  查看下硬盘现状

  fdisk -l

  Disk /dev/sda: 1000.2 GB, 1000204886016 bytes

  255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors

  Units = sectors of 1 * 512 = 512 bytes

  Sector size (logical/physical): 512 bytes / 4096 bytes

  I/O size (minimum/optimal): 4096 bytes / 4096 bytes

  Disk identifier: 0xb73dddb4

  Device Boot Start End Blocks Id System

  /dev/sda1 * 2048 209719295 104858624 7 HPFS/NTFS/exFAT

  Partition 2 does not start on physical sector boundary.

  /dev/sda3 1258387456 1925328895 333470720 83 Linux

  /dev/sda4 1925330944 1953523711 14096384 82 Linux swap / Solaris

  Disk /dev/sdb: 1000.2 GB, 1000204138496 bytes

  255 heads, 63 sectors/track, 121601 cylinders, total 1953523708 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

  Disk identifier: 0x6b7612b3

  Device Boot Start End Blocks Id System

  /dev/sdb1 209921355 839685419 314882032+ 7 HPFS/NTFS/exFAT

  /dev/sdb2 839685420 1953520064 556917322+ 7 HPFS/NTFS/exFAT

  /dev/sdb3 63 8401994 4200966 b W95 FAT32

  /dev/sdb4 8401995 209921354 100759680 f W95 Ext‘d (LBA)

  /dev/sdb5 8402058 209921354 100759648+ 7 HPFS/NTFS/exFAT

  Partition table entries are not in disk order

  注意看, 这里识别了Disk /dev/sdb 1000.2 GB

上一页12下一页 剩下全文

以上就是关于「Debian挂载移动硬盘后分区读写报错怎么办?」的全部内容,本文讲解到这里啦,希望对大家有所帮助。如果你还想了解更多这方面的信息,记得收藏关注本站~

Win10系统之家www.ghosT580.net②文章,转载请联系网站管理人员!』

上一篇:返回列表 下一篇:返回列表

相关文章

  • Debian挂载移动硬盘后分区读写报错怎么办?

    Debian挂载移动硬盘后分区读写报错怎么办?


      Debian在挂载移动硬盘后,会出现有的分区能够识别,而有的分区识别不了提示报错的情况,遇到这个问题该如何解决呢?下面小编就给大家介绍下Debian挂载硬盘后分区读取报错的解决方法,希望对你有所帮助。
      插到电脑USB接口后,桌面自动弹出了4个盘符。打开前2个都没有什么问题,写读都正常。后面两个一双击就会报错:
      Errormounting:mountexited...
  • 安装Ubuntu后无法挂载NTFS怎么办?

    安装Ubuntu后无法挂载NTFS怎么办?


      在安装Ubuntu系统后,存在无法使用NTFS硬盘或移动硬盘的问题,下面小编就给大家介绍下Ubuntu系统无法挂载NTFS的解决方法,不知如何挂载的朋友不妨来了解下。
      具体问题如下图所示:
      “PleaseresumeandshutdownWindowsfully(nohibernationorfastrestarting),ormountthevolumere...
  • Ubuntu安装Nox后编译make报错怎么办?

    Ubuntu安装Nox后编译make报错怎么办?


      在Ubuntu系统操作中,安装Nox后编译make出错,那么遇到这个问题该怎么办呢?下面小编就给大家介绍下Ubuntu安装Nox时make出错的解决方法,感兴趣的朋友不妨来了解下吧。
      在Ubuntu下安装nox,make出错如下:
      》》》》collect2:ldreturned1exitstatus
      》》》》make[3]:***[nox_core...
  • Linux升级Mysql后报错conflicts with file怎么办?

    Linux升级Mysql后报错conflicts with file怎么办?


      mysql服务器提示升级,不少Linux用户在升级完mysql发现总是提示conflictswithfilefrompackage,刚开始还不在意,后来直接不能启动mysql服务器了,首要的任务是明白该错误提示表达的是什么,再找解决方法。
      首先发现不兼容包,所以要移除冲突的libs包,然后再去安装!
      代码如下
      rpm-e--nodepsmysql-...