From: Jeremy Abbott <jkbullfrog@comcast.net>
To: linux-newbie@vger.kernel.org
Subject: Re: Backup up Linux fileserver via Maxtor External Hard Drive
Date: Wed, 29 Dec 2004 22:13:43 +0000 [thread overview]
Message-ID: <41D32C17.7020509@comcast.net> (raw)
In-Reply-To: <41D3210F.1050307@gelm.net>
chuck gelm wrote:
> Eve Atley wrote:
>
>> We recently purchased a Maxtor External Hard Drive 250gb OneTouchII.
>> We were
>> considering using this to backup data on our RedHat Linux 9 fileserver,
>> hooking it directly to this fileserver. One unrelated issue is that
>> the usb
>> is probably 1.1 while specs are 2.0, though the drive does say it's 1.1
>> compatible. Second, what issues do we need to resolve in order for a.
>> the
>> Linux box to read the drive, and b. formatting the unformatted external
>> drive to work with the Linux box?
>>
>> Thanks,
>> Eve
>
>
> Hi, Eve:
>
> I recently purchased a USB interface device that accepts a 2.5" hard
> drive. It is USB 2.0 & 1.1 compatible, it just runs slower at v1.1
> according to the documentation. I inserted one of my linux laptop
> driver and plugged it into my USB port of a Slackware v9.1,
> kernel 2.4.22, workstation and 'tail /var/log/messages' reported:
>
> Dec 29 05:18:21 server kernel: hub.c: new USB device 00:10.3-6,
> assigned address 3
> Dec 29 05:18:22 server kernel: scsi2 : SCSI emulation for USB Mass
> Storage devices
> Dec 29 05:18:35 server kernel: sdb: sdb1 sdb2
> Dec 29 05:18:38 server usb.agent[1535]: missing kernel or user mode
> driver usb-storage
>
> I am not sure what the last line meant but, knowing that my
> 1st partition is swap and the 2nd the working partition, I:
>
> mount /dev/sdb2 /mnt/hd
>
> mounts the filesystem at /mnt/hd :-)
>
> 'lsmod' |grep -i usb shows that
> usb-storage and usbcore
> are installed.
>
> As Ray mentioned, if your new drive is unpartitioned and/or unformatted;
> I assume that you can use 'fdisk' to partition and mkfs.????
> to create a filesystem on it.
>
> HTH, Chuck
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
Quote "As Ray mentioned, if your new drive is unpartitioned and/or
unformatted;
I assume that you can use 'fdisk' to partition and mkfs.????
to create a filesystem on it. "
To create a partion, run fdisk and partion the correct device. If you
wish to format the drive with a file system, you can use:
mke2fs /dev/hdXX (sdXX for scsi) for an ext2 partition
mke2fs -j /dev/hdXX for ext3 partition
mkresierfs /dev/hdXX for a reiser3 partion
I personally use an ext2 on my boot partion, and a reiser 3 for
everything else linux.
One more thing, the partitions must have a file system installed in
order for you to mount them.
Jeremy
jkbullfrog@comcast.net
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2004-12-29 22:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-29 7:06 CD-RW-Drive Peter H.
2004-12-29 7:26 ` CD-RW-Drive Richard Adams
2004-12-29 7:45 ` CD-RW-Drive Peter Garrett
2004-12-29 7:29 ` CD-RW-Drive Peter Garrett
2004-12-29 10:26 ` CD-RW-Drive Jim Nelson
2004-12-29 12:04 ` CD-RW-Drive chuck gelm
2004-12-29 16:15 ` CD-RW-Drive Ray Olszewski
2004-12-29 16:31 ` Backup up Linux fileserver via Maxtor External Hard Drive Eve Atley
2004-12-29 17:35 ` Ray Olszewski
2004-12-29 21:26 ` chuck gelm
2004-12-29 22:13 ` Jeremy Abbott [this message]
2004-12-29 19:17 ` CD-RW-Drive & cdrecord & ATAPI chuck gelm
2004-12-29 19:43 ` Ray Olszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41D32C17.7020509@comcast.net \
--to=jkbullfrog@comcast.net \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.