All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: SCSI Disk Copy Linux Debian
PostPosted: August 20th, 2007, 8:58 
Offline
User avatar

Joined: September 27th, 2005, 14:14
Posts: 125
Location: In the Middle - bit to the left
Hello,

I will be honest (I have no idea about Linux) Here is my million dollar question :evil:

1: How can I view which disk is mapped to which device ( sd1 , hd1 etc etc)
2: I need to make sure that the disk I copy is the correct model and serial number
3: I need to copy the SCSI disk to a file on the Linux system

Any help much appreciated!

LinuxIdeot :oops:

_________________
A man is as old as he feels, and a woman as old as she looks


Top
 Profile  
 
 Post subject: Re: SCSI Disk Copy Linux Debian
PostPosted: August 20th, 2007, 11:33 
Offline

Joined: June 17th, 2007, 8:17
Posts: 19
"sudo fdisk -L" displays the list of disks connected to your computer. From there you can find out which disk is connected to which device and then mount it with the "sudo mount /dev/device /mnt/where_to_mount". Furthermore if you want to find out things like serial numbers etc you can have a look at the dmesg command. It displays everthing what's going on when booting.
To copy use the cp command. Check "man cp" for further details.
Regards
rexio8


Top
 Profile  
 
 Post subject: Re: SCSI Disk Copy Linux Debian
PostPosted: August 20th, 2007, 11:56 
Offline

Joined: June 17th, 2007, 8:17
Posts: 19
it's fdisk -l and not -L. Sorry for the mistake. And one more thing. You don't have to go through dmesg to get the serial number. There is a command "sudo hdparm -i /dev/hdX" where hdX is the device that you want to get serial number of. It can also do some other nice things. Just typing "hdparm" will give you a list of options. Tested on ubuntu 7.04 (based on debian).


Top
 Profile  
 
 Post subject: Re: SCSI Disk Copy Linux Debian
PostPosted: August 21st, 2007, 5:38 
Offline

Joined: September 27th, 2005, 8:21
Posts: 765
Thanks for the info! :)

_________________
Dmitry


Top
 Profile  
 
 Post subject: Re: SCSI Disk Copy Linux Debian
PostPosted: August 21st, 2007, 11:47 
Offline

Joined: June 17th, 2007, 8:17
Posts: 19
you're welcome :) Feel free to pm me or contact if you have some other problems concerning linux (but keep in mind that I'm not some kind of a linux guru.. I just use it from time to time ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 31 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group