You are not logged in.

#1 2007-05-31 17:11:50

filenox
Member
From: Belgium
Registered: 2007-05-16
Posts: 117
Website

Add NTFS-partition in Arch

Hello,

On my computer i have 3partions
-Ext3
-SWAP
-NTFS

But I can't find my ntfs partition (/mnt or /media)
So my question, how can i add an ntfs-partition in Arch ?

Greets, Arch-noob,Filip roll

Offline

#2 2007-05-31 18:09:08

matt_man22
Member
From: Boston, MA
Registered: 2007-04-28
Posts: 54

Re: Add NTFS-partition in Arch

In /etc/fstab:

/dev/sda1 /windows ntfs ro,nls=utf8,umask=0222 0 0

Replace sda1 with your windows partition and /windows with your mount point.

Last edited by matt_man22 (2007-05-31 18:09:31)

Offline

#3 2007-05-31 22:40:53

big_gie
Member
Registered: 2005-01-19
Posts: 637

Re: Add NTFS-partition in Arch

matt_man22 wrote:

In /etc/fstab:

/dev/sda1 /windows ntfs ro,nls=utf8,umask=0222 0 0

Replace sda1 with your windows partition and /windows with your mount point.

This will use the in-kernel ntfs driver, which is not the best reliability you can have...

I strongly suggest using ntfs-3g

Offline

#4 2007-05-31 22:58:39

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Add NTFS-partition in Arch

If he wants to make it linux-writeable: yes. I don't see why read-only would make things unreliable though? You don't touch anything after all.

Last edited by B (2007-05-31 22:59:01)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2007-06-01 06:06:08

filenox
Member
From: Belgium
Registered: 2007-05-16
Posts: 117
Website

Re: Add NTFS-partition in Arch

Yeah i want to write on it (torrent wink)
So what is the best way?

Offline

#6 2007-06-01 06:16:07

Fatsobob
Member
From: Colorado
Registered: 2006-06-27
Posts: 126

Re: Add NTFS-partition in Arch

Offline

#7 2007-06-01 13:53:20

filenox
Member
From: Belgium
Registered: 2007-05-16
Posts: 117
Website

Re: Add NTFS-partition in Arch

So, first
/dev/sda1 /windows ntfs ro,nls=utf8,umask=0222 0 0

and after that (for writeacces) ntfs-g ? smile

Edit

What do you meen with mount point ?:| (in the explampe /windows)

Last edited by FilipBE (2007-06-01 13:58:52)

Offline

#8 2007-06-01 16:00:10

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Add NTFS-partition in Arch

First lesson on Linux: google is your best friend

Check this for instructions.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#9 2007-06-01 17:58:47

filenox
Member
From: Belgium
Registered: 2007-05-16
Posts: 117
Website

Re: Add NTFS-partition in Arch

Yeah, thanks smile

Maybe a lost small question, why does my xfce-desktop don't "refresh" ?
example, if i download a file in FF to the desktop, the file isn't there, if i want to see the file i must open thunar->desktop

thanks (y) smile

Offline

#10 2007-06-01 19:03:06

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: Add NTFS-partition in Arch

FilipBE wrote:

Yeah, thanks smile

Maybe a lost small question, why does my xfce-desktop don't "refresh" ?
example, if i download a file in FF to the desktop, the file isn't there, if i want to see the file i must open thunar->desktop

thanks (y) smile

Do you have "fam" listed in DAEMONS in rc.conf? xfdesktop and thunar use fam to refresh folder views.

Offline

#11 2007-06-01 19:23:18

filenox
Member
From: Belgium
Registered: 2007-05-16
Posts: 117
Website

Re: Add NTFS-partition in Arch

added to list smile
thanks  wink

Offline

Board footer

Powered by FluxBB