在 Red Hat 上安装外部硬盘

在 Red Hat 上安装外部硬盘

我的机器上安装了 Red Hat Enterprise Linux 6。我无法安装外部硬盘 (NTFS)。我尝试了以下几种方法:

选项 1
创建目录后/media/windows
mount /dev/sda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222

选项 2
`mount -t ntfs /dev/sdb1 /media/windows

我收到此错误: mount: 未知文件系统类型“ntfs”

这些选项似乎都不起作用。这是外部驱动器的 dmesg

usb 1-3: Product: FreeAgent Go
usb 1-3: Manufacturer: Seagate
usb 1-3: SerialNumber: 2GE28HY5
usb 1-3: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi6 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 6:0:0:0: Direct-Access     Seagate  FreeAgent Go     102D PQ: 0 ANSI: 4
sd 6:0:0:0: Attached scsi generic sg2 type 0
sd 6:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 6:0:0:0: [sdb] Write Protect is off
sd 6:0:0:0: [sdb] Mode Sense: 1c 00 00 00
sd 6:0:0:0: [sdb] Assuming drive cache: write through
sd 6:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 6:0:0:0: [sdb] Assuming drive cache: write through
sd 6:0:0:0: [sdb] Attached SCSI disk
CE: hpet increasing min_delta_ns to 15000 nsec

还有其他选择吗?

答案1

我认为你需要安装/dev/sdb1磁盘而不是/dev/sda1

答案2

经过一番思索和搜索,我终于找到了这个网站 http://www.dedoimedo.com/computers/rh6-beta.html 该网站(真实性未知)声称 Red Hat Enterprise Linux Beta 中没有 NTFS 支持功能。:) 是的,他错了,您确实可以在 Red hat 中看到 NTFS 磁盘的内容只需从下面提到的链接下载并安装以下软件包即可: http://koji.fedoraproject.org/koji/buildinfo?buildID=215580

相关内容