LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-15-2003, 06:36 PM   #1
AlexXx
LQ Newbie
 
Registered: Mar 2003
Distribution: Mandrake
Posts: 8

Rep: Reputation: 0
External HD


I've got a Maxtor 5000LE 80GB external HD connected to my PC through USB.. can I access this through Linux? Also I'm having a some issues with burning CDs, I've got an SCSI CD-RW and I would like to know how to burn with it does anybody have a good, slow stepping tutorial or could maybe someone give me a hand?
 
Old 03-15-2003, 11:39 PM   #2
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,849

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
Re: External HD

Quote:
Originally posted by AlexXx
Also I'm having a some issues with burning CDs, I've got an SCSI CD-RW and I would like to know how to burn with it does anybody have a good, slow stepping tutorial or could maybe someone give me a hand?
I've used the following steps to archive a directory tree to CD :

1.) # /usr/bin/mkisofs -pad -R -T -v -o cdrom.iso <srcdir>
2.) # mount cdrom.iso -r -t iso9660 -o loop /mnt/testiso
3.) # cdrecord -v speed=12 dev=0,6,0 cdrom.iso

The first step creates an ISO image of the directory tree beginning at the directory <srcdir>. The second steps mounts the ISO image so you can check that you have everything you want on the CD. The final step copies the ISO image to the CD-R/RW drive. (You'll need to adjust the `speed=' switch according to your drive's abilities and the `dev=' switch to use the SCSI device string returned by the command `cdrecord -scanbus'.

If you're interested in music CDs, xcdroast works pretty well for a GUI-based means of creating (ahem) backup copies of your valuable CDs. You can use cdrecord directly for this as well (if memory serves, it's what xcdroast is running behind the scenes any way). It's a little more complex but it has its pluses in that you have a lot more control over the burn process.

Hope this gets you started in the right direction...

Rick
 
Old 03-16-2003, 02:39 AM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
When you plug in the 80Gig, its almost definately recognized by usb mass storage and will get assigned a scsi device address (yeah.... its emulated to scsi, go figure.)

dmesg | grep sd

and you should see a scan for /dev/sda1 Depending on what filesystem is on it, you can probably mount it with:

mount -t vfat /dev/sda1 /mnt/wherever

Of course that example is for good old windows fat32 and assuming you created a directory called /mnt/wherever. When you're done make certain to unmount the partition before yanking the cable:

umount /mnt/wherever

Cheers,

Finegan
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
External ip Fuwex Linux - Networking 0 12-07-2004 08:03 AM
External IP zaicheke Linux - Networking 3 10-28-2004 04:32 PM
External TV csosa Linux - Software 1 09-27-2003 09:30 PM
external IP robinhood1995 Linux - Networking 7 01-20-2002 12:19 PM
External CD-RW Coproscefalo Linux - General 2 11-06-2001 10:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration