How to Mount USB Disk Drive in UNIX or Linux كيف لجبل USB محركات الأقراص في يونيكس أو لينكس

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). معظم distros (التوزيع) من لينكس تشمل يبروح 10.1 ، سوسإ 9.x وفيدورا كور 3 يمكن الآن لدعم سد سد وكشف ، واكتشاف تركيب سائق لحملة المحمولة USB أو USB القرص (وأي نوع من USB القائمة على تخزين البيانات الأجهزة الأجهزة مثل محركات الأقراص الصلبة ، محركات الأقراص من ركلة جزاء) ، مفاتيح USB ، وميض القرص ، ودفع الإبهام ، الذاكرة الرئيسية ، والرمز البريدي حملة USB وذاكرة). Some Linux operating system even can auto-mount the USB drives, especially if you’re using Gnome and KDE. بعض لينكس نظام التشغيل حتى يمكن لصناعة السيارات في جبل فإن محركات الأقراص USB ، وخاصة إذا كنت تستخدم جنوم وكيدي. When you plug-in the USB disk, Linux will pop-up a window showing the content of USB disk just like Microsoft Windows. عندما كنت في المكونات USB القرص ، لينكس سوف نوافذ منبثقة تظهر نافذة محتوى القرص USB مثل مايكروسوفت ويندوز.

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. ولكن ، إذا كنت تستخدم النسخة القديمة من لينكس ، أو باستخدام نظام التشغيل يونيكس ، أو خادم لينكس distro تركيب غير قادرة على كشف وجبل فإن جهاز تخزين USB تلقائيا ، ثم ستتاح لكم يدويا لتركيب وجبل فإن حملة USB.

To manually mount a USB disk or USB drive or USB device in Linux or UNIX: أ يدويا لجبل USB حملة USB أو القرص أو جهاز USB في لينكس أو يونيكس :

  1. Login as root. كما ادخل الجذر. You can use the su command to switch to root user. يمكنك استخدام سو لقيادة التحول الى المستخدم الجذر.
  2. Create a folder /mnt/USB with the command: mkdir /mnt/USB قم بإنشاء مجلد / كزاز الرضع / USB مع القيادة : mkdir / كزاز الرضع / 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): أضف السطر التالي في الملف / الخ / fstab (ملف fstab هو أن يقول لينكس حيث جبل لمختلف الأجهزة ، وبالتالي simplying جبل القيادة) :

    /dev/sda1 /mnt/USB auto noauto,owner,kuzu 0 0 / dev/sda1 / كزاز الرضع / USB السيارات noauto ، مالك ، kuzu 0 0

    Note: The “auto” on the above line means auto detection of filesystem. ملاحظة : "السيارات" على السيارات فوق خط وسائل الكشف عن ملفات. 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). وإذا كان جهازك غير قادر على تحديد نوع الملف ، وتغير تبعا لذلك إلى حملة USB 'sالملف (على سبيل المثال vfat أو ntfs أو ext2 أو ext3).

  4. Mount the USB storage device with the following command: mount /dev/sda1 جبل فإن جهاز تخزين USB مع القيادة التالية : جبل / dev/sda1

Without the need modifying fstab (step 3), you can also straight away issue the mount command (step 4) with the following syntax: دون الحاجة إلى تعديل fstab (الخطوة 3) ، يمكنك أيضا على الفور قضية جبل القيادة (الخطوة 4) مع بناء الجملة التالية :

mount /dev/sda1 /mnt/USB جبل / dev/sda1 / كزاز الرضع / 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: إذا كنت تعرف الملف من حملة USB أو النظام غير قادر على تحديد الملف الصحيح ، وبين ر الخيار يمكن استخدامها لملفات من نوع USB جهاز :

mount -t vfat /dev/sda1 /mnt/usb (for vFAT filesystem) جبل لر vfat / dev/sda1 / كزاز الرضع / usb (لvFAT ملفات)
mount -t ntfs /dev/sda1 /mnt/usb (for NTFS filesystem) جبل لر ntfs / dev/sda1 / كزاز الرضع / usb (للاطلاع على الملفات NTFS)

Sometimes, the USB drive or USB storage device is detected by the system but been assigned a different device name from sda1. في بعض الأحيان ، حملة USB أو جهاز تخزين USB اكتشاف نظام ولكن من جانب آخر تم تكليف جهاز من اسم sda1. If so, the correct device name need to be determined by viewing and OS log file. وإذا كان الأمر كذلك ، فإن جهاز تصحيح اسم ويتعين أن يحدد نظام تشغيل ومشاهدة ملف الدخول. 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: وعادة ما يكون لينكس ويونيكس الحذاء وسجل الرسالة المخزنة في / فار / السجل / رسائل ، ويمكنك عرض أرشيف الرسائل مع القيادة التالية :

tail -f /var/log/messages ذيل - و / فار / السجل / رسائل

or أو

dmesg dmesg

Check for the name of the device that appears after operating system detects the USB devices. بحثا عن اسم الجهاز الذي يظهر بعد نظام التشغيل بالكشف أجهزة USB.

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. وبعد استخدام USB القرص ، لنتذكر وقم فإن حملة USB مع القيادة التالية لتجنب أي احتمال فقدان البيانات أو إلى تغييرات وصالات للطعام خطر التقسيم الخاص بك.

umount /mnt/USB umount / كزاز الرضع / USB

Configure Gnome to automatically detect, install and mount USB drive غنوم لتكوين تلقائيا كشف وتركيب وجبل لحملة USB

If you’re using Gnome yet unable to automatically detect and mount USB drive for usage, a few packages needed to be install. إذا كنت تستخدم غنوم حتى الآن غير قادرة على اكتشاف تلقائيا وجبل USB حملة للاستعمال ، وعدد قليل من مجموعات تحتاج إلى تثبيت. The packages to install are dbus, hald and Gnome-Volume-Manager. لتركيب العبوات هي dbus ، hald غنوم وبين مدير حجم التداول. After installing these packages, configure dbus and hald setup to run via init scripts. بعد تركيب هذه الحزم ، وتكوين dbus وhald الإعداد لتشغيل البرامج النصية عبر الحرف الأول. Then in Gnome, some configuration has to be done. ثم في غنوم ، وبعض التشكيل الذي ينبغي القيام به. Click on the ‘Desktop’ menu, then go to ‘Preferences’, and then to ‘Removable Drives and Media’. انقر على 'سطح المكتب' من القائمة ، ثم الذهاب الى 'تفضيلات' ، وبعد ذلك إلى 'للإزالة محركات وسائل الإعلام'. Configure the settings to your liking. تكوين إعدادات ترضيك. Once you plug-in a usb drive, an icon for the drive will appear on the desktop. بمجرد أن تقوم المكونات في حملة usb ، رمزا لحملة سوف تظهر على سطح المكتب. Other possible setting is to have Gnome opens a window showing the contents of the USB drive. الأخرى الممكنة هي لتحديد غنوم قد يفتح نافذة تبين محتويات من حملة USB.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .



6 Responses to “How to Mount USB Disk Drive in UNIX or Linux” 6 ردود على "كيف لجبل USB القرص في محرك الأقراص يونيكس أو لينكس"

  1. Gervase Chavasse Gervase Chavasse
    January 24th, 2007 17:18 كانون الثاني / يناير 24th ، 2007 17:18
    1

    Thanks for an excellent article. شكرا للمادة ممتازة. 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”. ولكن بعد لرفع مستوى Suse 10.1 (10.2 لن تركيب) ، لا أستطيع الوصول إلى بلدي Iomega رمز بريدي (USB حملة وتلقي ام جي اس "جبل مع توقيع" اتفاقات الخدمة الخاصة "على واجهة" org.freedesktop.Hal.Device.Volume "لا وجود له" . It seems that the introduction of HAL has complicated matters and I have been unable to find an answer on the forums. ويبدو أن إدخال هال تعقيد الأمور وأنا لم تتمكن من العثور على جواب على المنتديات. Can you help, please, perhaps with an updated article? هل تستطيع أن تساعد ، من فضلك ، وربما مع مستكملة المادة؟ All my back-up data is on the ZIP which is unreadable either by Windows or Knoppix. جميع بلدي احتياطية البيانات على الرمز البريدي الذي هو غير المقروء سواء من جانب ويندوز أو Knoppix.

  2. Ogryzek
    February 17th, 2007 11:25 فبراير 17th ، 2007 11:25
    2

    Please note that there is a small typo in the main article above. يرجى ملاحظة أن هناك صغير الرئيسية الخطأ المطبعي في المادة المذكورة أعلاه.

    /dev/sda1 /mnt/USB auto noauto,owner,kuzu 0 0 / dev/sda1 / كزاز الرضع / USB السيارات noauto ، مالك ، kuzu 0 0

    Should read: وينبغي أن يصبح نصها كما يلي :

    /dev/sda1 /mnt/USB auto noauto,owner,kudzu 0 0 / dev/sda1 / كزاز الرضع / USB السيارات noauto ، مالك ، kudzu 0 0

    Still, the article did help… thanx ومع ذلك ، فإن المادة لم مساعدة... thanx

  3. admin الادارية
    February 17th, 2007 13:42 فبراير 17th ، 2007 13:42
    3

    I believe kuzu would work, kudzu is kind of for cdrom. وأعتقد أن العمل kuzu ، kudzu هو نوع من القرص المضغوط ل.

  4. BlogSplat » Blog Archive » Adventures In Linuxland BlogSplat »أرشيف بلوق» مغامرات في Linuxland
    August 10th, 2008 16:03 أغسطس 10th ، 2008 16:03
    4

    [...] I eventually find a helpful post that explains in better detail than most how mounting volumes [...] (...)أنا في نهاية الأمر إيجاد وظيفة من المفيد أن توضح بشكل أفضل بالتفصيل في كيفية تصاعد أكثر من المجلدات...

  5. David ديفيد
    August 13th, 2008 05:44 أغسطس 13th ، 2008 05:44
    5

    When I mount dev/sda1 it mounts my main filesystem drive not the usb. عندما كنت جبل dev/sda1 أنه يتصاعد الملفات الرئيسية حملة بلدي ليس usb. I can’t get my usb to mount no matter what I do (running Ubuntu) but windows reads it fine. لا يمكنني الحصول على بلدي usb لجبل بغض النظر عن ما أقوم به (تشغيل أوبونتو) ولكن النوافذ فيما يلي نص عليه غرامة.

  6. Jacques جاك
    September 27th, 2008 13:25 سبتمبر 27th ، 2008 13:25
    6

    In reply to David. وردا على ديفيد. If you have a sata hdd that would be /dev/sda1. إذا كان لديك محرك القرص الصلب ساتا أن يكون / dev/sda1. If this is the case your usb drive would most probably be /dev/sdb1 Do dmesg to see how your usb is recognised when plugged in. إذا كانت هذه هي الحالة الخاصة بك usb حملة من المرجح أن / dev/sdb1 هل dmesg لنرى كيف usb الخاص بك هو المعترف بها عندما تسد فيها.

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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

ubuntu mount usb أوبونتو جبل usb - -- mount usb ubuntu جبل usb أوبونتو - -- mount usb disk جبل usb القرص - -- ubuntu mount usb drive أوبونتو يشن حملة usb - -- mount usb drive ubuntu جبل usb حملة أوبونتو - -- ubuntu mount usb device أوبونتو جبل جهاز usb - -- linux mount usb disk جبل لينكس usb القرص - -- ubuntu usb mount أوبونتو usb جبل - -- mount usb disk ubuntu جبل usb القرص أوبونتو - -- ubuntu mount usb hard drive أوبونتو جبل usb القرص الصلب - -- ubuntu mount usb disk أوبونتو جبل usb القرص - -- fedora mount usb drive فيدورا يشن حملة usb - -- mount USB linux جبل USB لينكس - -- linux usb disk لينكس usb القرص - -- mount usb جبل usb - -- usb disk linux usb القرص لينكس - -- linux mount usb جبل لينكس usb - -- unix mount usb يونيكس جبل usb - -- usb mount جبل usb - -- mount usb unix جبل usb يونيكس - -- linux mount usb drive حملة لينكس جبل usb - -- mounting usb ubuntu تصاعد usb أوبونتو - -- mount usb fedora جبل usb فيدورا - -- usb mount ubuntu usb جبل أوبونتو - -- mount usb device ubuntu جبل usb جهاز أوبونتو - -- ubuntu usb drive mount أوبونتو usb حملة جبل - -- mount usb hard drive ubuntu جبل usb القرص الصلب أوبونتو - -- mount usb drive unix جبل usb حملة يونيكس - -- ubuntu mounting usb أوبونتو تصاعد usb - -- UNIX mount usb drive يونيكس جبل حملة usb - -- mount thumb drive linux جبل التجربة حملة لينكس - -- ubuntu mount external usb drive أوبونتو جبل الخارجي usb حملة - -- mount usb drive fedora جبل usb حملة فيدورا - -- ubuntu mount usb hdd أوبونتو جبل usb الأقراص الصلبة - -- mount usb drive linux جبل usb حملة لينكس - -- ubuntu mount usb أوبونتو جبل usb - -- usb unix usb يونيكس - -- mount usbdisk جبل usbdisk - -- all الكل - -- usb disk mount usb القرص جبل - -- mount usb on ubuntu جبل usb على أوبونتو - -- mount usb in linux usb في جبل ينكس - -- fedora mount usb فيدورا جبل usb - -- how to mount usb in linux كيف usb في جبل ينكس - -- ubuntu automount usb drive أوبونتو automount حملة usb - -- how to mount usb disk كيف لجبل usb القرص - -- mount usb drive in unix جبل usb في حملة يونيكس - -- how to mount usb drive in ubuntu كيف لجبل usb حملة في أوبونتو - -- mount external usb drive ubuntu جبل الخارجي usb حملة أوبونتو - -- ubuntu mount usb harddrive أوبونتو جبل usb harddrive - -- mounting a USB drive in Ubuntu تصاعد حملة أ USB في أوبونتو - -- mount USB drive جبل لحملة USB - -- mounting usb drive ubuntu تصاعد حملة usb أوبونتو - -- vmware mount usb drive vmware يشن حملة usb - -- fedora mount usb disk فيدورا جبل usb القرص - -- mount usb drive in fedora جبل usb حملة في فيدورا - -- montare usb ubuntu montare usb أوبونتو - -- automount usb drive ubuntu automount usb حملة أوبونتو - -- how to mount usb drive in linux كيف لحملة usb في جبل ينكس - -- mount usb drive in linux حملة usb في جبل ينكس - -- how to mount usb ubuntu كيف لجبل usb أوبونتو - -- unix usb يونيكس usb - -- Ubuntu USB mounten أوبونتو USB mounten - -- ubuntu how to mount usb drive أوبونتو كيف لجبل حملة usb - -- linux on usb disk لينكس على القرص usb - -- ubuntu auto mount أوبونتو جبل السيارات - -- mount usb in ubuntu جبل usb في أوبونتو - -- mount usb drive in ubuntu جبل usb حملة في أوبونتو - -- mount ubuntu usb جبل أوبونتو usb - -- usb drive mount ubuntu usb حملة جبل أوبونتو - -- how to mount usb on linux كيف لجبل usb على لينكس - -- mount usb harddrive ubuntu جبل usb harddrive أوبونتو - -- mount usb ubuntu جبل usb أوبونتو - -- unix usb drive حملة يونيكس usb - -- mount usb on unix جبل usb على يونيكس - --