LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   usb hard drive ntfs attached to debian 5 server (https://www.linuxquestions.org/questions/linux-hardware-18/usb-hard-drive-ntfs-attached-to-debian-5-server-750819/)

ataomega 08-28-2009 03:58 AM

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:~#

gOLdenHaWK3D 08-28-2009 04:06 AM

Just mount your usb-hdd to some folder and do your stuff :o
i think its as easy as this?

ataomega 08-28-2009 04:08 AM

tnx for your reply

how can i do this?


All times are GMT -5. The time now is 01:17 PM.