Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default USB-UNIX

    Hello everybody,

    I would like to use external USB2.0 HDD on a RedHat Linux machine. Can
    anybody tell me

    1. How to aktivate the USB port (how to check, if it works, respectively)?

    2. How to mount a FAT32 or NTFS formatted HDD?

    I am looking forward to your suggestions. Many thanks in advance,

    Joerg

    J. Kleimann Guest

  2. Similar Questions and Discussions

    1. Need help with a simple UNIX sockets server based on IO::Socket::UNIX
      Hi. I've tried to create a simple client + server that communicate through a unix socket. As with all socket servers, it has a loop where it...
    2. Dialup FTP UNIX to UNIX
      I can transfer a file through UUCP and it works fine, but I'm trying to setup a dialup connection using pppattach and use ftp to transfer files....
    3. non-unix admin pleads for help from unix gurus
      Hello, I am a network admin working on a project which involves a SCO Unix 5 server provided by another software company. The server provides...
    4. SCO Registers UNIX(R) Copyrights, Offers UNIX License by ignatius.schwartz-pr.com(Postfix) with ESMTP id 5EF605D87 for <scoannmod@xenitec.on.ca>; Mon, 21
      Some code of Windows is based/taken from the UNIX and LINUX environnement system. (Like some DNS, TCP and Internet Explorer things) Can we use...
    5. Can asp be run on unix?
      "Mike" <nospam@nospam.com> wrote: Nearly always it will be on a Windows machine. But there is a product (Chilisoft) that enables non-Windows...
  3. #2

    Default Re: USB-UNIX

    J. Kleimann <Jorg.Kleimann@unige.ch> wrote:
    > 1. How to aktivate the USB port (how to check, if it works, respectively)?
    If you have the required modules, you should see something during the
    boot process, otherwise use dmesg | grep usb to check.
    > 2. How to mount a FAT32 or NTFS formatted HDD?
    First plug in the disk, then use the mount command. man mount for
    more info.

    Davide

    --
    | Real programmers don't write in BASIC. Actually, no programmers write
    | in BASIC after reaching puberty.
    |
    |
    Davide Bianchi Guest

  4. #3

    Default Re: USB-UNIX

    hi

    "J. Kleimann" <Jorg.Kleimann@unige.ch> schrieb im Newsbeitrag
    news:40EBA7ED.1070209@unige.ch...
    > Hello everybody,
    >
    > I would like to use external USB2.0 HDD on a RedHat Linux machine. Can
    > anybody tell me
    redhat documentation or
    [url]http://www.linux-usb.org/USB-guide/book1.html[/url] , but be carfull, redhat might
    behave special - it is not vanilla linux any more.
    [url]http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html[/url]
    >
    > 1. How to aktivate the USB port (how to check, if it works, respectively)?
    >
    > 2. How to mount a FAT32 or NTFS formatted HDD?
    usb are emulated scsi-devices

    have fun
    george


    familie oehler Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139