תמיכה בכתיבה במחיצות NTFS

From ArchWiki

Jump to: navigation, search
Image:Tango-dialog-warning.png This article is out of date.
It may contain old, confusing and wrong information. Please help improve the wiki by updating the article and correcting mistakes.
i18n
English
עברית
Русский
简体中文

Contents

[edit] גישה לקריאה/כתיבה במחיצות NTFS=

מסמך זה יתאר כיצד לאפשר גישה לצורך קריאה/כתיבה במחיצות NTFS של מערכת ההפעלה Windows בעזרת Captive-NTFS.

[edit] הערות

את אתם משתמשים בקרנלים 2.6.10 או 2.6.11 עליכם להתקין את הטלאי הבא:

[edit] הוספת מאגר

קראו Server configuration והוסיפו את השרת הבא:

[edit] התקנת חבילות

# pacman -S captive


[edit] השיגו את הקבצים ntfs.sys ו-ntoskrnl.exe

הפעילו את הפקודות הבאות בקונסול, כמשתמש root:

# captive-install-acquire

לחצו על Forward, Skip, Skip, Yes, Start the download. לאחר שהקבצים ירדו תקבלו הודעות שגיאה שניתן להתעלם ממנה.

[edit] הכנת קבצי תצורה אחדים

 # /usr/share/lufs/prepmod

צרו ספריה בתוכה תרצו לעגון את המחיצה (למשל, /mnt/windows) לאחר מכן הוסיפו את הכניסה הבאה בקובץ etc/fstab, באחד משני הפורמאטים הבאים:

 #/dev/hdb1  /mnt/windows  captive-ntfs  defaults,users,uid="user"  0 0

או

 #/dev/discs/disc1/part1  /mnt/windows   captive-ntfs  defaults,users,uid="user"  0 0

החליפו את ההוראה 'user' בחשבון המשתמש שלכם ללא הגרשים. אם אינכם מעוניינים לאפשר גישה למשתמשים רגילים, מחקו אותה.

[edit] עיגון

 # mount /mnt/windows
Personal tools