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 في لينكس أو يونيكس :
- Login as root. كما ادخل الجذر. You can use the su command to switch to root user. يمكنك استخدام سو لقيادة التحول الى المستخدم الجذر.
- Create a folder /mnt/USB with the command: mkdir /mnt/USB قم بإنشاء مجلد / كزاز الرضع / USB مع القيادة : mkdir / كزاز الرضع / USB
- 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).
- 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 بلادي الرقمي الحياة المنتديات .
Related Articles المواد ذات الصلة
- CD/DVD-ROM Virtual Drive Emulator Software Free Download مؤتمر نزع السلاح / دي في دي مدمج الافتراضية حملة المحاكي البرمجيات الحرة تنزيل
- How To Mount and Access New Partition, Volume or Drive As Folder Path In Windows كيف جبل والوصول الى تقسيم جديد ، أو حملة حسب حجم مجلد ويندوز في الطريق
- Download Virtual CloneDrive To Mount ISOs and Other Disk Images Without Burning a Disc تنزيل افتراضية CloneDrive لجبل التضامن الدولي وغيرها من الصور على القرص بدون حرق قرص
- How to Open and Extract .DAA Image Files كيفية المفتوحة ومقتطف. DAA ملفات الصور
- Refresh Linux or Unix Path Environmental Variables with rehash تحديث لينكس أو يونيكس الطريق مع المتغيرات البيئية أعاد
- Running Google Earth on Suse Linux with VMware إدارة البريد الإلكتروني على الأرض سوسإ لينكس مع VMware
- Change Group Ownership of Symbolic Links in Unix or Linux تغيير ملكية مجموعة من الروابط الرمزية في يونيكس أو لينكس
- Change or Modify the Drive Letter and Paths in Windows Vista تغيير أو تعديل حرف محرك الأقراص والمسارات في ويندوز فيستا
- Common Troubleshooting Methods When OS Install Unable to Detect SATA Harddisk Drive أساليب حل المشاكل المشتركة عند تركيب نظام التشغيل غير قادر على الكشف عن القرص الصلب ساتا حملة
- Download TrueCrypt Free (Alternative) Encryption Software for Vista تنزيل TrueCrypt الحرة (البديل) لبرمجيات التشفير لفيستا

































January 24th, 2007 17:18 كانون الثاني / يناير 24th ، 2007 17:18
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.
February 17th, 2007 11:25 فبراير 17th ، 2007 11:25
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
February 17th, 2007 13:42 فبراير 17th ، 2007 13:42
I believe kuzu would work, kudzu is kind of for cdrom. وأعتقد أن العمل kuzu ، kudzu هو نوع من القرص المضغوط ل.
August 10th, 2008 16:03 أغسطس 10th ، 2008 16:03
[...] I eventually find a helpful post that explains in better detail than most how mounting volumes [...] (...)أنا في نهاية الأمر إيجاد وظيفة من المفيد أن توضح بشكل أفضل بالتفصيل في كيفية تصاعد أكثر من المجلدات...
August 13th, 2008 05:44 أغسطس 13th ، 2008 05:44
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 لجبل بغض النظر عن ما أقوم به (تشغيل أوبونتو) ولكن النوافذ فيما يلي نص عليه غرامة.
September 27th, 2008 13:25 سبتمبر 27th ، 2008 13:25
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 الخاص بك هو المعترف بها عندما تسد فيها.