Board logo

主題: [問題]怎麼讓Linux讀寫NTFS格式? [打印本頁]

發表人: jackblack    時間: 2006-7-29 07:21 PM     主題: [問題]怎麼讓Linux讀寫NTFS格式?

各位大大好,我是一位Linux新手
剛開始使用Linux...請大大多多指教...
我想讓Linux和Windows共用一個磁區
原本是要格式化成FAT32,讓Linux可以讀寫
但是聽說FAT32對於單一檔案會有大小限制
所以格式化成NTFS...
請問要怎麼讓Linux讀寫NTFS格式呢?
我有聽說過要加裝特殊的套件才能讀寫...
也有一種說法是Linux核心本就有支援...
〈我是用Fedora Core 5,希望大大能特別說明關於Fedora的用法〉
發表人: LSO    時間: 2006-7-29 10:07 PM

我想可以思考以下問題
1>共用一個磁區,代表window磁碟重整時,是否也要影響到linux?
2>mount 可讀入NTFS 資料 ,不用安裝套件
3>window 基本上無法讀取 linux ,但可安裝程式即可讀取
                                                            也是新手上
發表人: ianchang999    時間: 2006-7-29 11:54 PM

Fedora的核心應該有ntfs的module, 所以mount -t ntfs <device> <mount point>應該就可以讀了,
but 寫的話參考一下http://bisqwit.iki.fi/story/howto/ntfs/我也沒試過, 回報一下測試情況吧...thx
發表人: frankliu    時間: 2006-7-30 12:26 AM

1. dmesg 一下看開機是否已經載入 NTFS module, 若有得話便可直接 mount。詳見:
http://www.linux-ntfs.org/content/view/127/63/
以下節錄您所需要的部份:

引用:
dmesg | grep NTFS


引用:

Mount
Mounting an NTFS Volume is covered in more detail in Section 4 of the Linux-NTFS FAQ (in the Wiki).

First you need to know which device your NTFS Volume is on and you need to create a directory as a mount point.
    /sbin/fdisk -l


The output might look like:
    Disk /dev/hda: 64 heads, 63 sectors, 4465 cylinders
    Units = cylinders of 4032 * 512 bytes

       Device Boot    Start       End    Blocks   Id  System
       /dev/hda1             1      2125   4283968+  07  NTFS/HPFS
       /dev/hda2          2126     19851  35735616   0f  Win95 Ext'd (LBA)
       /dev/hda5   *      2126      4209   4201312+  83  Linux
       /dev/hda6          4210      4465    516064+  82  Linux swap
         

    mkdir /mnt/windows
    mount /dev/hda1 /mnt/windows -t ntfs -r -o umask=0222
    ls -l /mnt/windows

    ...
    -r-xr--r-- 1 root root  9719 Aug 24 1996 ansi.sys
    -r-xr--r-- 1 root root 15252 Aug 24 1996 attrib.exe
    -r-xr--r-- 1 root root 28096 Aug 24 1996 chkdsk.exe
    -r-xr--r-- 1 root root  5175 Aug 24 1996 choice.com
    ...




2. 若需要加裝NTFS module 的話,可以到這邊找您需要的:
http://www.linux-ntfs.org/content/view/187/
使用方法在 1. 的同一篇裡,節錄如下:

引用:

Install
You must be root for the rest of the commands. The examples will continue as if you downloaded kernel-ntfs-2.4.18-14.i686.rpm.

Note: Newer NTFS RPMs have names like
    kernel-module-ntfs-2.6.8-1.541-2.1.17-0.fc.1.2.i586.rpm


Next install the rpm:
    rpm -ihv kernel-ntfs-2.4.18-14.i686.rpm

    Preparing...      ############################### [100%]
       1:kernel-ntfs  ############################### [100%]


There should be no errors, just some '#'-charakters.

Note: newer NTFS RPMs will also print a message telling you if install succeeded.

If something goes wrong see the Help Section.

This is the only command we actually needed, but we'll go on and test what we have done.

Next load the kernel module
    /sbin/modprobe ntfs


There should be no output. If there are a lot of error messages see the Help Section.

The next command, dmesg prints the kernel logs. We search them for NTFS using grep.
    dmesg | grep NTFS

    NTFS driver v1.1.22 [Flags: R/O MODULE]


We can now check that the kernel really understands NTFS. The output may vary slightly, but you are looking for the entry ntfs.
    cat /proc/filesystems

    nodev   rootfs
    nodev   bdev
    nodev   proc
    nodev   sockfs
    nodev   tmpfs
    nodev   shm
    nodev   pipefs
            ext3
            ext2
    nodev   ramfs
    nodev   devpts
            ntfs



3. 覺得拉哩拉雜很煩嗎? 請換用 SuSE 10 或 Ubuntu,直接就支援了...

P.S. 以上在下皆Try 過可行

[frankliu 在  2006-7-30 12:37 AM 作了最後編輯]
發表人: BDFish    時間: 2006-7-30 11:13 AM


引用:
jackblack寫到:
各位大大好,我是一位Linux新手
剛開始使用Linux...請大大多多指教...
我想讓Linux和Windows共用一個磁區
原本是要格式化成FAT32,讓Linux可以讀寫
但是聽說FAT32對於單一檔案會有大小限制
所以格式化成NTFS...
請問要怎麼讓Linux讀寫NTFS格式呢?
我有聽說過要加裝特殊的套件才能讀寫...
也有一種說法是Linux核心本就有支援...
〈我是用Fedora Core 5,希望大大能特別說明關於Fedora的用法〉

剛查了一下 Wiki,FAT32 對單一檔案的大小限制是 4GB

這個對一般人應該夠用了吧?

直接讀寫 FAT32 會比較容些~~~
發表人: virtual    時間: 2006-8-4 10:03 PM

可以去搜尋一下 NTFS-3G 這個東西
試試看




歡迎光臨 TWed2k (http://twed2k.org/) Powered by Discuz! 4.1.0