linux 加载ntfs格式的移动硬盘

挂载内核插件

insmod/usr/local/kernel-module-ntfs-2.6.9-78.0.17.ELsmp-2.1.20-0.rr.10.0.x86_64.ko

插上移动硬盘,查看移动硬盘

[root@localhostlocal]#fdisk-l

Disk/dev/sda:1997.9GB,1997998653440bytes

255heads,63sectors/track,242909cylinders

Units=cylindersof16065*512=8225280bytes

DeviceBootStartEndBlocksIdSystem

/dev/sda1*1637451199123+83Linux

/dev/sda2637584141638630082Linuxswap

/dev/sda384152429091883581087+83Linux

Disk/dev/sdb:8086MB,8086609920bytes

255heads,63sectors/track,983cylinders

Units=cylindersof16065*512=8225280bytes

DeviceBootStartEndBlocksIdSystem

/dev/sdb1*19847897048+7HPFS/NTFS

Partition1hasdifferentphysical/logicalendings:

phys=(982,254,63)logical=(983,35,60)

挂载磁盘

mount-tntfs/dev/sdb1/udisk

进入磁盘

cd/udisk

复制文件

cp/udisk/*.*/data1/

卸载磁盘

umount/udisk

拔掉usb接口

相关推荐