XCOPY command to copy files to SAN Storage

238 views Asked by At

Is there any command to transfer files to SAN storage usin xcopy? Please help me

1

There are 1 answers

0
Mikhail Zakharov On

SAN storage devices are typically of 2 classes: NAS and Block. The first use file-level access, i.e. use NFS, SMB/CIFS and etc (even FTP) to transfer files there.

Block-storage devices provide their space as raw drive-space, which is used as drives on the servers. So you have to attach the drive, create a new or mount an existing file-system to be able to copy files there.