不小心按到了卸载分区,如何再挂载上去呢?
Tofloor
poster avatar
molichen
deepin
2018-01-07 00:52
Author

右键选挂载都挂载不上去 - -
Reply Favorite View the author
All Replies
2 / 2
To page
avatar
molichen
deepin
2018-01-07 21:10
#21
看来 是SDB的分区没有认出来,视同为一块硬盘了。
Reply View the author
avatar
woodelf
deepin
2018-01-07 21:19
#22
sdb是Windows动态卷,Linux不支持也无法识别
Reply View the author
avatar
molichen
deepin
2018-01-07 21:21
#23
https://bbs.deepin.org/post/151287
sdb是Windows动态卷,Linux不支持也无法识别

卸载了无法装载,看来剩下的得小心不要按错了。
Reply View the author
avatar
woodelf
deepin
2018-01-07 21:43
#24
https://bbs.deepin.org/post/151287
卸载了无法装载,看来剩下的得小心不要按错了。

更正,Linux支持Windows动态磁盘分区表,刚看了下内核,里面是有的……
所以你这个问题跟是否动态卷无关,是其他方面的问题。
Reply View the author
avatar
duanyao
deepin
2018-01-07 22:51
#25
https://bbs.deepin.org/post/151287
chen@DESKTOP-AAG48OF:~$ sudo mount -t ntfs-3g /dev/sdb2 ./sdb2
[sudo] password for chen:
Failed t ...

不是很清楚如何在linux上玩LDM。你可以看下这个:
https://momoka.net/posts/2014/20 ... me-via-ldmtool.html
Reply View the author
avatar
wtz
deepin
2018-01-08 01:09
#26
  1. udisksctl mount -b /dev/sdb2
Copy the Code

试试
Reply View the author
avatar
molichen
deepin
2018-01-08 01:20
#27

Error mounting /dev/sdb2: GDBus.Errorrg.freedesktop.UDisks2.Error.Failed: Error mounting /dev/sdb2 at /media/chen/5A840C77840C5841: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2" "/media/chen/5A840C77840C5841"' exited with non-zero exit status 12: Failed to read last sector (236957694): 无效的参数
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
   or it was not setup correctly (e.g. by not using mdadm --build ...),
   or a wrong device is tried to be mounted,
   or the partition table is corrupt (partition is smaller than NTFS),
   or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdb2': 无效的参数
The device '/dev/sdb2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Reply View the author
avatar
wtz
deepin
2018-01-08 01:26
#28
https://bbs.deepin.org/post/151287
Error mounting /dev/sdb2: GDBus.Errorrg.freedesktop.UDisks2.Error.Failed: Error mounting /dev/sd ...

感觉这个分区被你玩坏了……
如果sdb2里面还有数据,建议你切换到Windows下面看看能不能修复一下;如果没有重要的数据,就直接格式化吧,ntfs或者ext4都行。LDM是微软自己搞的东西,出错了都很难修,还是用其他格式的分区比较稳妥。
Reply View the author
avatar
molichen
deepin
2018-01-08 01:35
#29
https://bbs.deepin.org/post/151287
感觉这个分区被你玩坏了……
如果sdb2里面还有数据,建议你切换到Windows下面看看能不能修复一下;如果没 ...

嗯 = =,看来还是纯linux方便些。谢谢哈
Reply View the author
2 / 2
To page