|
usb hard drive ntfs attached to debian 5 server
hello,
i have a 500 gb usb hard attached to my debian 5 server. that hard is ntfs. i want to copy all files on that hard to server's main hard in a directory.
how can i access files on that hard?
on the server :
d5:~# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc2c365d6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 59323 476511966 83 Linux
/dev/sda2 59324 60801 11872035 5 Extended
/dev/sda5 59324 60801 11872003+ 82 Linux swap / Solaris
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x12345678
Device Boot Start End Blocks Id System
/dev/sdb1 1 60801 488384001 7 HPFS/NTFS
d5:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 448G 2.8G 422G 1% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
udev 10M 72K 10M 1% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
d5:~#
|