2008年3月9日 星期日

在debian LINUX掛載NTFS磁區

最近在規劃用LINUX來電腦XP作業系統的備份和還原。
想說,可以的話,在每部電腦裡,切出大約10G空間裝個Debian LINUX。
grub可以多重開機,只要能讓使用者一開機就自動進到XP就行了。
用Debian LINUX把partimage套件給裝上,就能針對XP用到的磁碟分割做像是GHOST功能的備份了。
以後要把使用GHOST的習慣改掉,畢竟是有版權的軟體。在企業用可要很小心!

安裝partimage不難,但前提是LINUX要能分辨出NTFS磁碟分割才行。
所以要加NTFS-3g這個套件。

下面就是Debian要能辨識NTFS的說明和作法!
+==================================================================+

How to mount NTFS filesystem on your debian LINUX?

* Installation On Debian Etch


First, download NTFS-3g. 2 packages are needed here: ntfs-3g and libntfs-3g.
You can use wget to download them:

wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/libntfs-3g0_0.0.0+20061031-6_i386.deb

wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/ntfs-3g_0.0.0+20061031-6_i386.deb



Then install the dependencies:

sudo apt-get install fuse-utils libfuse2



Finally you can install ntfs-3g
(using the 2 Debian packages you just downloaded):

sudo dpkg -i libntfs-3g0_0.0.0+20061031-6_i386.deb
sudo dpkg -i ntfs-3g_0.0.0+20061031-6_i386.deb





On Debian Sid, Ubuntu Edgy or Ubuntu Feisty
No need to download anything, nor to install any dependencies.
Simply typing:

sudo apt-get install ntfs-3g

will do the trick.


* Mounting partitions
Mounting partition is done quite simply. For example, this command (one line):

sudo mount -t ntfs-3g /dev/sda1 /mnt/windows -o umask=0,nls=utf8

will mount a partition
(/dev/sda1 in that case, replace with your actual windows partition)
on the /mnt/windows directory (which must exist and be empty),
using the utf8 character set (for maximum compatibility with foreign languages)
and giving read/write/execute permissions to everyone.

Once you have established that this command work fine on your system,
you can add an entry for it in /etc/fstab:

/dev/sda1 /mnt/windows ntfs-3g umask=0,nls=utf8 0 0



If you wish, you can unmount that partition in the standard way:

sudo umount /dev/sda1

* Tips
The output of

sudo fdisk -l | grep -i ntfs


will tell you the location of your windows partition.

+==================================================================+

沒有留言:

搜尋此網誌

本站大事記

這個部落格(網站)內容以分享LINUX和延伸出的技術文章為主!
特別是為了工作和進修需要,搜集了不少網站連結。
希望對來這裡觀文的朋友們,有提供一些有用的資訊或文章。
但這裡的文章中,也包含個人的心情扎記和隨興言談……
若是當中沒有對上你的口味,請多包涵!

原「琳娜絲與希斯寇的邂逅」,改名為「愛上琳娜絲」!

原「琳娜絲與希斯寇的邂逅」,改名為「愛上琳娜絲」!
--原序文--
就是當LINUX遇上CISCO啦!他們的結合還能作什麼事…不就是讓這個世界的網路,串…串起來啊…不然你們那能上這網站看部落格!