Your best source of information and news about xp , BIOS and windows vista on the internet Ihre beste Quelle von Informationen und Nachrichten über xp, BIOS und Windows Vista über das Internet

Vista ARTICLES Vista ARTIKEL TOP 50 TOP 50 Spyware Virus Spyware-Virus Vista SOFT Vista SOFT Vista HELP Vista HILFE

Sharing Files with a USB Drive in Ubuntu Gemeinsame Nutzung von Dateien mit einem USB-Laufwerk in Ubuntu


The simplest and most common use for a USB drive is to share files between systems. Die einfachste und häufigste Verwendung für ein USB-Laufwerk ist zur gemeinsamen Nutzung von Dateien zwischen Systemen. Dapper supports most USB drives. Dapper unterstützt die meisten USB-Laufwerke. Simply plugging the drive into the USB port will automatically mount the drive. Stecken Sie einfach das Laufwerk an den USB-Anschluss wird automatisch das Laufwerk mounten. From there, you can access it as you would access any mounted partition. Von dort haben Sie Zugriff auf ihn als würden Sie Zugriff auf jede Partition montiert.

Linux, Windows, Mac, and most other systems support FAT file systems. Linux, Windows, Mac, und die meisten anderen Systeme unterstützen FAT-Dateisysteme. In order to share files with other users, consider formatting the drive with mkdosfs. Zur gemeinsamen Nutzung von Dateien mit anderen Nutzern, der Ansicht, Formatierung der Festplatte mit mkdosfs. For example: Zum Beispiel:

1. Install the dosfstools package if mkdosfs is not already installed. Installieren Sie das Paket, wenn dosfstools mkdosfs noch nicht installiert ist.
sudo apt-get install dosfstools sudo apt-get install dosfstools

2. Unmount the drive (for example, /dev/sda1) if it is currently mounted. Deaktivieren Sie das Laufwerk (zB / dev/sda1), wenn es sich derzeit montiert.
sudo umount /dev/sda1 sudo umount / dev/sda1

3. Format the drive using either FAT16 or FAT32. Formatieren Sie die Festplatte entweder mit FAT16 oder FAT32.
mkdosfs -F 16 /dev/sda1 # format FAT16 mkdosfs-F 16 / dev/sda1 # FAT16-Format
mkdosfs -F 32 /dev/sda1 # format FAT32 mkdosfs-F 32 / dev/sda1 # FAT32-Format

If you do not mind restricting file sharing to Linux-only systems, then you can format the drive using an ext2 or ext3 file system using any of the following commands: Wenn es Ihnen nichts ausmacht Einschränkung File Sharing auf Linux-Systeme nur, dann können Sie die Format-Laufwerk mit einem ext2-oder ext3-Dateisystem mit einer der folgenden Befehle:

mkfs /dev/sda1 # default format is ext2 mkfs / dev/sda1 # Standard-Format ist ext2
mkfs -t ext2 /dev/sda1 # explicitly format type as ext2 mkfs-t ext2 / dev/sda1 # ausdrücklich Format Typ wie ext2
mkfs -t ext3 /dev/sda1 # explicitly format type as ext3 mkfs-t ext3 / dev/sda1 # ausdrücklich Format Typ als ext3
mkfs.ext2 /dev/sda1 # directly call format ext2 mkfs.ext2 / dev/sda1 # direkt anrufen ext2-Format
mkfs.ext3 /dev/sda1 # directly call format ext3 mkfs.ext3 / dev/sda1 # direkt anrufen Format ext3


Many thumb drives have a light to indicate that the drive is being accessed. Viele Daumen-Laufwerke haben einen leichten, um anzuzeigen, dass das Laufwerk zugegriffen wird. Even if the drive is not mounted, do not unplug the drive until the light indicates all activity has stopped. Selbst wenn das Laufwerk ist nicht montiert, nicht trennen Sie das Laufwerk, bis das Licht zeigt an, daß alle Aktivitäten gestoppt hat.

If you want to create a FAT-formatted USB floppy drive, then use the -I option. Wenn Sie möchten, erstellen Sie eine FAT-formatierte USB-Floppy-Laufwerk, dann verwenden Sie die Option-I. For example: sudo mkdosfs -I -F 32 /dev/sda. Zum Beispiel: sudo mkdosfs-I-F 32 / dev / sda.

Source of Information : Hacking Ubuntu Serious Hacks Mods and Customizations Informationsquelle: Hacking Ubuntu schweren Hacks Mods und Anpassungen Popularity: 1% Popularity: 1%


Written by magakos. Geschrieben von magakos. Read more great feeds at is source Lesen Sie mehr auf große Feeds ist Quelle WEBSITE WEBSITE
no comments keine Kommentare . .
Read more articles on Lesen Sie mehr Artikel über Ubuntu Linux Ubuntu Linux and und otherSoftware otherSoftware . .

Related articles Verwandte Artikel

No comments Keine Kommentare

There are still no comments on this article. Es gibt noch keine Kommentare zu diesem Artikel.

Leave your comment... Lassen Sie Ihren Kommentar ...

If you want to leave your comment on this article, simply fill out the next form: Wenn Sie möchten, verlassen Sie Ihren Kommentar zu diesem Artikel, füllen Sie einfach das nächste Formular aus:




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