[问题]为什么不能挂载第二硬盘windows分区?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
luosongtao
帖子: 10
注册时间: 2008-05-22 13:12

[问题]为什么不能挂载第二硬盘windows分区?

#1

帖子 luosongtao » 2008-05-22 21:13

我的硬盘分区信息:
$ sudo fdisk -l

Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbf5fbf5f

Device Boot Start End Blocks Id System
/dev/sda1 * 1 1959 15735636 7 HPFS/NTFS
/dev/sda2 1960 4865 23342445 f W95 Ext'd (LBA)
/dev/sda5 1960 1972 104391 83 Linux
/dev/sda6 1973 4611 21197736 83 Linux
/dev/sda7 4612 4865 2040223+ 82 Linux swap / Solaris

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x98609860

Device Boot Start End Blocks Id System
/dev/sdb1 1 1275 10241406 c W95 FAT32 (LBA)
/dev/sdb2 1276 9729 67906755 f W95 Ext'd (LBA)
/dev/sdb5 1276 5502 33953346 7 HPFS/NTFS
/dev/sdb6 5503 9729 33953346 7 HPFS/NTFS

Disk /dev/sdc: 2041 MB, 2041577472 bytes
61 heads, 60 sectors/track, 1089 cylinders
Units = cylinders of 3660 * 512 = 1873920 bytes
Disk identifier: 0x04030201

Device Boot Start End Blocks Id System
/dev/sdc1 1 1090 1993608 6 FAT16

手动挂载/dev/sdb5
$ sudo mount /dev/sdb5 /media/cc
mount: 特殊设备 /dev/sdb5 不存在


请高手赐教啊!什么是特殊设备啊,我二块硬盘都是IDE接口的,为什么提示/dev/sdb5不存在啊?fdisk -l 明明显示有的?怎样才能挂载第二硬盘的分区?
上次由 luosongtao 在 2008-05-22 21:27,总共编辑 1 次。
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

#2

帖子 adagio » 2008-05-22 21:16

LZ,好像应该这样才对吧?
sudo mount -t ntfs-3g /dev/sdb5 /media/cc
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
luosongtao
帖子: 10
注册时间: 2008-05-22 13:12

#3

帖子 luosongtao » 2008-05-22 21:25

先感谢2楼adagio
照你的提示输入
$ sudo mount -t ntfs-3g /dev/sdb5 /media/cc

ntfs-3g: Failed to access volume '/dev/sdb5': 没有该文件或目录
Please type '/sbin/mount.ntfs-3g --help' for more information.

还是不能挂载,为什么提示 /dev/sdb5 没有该文件或目录?明明fdisk -l显示是有的!
回复