How to connect a USB Hard Disk to SME 6.0.1-01
Hardware
SME Versions Supported: v SME 6 - - Contribs.org certified on: NC
Nav Bar | Documentation | How-to Classification | Hardware | How to connect a USB Hard Disk to SME 6.0.1-01 |
---|---|---|---|---|
Comments | Please add your comments about this How To |
Author(s): psoren
Contributor(s):
License: Unknown
Created: | 15Sep2004 | Last updated: | NA |
---|
This wiki page has been prepared by Contribs Doc Team
About this How To
Summary: How to connect a USB Hard Disk to SME 6.0.1-01
Keywords: USB, Hard disk drive external
Tips:
Known Limitations and Caveats:
Downloads: none
How To
From a Forum Thread | http://forums.contribs.org/viewtopic.php?t=23552
1. Plug it in !!
2. "cdrecord --scanbus"
Gives the output:
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus1:
1,0,0 100) 'IBM-DJSA' '-210 ' '0811' Disk
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
Which tells me that it can see the disk.
3. Mount the disk:
Make a mount point: "mkdir /mnt/usbdrive" or whatever you like. You can also mount to an ibay.
"mount -t auto /dev/sda1 /mnt/usbdrive"
4. Make the filesystem (format):
"mkdosfs -F32 /dev/sda1" for a windows partition (trouble with some files and symlinks!).
"mkfs.ext3 /dev/sda1" for an extended3 Linux partition.
5. Start filling it up!
Nav Bar | Documentation | How-to Classification | Hardware | How to connect a USB Hard Disk to SME 6.0.1-01 |
---|---|---|---|---|
Comments | Please add your comments about this How To |
Feedback
Please add your comments about this How To Add your comments to this page.
Wiki Links List
Page Name | Hits |
---|---|
Disk Drives | 3898 |
Hardware | 4974 |
How to connect a USB Hard Disk to SME 6.0.1-01 Feedback | 847 |