Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #11726

Re: can i use external hard drive on linux?

From notbob <notbob@nothome.com>
Newsgroups comp.os.linux.misc
Subject Re: can i use external hard drive on linux?
Date 2014-08-12 23:51 +0000
Message-ID <c4vnjlFdcldU1@mid.individual.net> (permalink)
References <58472497-85a4-4b8d-b81f-0909f8102ad5@googlegroups.com>

Show all headers | View raw


On 2014-08-12, newbie2 <xsli2@yahoo.com> wrote:

> Now I have two Linux Ubuntu computers. I wish to transfer some large
> files from one Linux computer to another. (I don't have a large usb
> flash drive). 

If the external harddrive is a USB connection, it should be no prob.  

Plug in USB harddrive.  As root, do:

# lsscsi

It should list the harddrive as the last device.  As root, mount it.

# mount -t auto /dev/s.... /mnt/hd/

....the /dev/s.... will be whatever lsscsi sez. If the device is /sdb,
you may hafta add a one, as in /dev/sdb1.  You can make up the
mount point.  ex: /hd, /mnt/hd/, /fred/, etc.....  Whatever you decide
as the mount point, create that dir, as root, before trying to mount
the harddrive to it.

To see if the harddrive is mounted, enter:

# df

It doesn't matter if the harddrive is formatted by Windows.  Linux
will recognize it and allow copying to it.  

nb

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

can i use external hard drive on linux? newbie2 <xsli2@yahoo.com> - 2014-08-12 09:11 -0700
  Re: can i use external hard drive on linux? Joe Makowiec <makowiec@invalid.invalid> - 2014-08-12 16:23 +0000
  Re: can i use external hard drive on linux? Robert Heller <heller@deepsoft.com> - 2014-08-12 11:45 -0500
  Re: can i use external hard drive on linux? A <a@a.com> - 2014-08-12 18:55 +0200
  Re: can i use external hard drive on linux? Andreas Kohlbach <aug14.8.ankman@spamgourmet.com> - 2014-08-12 16:20 -0400
    Re: can i use external hard drive on linux? The Natural Philosopher <tnp@invalid.invalid> - 2014-08-12 21:40 +0100
      Re: can i use external hard drive on linux? Andreas Kohlbach <aug14.8.ankman@spamgourmet.com> - 2014-08-13 19:06 -0400
  Re: can i use external hard drive on linux? The Natural Philosopher <tnp@invalid.invalid> - 2014-08-12 21:39 +0100
  Re: can i use external hard drive on linux? Rikishi42 <skunkworks@rikishi42.net> - 2014-08-12 22:50 +0200
  Re: can i use external hard drive on linux? notbob <notbob@nothome.com> - 2014-08-12 23:51 +0000
    Re: can i use external hard drive on linux? gazelle@shell.xmission.com (Kenny McCormack) - 2014-08-13 00:56 +0000
      Re: can i use external hard drive on linux? notbob <notbob@nothome.com> - 2014-08-13 22:19 +0000
    Re: can i use external hard drive on linux? Robert Riches <spamtrap42@jacob21819.net> - 2014-08-13 02:50 +0000
  Re: can i use external hard drive on linux? noydb@no.way (Bruce Sinclair) - 2014-08-12 23:13 +0000
    Re: can i use external hard drive on linux? The Natural Philosopher <tnp@invalid.invalid> - 2014-08-13 11:44 +0100
      Re: can i use external hard drive on linux? gazelle@shell.xmission.com (Kenny McCormack) - 2014-08-13 15:28 +0000
        Re: can i use external hard drive on linux? The Natural Philosopher <tnp@invalid.invalid> - 2014-08-13 16:31 +0100
          Re: can i use external hard drive on linux? gazelle@shell.xmission.com (Kenny McCormack) - 2014-08-13 15:42 +0000
            Re: can i use external hard drive on linux? The Natural Philosopher <tnp@invalid.invalid> - 2014-08-13 20:06 +0100
              Re: can i use external hard drive on linux? gazelle@shell.xmission.com (Kenny McCormack) - 2014-08-13 19:20 +0000
          Re: can i use external hard drive on linux? Rich <rich@example.invalid> - 2014-08-13 16:04 +0000
            Re: can i use external hard drive on linux? Robert Heller <heller@deepsoft.com> - 2014-08-13 11:18 -0500
              Re: can i use external hard drive on linux? Rich <rich@example.invalid> - 2014-08-13 16:28 +0000
              Re: can i use external hard drive on linux? Robert Riches <spamtrap42@jacob21819.net> - 2014-08-14 02:49 +0000
        Re: can i use external hard drive on linux? Robert Heller <heller@deepsoft.com> - 2014-08-13 10:52 -0500
          Re: can i use external hard drive on linux? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2014-08-13 20:50 +0000
          Re: can i use external hard drive on linux? noydb@no.way (Bruce Sinclair) - 2014-08-17 23:10 +0000

csiph-web