可爱灰狼 发表于 2014-10-22 00:16

重做系统后,ds存储挂载不上了

之前用
mount -t ntfs-3g -o iocharset=cp936 /dev/sdb1 /cpg   可以的,重装了rhel6.5 64位后,现在挂载报错

# rpm -ivh ntfs-3g-2011.4.12-5.el6.x86_64.rpm
warning: ntfs-3g-2011.4.12-5.el6.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing...                ###########################################
   1:ntfs-3g                ###########################################
#
# fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 292.0 GB, 291999055872 bytes
255 heads, 63 sectors/track, 35500 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   IdSystem
/dev/sda1               1       35501   285155327+eeGPT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 1198.0 GB, 1197998080000 bytes
255 heads, 63 sectors/track, 145648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   IdSystem
/dev/sdb1               1      1456491169919999+eeGPT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdc: 1197.9 GB, 1197851279360 bytes
255 heads, 63 sectors/track, 145630 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   IdSystem
/dev/sdc1               1      1456311169776639+eeGPT

WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/mpathc'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/mapper/mpathc: 1197.9 GB, 1197851279360 bytes
255 heads, 63 sectors/track, 145630 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

             Device Boot      Start         End      Blocks   IdSystem
/dev/mapper/mpathcp1               1      1456311169776639+eeGPT
#
# mount -t ntfs-3g /dev/sdd /mnt/sdc/
Error reading bootsector: Input/output error
Failed to mount '/dev/sdd': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
#
#
# mount -t ntfs-3g /dev/mapper/ /mnt/sdc/
controlmpathc   
# mount -t ntfs-3g /dev/mapper/mpathc /mnt/sdc/
NTFS signature is missing.
Failed to mount '/dev/mapper/mpathc': Invalid argument
The device '/dev/mapper/mpathc' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
#
# mount -t ntfs-3g /dev/sd
sda   sda1sda2sda3sda4sdb   sdb1sdc   sdd   
# mount -t ntfs-3g /dev/sdc /mnt/sdc/
NTFS signature is missing.
Failed to mount '/dev/sdc': Invalid argument
The device '/dev/sdc' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
#
#

dengbao2001 发表于 2014-10-22 11:45

The util fdisk doesn't support GPT. Use GNU Parted.


留意到这个错误提示吗? 是否按照错误提示操作处理来看看?

可爱灰狼 发表于 2014-10-22 21:34

我这里只是用fdisk 查看下,不是要重新分区
回复 2# dengbao2001


   

dengbao2001 发表于 2014-10-22 22:33

fdisk不行的

可爱灰狼 发表于 2014-10-23 00:07

原主库上看:
# df -Th
Filesystem    Type    SizeUsed Avail Use% Mounted on
/dev/sda2   ext4    231G207G   13G95% /
tmpfs      tmpfs   24G   13G   12G51% /dev/shm
/dev/sda1   ext4    591M   43M518M   8% /boot
/dev/sdb1fuseblk    1.1T635G481G57% /cpg
#
# parted
GNU Parted 2.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print all                                                      
Model: IBM ServeRAID M5015 (scsi)
Disk /dev/sda: 292GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

NumberStart   End    Size    Type   File system   Flags
1      1049kB630MB629MB   primaryext4            boot
2      630MB   252GB252GB   primaryext4
3      252GB   270GB17.8GBprimarylinux-swap(v1)


Model: IBM 1746 FAStT (scsi)
Disk /dev/sdb: 1198GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

NumberStartEndSizeFile systemNameFlags


Error: /dev/sdc: unrecognised disk label                                 

(parted)                              

====以下是在新装的 机器(新备库)上看

(parted) print all
Model: IBM ServeRAID M5015 (scsi)
Disk /dev/sda: 292GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

NumberStart   End   Size    File system   NameFlags
1      1049kB525MB   524MB   fat16               boot
2      525MB   1050MB524MB   ext4
3      1050MB13.6GB12.6GBlinux-swap(v1)
4      13.6GB292GB   278GB   ext4


Model: IBM ServeRAID M5015 (scsi)
Disk /dev/sdb: 1198GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

NumberStart   End   Size    File systemNameFlags
1      1049kB1198GB1198GBext4


Model: IBM 1746 FAStT (scsi)
Disk /dev/sdc: 1198GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

NumberStartEndSizeFile systemNameFlags


Error: /dev/sdd: unrecognised disk label                                 

Model: Linux device-mapper (multipath) (dm)
Disk /dev/mapper/mpathc: 1198GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

NumberStartEndSizeFile systemNameFlags


(parted)               
页: [1]
查看完整版本: 重做系统后,ds存储挂载不上了