How to Mount USB Disk Drive in UNIX or Linux Wie hängt man USB-Laufwerk unter UNIX oder Linux

Most distros (distributions) of Linux include Mandrake 10.1, SuSE 9.x and Fedora Core 3 can now support plug-and-plug detection, discovery and driver installation for portable USB drive or USB disk (and any type of USB-based data storage devices devices such as hard drives, pen drives, USB keys, flash disk, thumb drive, memory key, USB zip drive and memory stick). Die meisten Distributionen (Distributionen) von Linux Mandrake zählen 10,1, SuSE 9.x und Fedora Core 3 kann nun Unterstützung Plug-and-Plug-Erkennung, Entdeckung und Treiber-Installation für portable USB-Festplatte oder USB-Festplatte (und jede Art von USB-basierten Datenspeicherung Geräte Geräte wie Festplatten, Stift-Laufwerke, USB-Schlüssel, Flash-Disk, Daumen-Laufwerk, Speicher-Taste, USB-ZIP-Laufwerk und Memory Stick). Some Linux operating system even can auto-mount the USB drives, especially if you’re using Gnome and KDE. Einige Linux-Betriebssystem kann auch auto-mount den USB-Laufwerke, vor allem, wenn Sie mit Gnome und KDE. When you plug-in the USB disk, Linux will pop-up a window showing the content of USB disk just like Microsoft Windows. Wenn Sie Plug-in die USB-Disk, Linux wird Pop-up-Fenster zeigt den Inhalt der USB-Datenträger wie Microsoft Windows.

However, if you’re using older version of Linux, or using UNIX operating system, or your Linux distro installation unable to detect and mount the USB storage device automatically, then you will have to manually install and mount the USB drive. Allerdings, wenn Sie ältere Version von Linux, oder mit UNIX-Betriebssystem oder Ihre Linux-Distribution die Installation nicht in der Lage zu erkennen und hängen Sie den USB-Speichergerät automatisch, dann müssen Sie manuell installieren und hängen Sie den USB-Laufwerk.

To manually mount a USB disk or USB drive or USB device in Linux or UNIX: Um manuell mounten eines USB-Festplatte oder USB-Laufwerk oder USB-Gerät auf Linux-oder UNIX:

  1. Login as root. Melden Sie sich als Root. You can use the su command to switch to root user. Sie können mit dem Befehl su, um root "-Benutzer.
  2. Create a folder /mnt/USB with the command: mkdir /mnt/USB Erstellen Sie einen Ordner / mnt / USB mit dem Kommando: mkdir / mnt / USB
  3. Add the following line in the file /etc/fstab (fstab is the file that tells Linux where to mount the various devices, and thus simplying the mount command): Fügen Sie die folgende Zeile in der Datei "/ etc / fstab (fstab ist die Datei, sagt Linux zu mounten, wo die verschiedenen Geräte, und damit simplying den mount Befehl):

    /dev/sda1 /mnt/USB auto noauto,owner,kuzu 0 0 / dev/sda1 / mnt / USB-auto noauto, Eigentümer, kuzu 0 0

    Note: The “auto” on the above line means auto detection of filesystem. Hinweis: Die "auto" in der obenstehenden Zeile bedeutet die automatische Erkennung des Dateisystems. If your system unable to determine the filesystem type, change it accordingly to the USB drive’s filesystem (eg vfat or ntfs or ext2 or ext3). Wenn Ihr System nicht in der Lage zu bestimmen, der Dateisystem-Typ, ändern sie entsprechend an den USB-Laufwerk-Dateisystem (zB vfat oder NTFS-oder ext2 oder ext3).

  4. Mount the USB storage device with the following command: mount /dev/sda1 Montieren Sie das USB-Speichergerät mit den folgenden Befehl ein: mount / dev/sda1

Without the need modifying fstab (step 3), you can also straight away issue the mount command (step 4) with the following syntax: Ohne die Notwendigkeit zur Änderung der fstab (Schritt 3), können Sie auch sofort die Frage mount Befehl (Schritt 4) mit der folgenden Syntax:

mount /dev/sda1 /mnt/USB mount / dev/sda1 / mnt / USB

If you know the filesystem of the USB drive or the system unable to determine the correct filesystem, the -t option can be used to the filesystem type of the USB device: Wenn Sie wissen, das Dateisystem des USB-Laufwerk oder das System nicht in der Lage zu bestimmen, das richtige Dateisystem, die-t Option kann verwendet werden, um das Dateisystem-Typ des USB-Gerät:

mount -t vfat /dev/sda1 /mnt/usb (for vFAT filesystem) mount-t vfat / dev/sda1 / mnt / USB (für vfat-Dateisystem)
mount -t ntfs /dev/sda1 /mnt/usb (for NTFS filesystem) mount-t ntfs / dev/sda1 / mnt / USB (für NTFS-Dateisystem)

Sometimes, the USB drive or USB storage device is detected by the system but been assigned a different device name from sda1. Manchmal, das USB-Laufwerk oder USB-Speichergerät erkannt wird vom System zugewiesen wurde aber ein anderes Gerät Namen von sda1. If so, the correct device name need to be determined by viewing and OS log file. Wenn ja, den korrekten Gerätenamen zu bestimmen, indem Sie sich und OS-Log-Datei. Usually the Linux and UNIX boot and log message is stored in /var/log/messages, and you can view the log messages with the following commands: Normalerweise sind die Linux-und UNIX-Boot-und Log-Nachricht wird in / var / log / messages, können Sie die Log-Nachrichten mit den folgenden Kommandos:

tail -f /var/log/messages tail-f / var / log / messages

or oder

dmesg dmesg

Check for the name of the device that appears after operating system detects the USB devices. Prüfen Sie nach dem Namen des Gerätes, das erscheint nach Betriebssystem erkennt den USB-Geräten.

After using the USB disk, remember to unmount the USB drive with the following command to avoid any possible loss to the data or changes and risk messing up your partition. Nach der Verwendung der USB-Disk, unmounten nicht vergessen, dass das USB-Laufwerk mit dem folgenden Befehl, um der möglichen Verlust der Daten oder Änderungen und Risiko auf, bis Ihre Partition.

umount /mnt/USB umount / mnt / USB

Configure Gnome to automatically detect, install and mount USB drive Konfigurieren Sie Gnome automatisch zu erkennen, installieren und USB-Laufwerk mounten

If you’re using Gnome yet unable to automatically detect and mount USB drive for usage, a few packages needed to be install. Wenn Sie mit Gnome noch nicht automatisch erkennen und einbinden USB-Laufwerk für den Einsatz, einige benötigten Pakete zu installieren sein. The packages to install are dbus, hald and Gnome-Volume-Manager. Die Pakete zu installieren sind dbus, hald und Gnome-Volume-Manager. After installing these packages, configure dbus and hald setup to run via init scripts. Nach der Installation dieser Pakete, konfigurieren und dbus hald Setup zu laufen über Init-Skripte. Then in Gnome, some configuration has to be done. Dann auf Gnome, hat noch einige wenige Einstellungen zu tun. Click on the ‘Desktop’ menu, then go to ‘Preferences’, and then to ‘Removable Drives and Media’. Klicken Sie auf die "Desktop"-Menü, dann gehen Sie zu 'Einstellungen' und dann auf "Removable Drives und Medien". Configure the settings to your liking. Konfigurieren Sie die Einstellungen entsprechend Ihren Wünschen. Once you plug-in a usb drive, an icon for the drive will appear on the desktop. Wenn Sie Plug-in ein USB-Laufwerk, ein Symbol für das Laufwerk erscheint auf dem Desktop. Other possible setting is to have Gnome opens a window showing the contents of the USB drive. Andere mögliche Einstellung zu haben Gnome öffnet ein Fenster mit dem Inhalt des USB-Laufwerk.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.

Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren .



5 Responses to “How to Mount USB Disk Drive in UNIX or Linux” 5 Responses to "How to Mount USB-Disk Drive in UNIX oder Linux"

  1. Gervase Chavasse Gervase Chavasse
    January 24th, 2007 17:18 24. Januar 2007 17:18
    1

    Thanks for an excellent article. Vielen Dank für einen exzellenten Artikel. But after upgrading to Suse 10.1 (10.2 wouldn’t install), I cannot access my USB Iomega ZIP drive and receive msg “Mount with signature “ssas” on interface “org.freedesktop.Hal.Device.Volume” doesn’t exist”. Aber nach der Aktualisierung auf Suse 10,1 (10,2 würde nicht installieren), ich kann keinen Zugriff auf mein USB Iomega ZIP-Laufwerk und empfangen msg "Mount mit Signatur" SSA "Schnittstelle" org.freedesktop.Hal.Device.Volume "existiert nicht" . It seems that the introduction of HAL has complicated matters and I have been unable to find an answer on the forums. Es scheint, dass die Einführung von HAL hat komplizierte Fragen und ich habe es nicht gelungen, hier eine Antwort auf die Foren. Can you help, please, perhaps with an updated article? Können Sie mir helfen, bitte, vielleicht mit einem aktualisierten Artikel? All my back-up data is on the ZIP which is unreadable either by Windows or Knoppix. Alle meine Backup-Daten auf dem ZIP die nicht lesbar entweder durch Windows oder Knoppix.

  2. Ogryzek
    February 17th, 2007 11:25 17. Februar 2007 11:25
    2

    Please note that there is a small typo in the main article above. Bitte beachten Sie, dass es ein kleiner Tippfehler in den wichtigsten Artikel oben.

    /dev/sda1 /mnt/USB auto noauto,owner,kuzu 0 0 / dev/sda1 / mnt / USB-auto noauto, Eigentümer, kuzu 0 0

    Should read: Soll heißen:

    /dev/sda1 /mnt/USB auto noauto,owner,kudzu 0 0 / dev/sda1 / mnt / USB-auto noauto, owner, kudzu 0 0

    Still, the article did help… thanx Still, der Artikel habe helfen… Danke

  3. admin
    February 17th, 2007 13:42 17. Februar 2007 13:42
    3

    I believe kuzu would work, kudzu is kind of for cdrom. Ich glaube, kuzu funktionieren würde, kudzu ist für die Art von CD-ROM.

  4. BlogSplat » Blog Archive » Adventures In Linuxland BlogSplat »Blog Archiv» Adventures in LinuxLand
    August 10th, 2008 16:03 10. Aug 2008 16:03
    4

    [...] I eventually find a helpful post that explains in better detail than most how mounting volumes [...] [...] Ich finde schließlich ein hilfreicher Post, erklärt im Einzelnen besser als die meisten, wie Mounten [...]

  5. David
    August 13th, 2008 05:44 13. Aug 2008 05:44
    5

    When I mount dev/sda1 it mounts my main filesystem drive not the usb. Wenn ich mount dev/sda1 es Reittiere mein Hauptanliegen Dateisystem-Laufwerk nicht die usb. I can’t get my usb to mount no matter what I do (running Ubuntu) but windows reads it fine. Ich schaffe es nicht, USB zu mounten, egal was ich mache (Laufen Ubuntu), sondern liest sie Fenster in Ordnung.

Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Sie können diese Tags: <a href= title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

New Articles Neue Artikel

Incoming Search Terms for the Article Eingehender Suchbegriffe für den Artikel

ubuntu mount usb Ubuntu Mount USB - -- mount usb ubuntu Mount USB Ubuntu - -- mount usb disk Mount USB-Festplatte - -- ubuntu mount usb drive Ubuntu USB-Laufwerk mounten - -- mount usb drive ubuntu USB-Laufwerk mounten Ubuntu - -- ubuntu mount usb device Ubuntu Mount USB-Gerät - -- linux mount usb disk Linux mount USB-Disk - -- ubuntu usb mount Ubuntu USB-Mount - -- mount usb disk ubuntu Mount USB-Disk Ubuntu - -- ubuntu mount usb hard drive Ubuntu Mount USB-Festplatte - -- ubuntu mount usb disk Ubuntu Mount USB-Festplatte - -- fedora mount usb drive Fedora Mount USB-Laufwerk - -- mount USB linux Mount USB-Linux - -- linux usb disk Linux USB-Festplatte - -- mount usb Mount USB - -- usb disk linux USB-Disk Linux - -- linux mount usb Linux Mount USB - -- unix mount usb Unix-Mount USB - -- usb mount USB-Mount - -- mount usb unix Mount USB Unix - -- linux mount usb drive Linux-USB-Laufwerk mounten - -- mounting usb ubuntu Montage USB Ubuntu - -- mount usb fedora Mount USB Fedora - -- usb mount ubuntu USB-Mount Ubuntu - -- mount usb device ubuntu Mount USB-Gerät Ubuntu - -- ubuntu usb drive mount Ubuntu USB-Laufwerk mounten - -- mount usb hard drive ubuntu Mount USB-Festplatte Ubuntu - -- mount usb drive unix Mount USB-Laufwerk Unix - -- ubuntu mounting usb Ubuntu Montage USB - -- UNIX mount usb drive UNIX-Mount USB-Laufwerk - -- mount thumb drive linux Mount Daumen-Laufwerk Linux - -- ubuntu mount external usb drive Ubuntu Mount externen USB-Laufwerk - -- mount usb drive fedora USB-Laufwerk mounten Fedora - -- ubuntu mount usb hdd Ubuntu Mount USB-Festplatte - -- mount usb drive linux Mount USB-Laufwerk Linux - -- ubuntu mount usb Ubuntu Mount USB - -- usb unix USB-Unix - -- mount usbdisk Mount usbdisk - -- all alle - -- usb disk mount USB-Disk Mount - -- mount usb on ubuntu Mount USB auf Ubuntu - -- mount usb in linux Mount USB unter Linux - -- fedora mount usb Fedora Mount USB - -- how to mount usb in linux wie zu mounten USB linux - -- ubuntu automount usb drive Ubuntu automount USB-Laufwerk - -- how to mount usb disk Wie hängt man USB-Festplatte - -- mount usb drive in unix Mount USB-Laufwerk unter Unix - -- how to mount usb drive in ubuntu wie zu mounten USB-Laufwerk in Ubuntu - -- mount external usb drive ubuntu Mount externen USB-Laufwerk Ubuntu - -- ubuntu mount usb harddrive Ubuntu Mount USB-Festplatte - -- mounting a USB drive in Ubuntu Anbau eines USB-Laufwerk in Ubuntu - -- mount USB drive USB-Laufwerk mounten - -- mounting usb drive ubuntu Montage USB-Laufwerk Ubuntu - -- vmware mount usb drive VMware USB-Laufwerk mounten - -- fedora mount usb disk Fedora Mount USB-Festplatte - -- mount usb drive in fedora USB-Laufwerk mounten in Fedora - -- montare usb ubuntu montare USB Ubuntu - -- automount usb drive ubuntu Automount USB-Laufwerk Ubuntu - -- how to mount usb drive in linux wie USB-Laufwerk mounten unter Linux - -- mount usb drive in linux Mount USB-Laufwerk unter Linux - -- how to mount usb ubuntu Wie hängt man USB-Ubuntu - -- unix usb Unix-USB - -- Ubuntu USB mounten Ubuntu USB mounten - -- ubuntu how to mount usb drive ubuntu, wie Sie USB-Laufwerk mounten - -- linux on usb disk Linux auf USB-Festplatte - -- ubuntu auto mount Ubuntu auto Mount - -- mount usb in ubuntu Mount USB an Ubuntu - -- mount usb drive in ubuntu Mount USB-Laufwerk in Ubuntu - -- mount ubuntu usb Mount Ubuntu USB - -- usb drive mount ubuntu USB-Laufwerk mounten Ubuntu - -- how to mount usb on linux wie zu mounten USB auf linux - -- mount usb harddrive ubuntu Mount USB-Festplatte Ubuntu - -- mount usb ubuntu Mount USB Ubuntu - -- unix usb drive Unix-USB-Laufwerk - -- mount usb on unix Mount USB auf Unix - --