我想在启动时自动挂载我的ntfs驱动器,所以我使用pysdm完成了本文的工作。
我跟踪了这篇文章自动挂载-您的-ntfs-分区-in-ubuntu。
我没有试图卸载软件包,因为我认为这可能是有害的,可能是致命的。
现在,当我重新启动我的Ubuntu时,它只是没有重新启动。
它停留在一个无限循环中,我猜,甚至连登录屏幕也没有出现。
请帮帮我,如果有什么问题不清楚,请告诉我。建议任何可能的方法,我可以得到我的Ubuntu (10.04)返回和运行,与我的软件包,因为他们的配置。
编辑:我在恢复模式下运行了Ubuntu,它在控制台上显示了以下输出两次,然后转到前面相同的ubuntu徽标上。
fcsk from util-linux-ng 2.17.2
/dev/sda8: clean, 635759/1152816 files, 2954346/4605952 blocks
mount: unknown filesystem type 'Spoon'
mountall: mount /media/Silver[782] terminated with status 32
mountall: Filesystem could not be mounted: /media/Silver
init: ureadahead-other main process (893) terminated with status 4
init: ureadahead-other main process (906) terminated with status 4
init: ureadahead-other main process (917) terminated with status 4我看到的错误是,我偶然地将一个驱动器的挂载位置键入到/sda/Silver,这会带来麻烦。
发布于 2011-03-23 11:27:59
解决了。在@sagarchalise和这个问题的帮助下
https://askubuntu.com/questions/31314
复制相似问题