mount ntfs磁盘

[root@dbtest fssi]# /sbin/fdisk -l

...

Disk /dev/sdk: 251.6 GB, 251658240000 bytes

97 heads, 17 sectors/track, 298071 cylinders

Units = cylinders of 1649 * 512 = 844288 bytes

 

   Device Boot      Start         End      Blocks   Id  System

/dev/sdk1   *          82      298072   245692952    7  HPFS/NTFS

 

Disk /dev/dm-13: 251.6 GB, 251658240000 bytes

97 heads, 17 sectors/track, 298071 cylinders

Units = cylinders of 1649 * 512 = 844288 bytes

 

      Device Boot      Start         End      Blocks   Id  System

/dev/dm-13p1   *          82      298072   245692952    7  HPFS/NTFS

...

 

[root@dbtest fssi]# mount  -t ntfs /dev/sdk1 /mnt/fen

ntfs-3g-mount: mount failed: 设备或资源忙

[root@dbtest fssi]# mount -o loop -t ntfs /dev/sdk1 /mnt/fen

成功

你可能感兴趣的:(cmd)