红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

Cannot Mount Volume - Ubuntu 8.04问题解决

发布时间:2008-07-04 00:40:02来源:红联作者:Mxargbt
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
文章评论

共有 2 条评论

  1. samlin 于 2013-01-11 08:56:24发表:

    谢谢

  2. xtay573269555 于 2008-10-08 21:52:50发表:

    我曾经更改过Ubuntu8.04的一些设置,以至于现在挂载U盘出问题了!

    [email=xtay@xtay-desktop:~$]xtay@xtay-desktop:~$[/email] dmesg |tail
    [ 1527.865072] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1527.866479] sd 7:0:0:0: [sdb] 7897088 512-byte hardware sectors (4043 MB)
    [ 1527.866718] sd 7:0:0:0: [sdb] Write Protect is off
    [ 1527.866721] sd 7:0:0:0: [sdb] Mode Sense: 00 00 00 00
    [ 1527.866722] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1527.866726] sdb: unknown partition table
    [ 1527.917333] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 1527.917367] sd 7:0:0:0: Attached scsi generic sg1 type 0
    [ 1528.083209] UDF-fs: No VRS found
    [ 1528.101391] ISOFS: Unable to identify CD-ROM format.