零零社区|百姓的网上家园-互动交流平台!(0.0)=^_^=(00社区)

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz

Cannot Mount Volume - Ubuntu 8.04问题解决

2013-4-7 15:56| 发布者: 123456000000| 查看: 11| 评论: 0

摘要: Ubuntu 8.04有时候会出现这个问题:Cannot Mount Volume - Ubuntu 8.04 - external usb ntfs drivedo the fallowing code to get ntfs-3g:可以用下面方法解决:sudo mount -t ntfs-3g /dev/sda6 /media/disk -o forc ...

Ubuntu 8.04有时候会出现这个问题:
Cannot Mount Volume - Ubuntu 8.04 - external usb ntfs drive
do the fallowing code to get ntfs-3g:

可以用下面方法解决:
sudo mount -t ntfs-3g /dev/sda6 /media/disk -o force
or add the option to the relevant row in the /etc/fstab file:
/dev/sda5 /media/disk ntfs-3g force 0 0

sudo mount -t ntfs-3g /dev/sda5 /media/disk-2 -o force
or add the option to the relevant row in the /etc/fstab file:
/dev/sda5 /media/disk-2 ntfs-3g force 0 0


路过

雷人

握手

鲜花

鸡蛋

相关阅读

发表评论

最新评论

相关分类


Archiver|手机版|小黑屋|00社区

GMT+8, 2023-1-31 10:50 , Processed in 0.041848 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部