• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • النتائج 1 إلى 5 من 5

    الموضوع: الوصول الى ملفات الويندوز من خلال اللينكس

    1. #1
      التسجيل
      17-07-2002
      المشاركات
      14
      المواضيع
      5
      شكر / اعجاب مشاركة

      الوصول الى ملفات الويندوز من خلال اللينكس

      السلام عليكم ورحمة الله..

      شباب ممكن تتدلوني كيف اقدر اوصل لملفاتي اللي بالويندوز من خلال اللينكس؟
      بغض النظر عن اماكنية تشغيلها طبعا..


      ودممممممممتم



      d r 3
      what i want to be ?
      ! asking yourself every time

    2. #2
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة
      First, some Linux distributions like Mandrake will set up the Window partition for you automatically. Distributions like Red Hat don't do that. I'll give you the command line method.

      The steps are:

      1. create a directory.

      For example:

      mkdir windows
      2. find out the partition where Windows is mounted on.

      For example:

      su

      /sbin/fdisk /dev/hda

      Then type : p

      You will get several lines like this:

      Device Boot Start End Blocks Id System
      /dev/hda1 1 678 5125648+ 83 Linux

      One of the lines will say windows. So the partition is going to be the info under Device Boot.


      For exapmle, suppose that the Winodws partition is /dev/hda2

      After that, type : q


      3. Mount the Windows partition on the new directory you created in step 1.

      For exmple:

      mount -t vfat /dev/hda2 windows

      For this command to work, you have to be the root user and you must be in the same directory where you created "windows" directory.

      4. Now you can access the Windows files by typing:

      cd winodws

      or you can user the graphical file manager.

      Loner

    3. #3
      التسجيل
      17-07-2002
      المشاركات
      14
      المواضيع
      5
      شكر / اعجاب مشاركة

      i can't :(

      hi frend..
      i make the dir. (windows)..
      but i can't to see the windows or access to it !!

      note:
      i have in my HD three OS..it's :
      1-Hancom (arabic ver.)
      2-win98
      3-windows 2000 advance server

      ( i think the windows under /dev/shm)

      may be i don't useful the command P or Q


      thanx for your help



      d r 3
      what i want to be ?
      ! asking yourself every time

    4. #4
      التسجيل
      13-08-2002
      المشاركات
      7
      المواضيع
      4
      شكر / اعجاب مشاركة
      هلالالا أخوي Loner .. أنا عندي ريد هات ..

      وأبغى بعد أدخل على الوندوز من اللينكس ..

      بس وين اكتب الأمر .. mkdir win ؟؟

      أرجو الرد عاجلاً

    5. #5
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة

      Terminal Window

      To write commands, you have to open a terminal window. It's a black window where you enter commands just like DOS. On the panel in Gnome or KDE there is an icon if you click on it, a window will open up and then type the commands.

      Loner

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •