You are not logged in.

#1 2008-08-25 07:37:54

_.:D3jph:._
Member
Registered: 2008-08-10
Posts: 14

[SOLVED] I can't mount my NTFS partion

I just can't mount my NTFS partion, i tried everything, i read http://wiki.archlinux.org/index.php/NTFS_Write_Support thousand times, but nothing. I can see my two NTFS partions in konqueror in system:/media but their unmounted when i right click mount, nothing happens. So i tried to add them to fstab this is how it looks

/dev/sda1  /mnt/windows  ntfs-3g  users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8  0 0
/dev/sdb1  /mnt/250Gb   ntfs-3g  users,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8         0 0

when i type $ mount /dev/sdb1 as root nothing happens too. now i just don't know what to try next.

Last edited by _.:D3jph:._ (2008-08-29 07:43:47)

Offline

#2 2008-08-25 07:45:33

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED] I can't mount my NTFS partion

Look for errors in dmesg.

Offline

#3 2008-08-25 07:53:35

_.:D3jph:._
Member
Registered: 2008-08-10
Posts: 14

Re: [SOLVED] I can't mount my NTFS partion

I think i managed somehow to mount it by typing mount /dev/sdb1 /mnt/windows but just once, and now it don't work again.

i looked and don't see any this is the section that is important(i think tongue)

sd 3:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 3:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1
sd 3:0:0:0: [sdb] Attached SCSI disk

Last edited by _.:D3jph:._ (2008-08-25 08:00:24)

Offline

#4 2008-08-25 14:46:42

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: [SOLVED] I can't mount my NTFS partion

That's not the relevant section, as it only states that your sdb is found by udev. If you want to know only the relevant section, you should first see what the last output was from dmesg, then do your mount-magic and then look again at the last output by dmesg.

Zl.

Offline

#5 2008-08-25 22:51:00

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: [SOLVED] I can't mount my NTFS partion

And check that you are using the correct mount command by executing 'type -a mount'.

It should be /bin/mount.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#6 2008-08-26 07:42:15

_.:D3jph:._
Member
Registered: 2008-08-10
Posts: 14

Re: [SOLVED] I can't mount my NTFS partion

i tried to compare dmesg output before mount /dev/sdb1 and after, and the only thing that differ is first line with time, beside that they'r completely the same. also my mount is in /bin/mount here is my dmesg, maybe it can help http://www.mediafire.com/?mouucbj6snw

Offline

#7 2008-08-28 13:10:19

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: [SOLVED] I can't mount my NTFS partion

If you're using kde4, you have to manually mount the drive now. I have a removable external drive and it mounted fine with kde3 but since kde4, I have to:
sudo ntfs-3g /dev/sdd1 /mnt which creates the drive under /mnt.
command may be off but it's works for me without any -t or other options.

Offline

#8 2008-08-28 14:34:48

_.:D3jph:._
Member
Registered: 2008-08-10
Posts: 14

Re: [SOLVED] I can't mount my NTFS partion

No i'v been using kde3, but now i solved this, i installed ntfs-config from the aur, tried it and it worked, it just added that UUID lines into my fstab, and after reboot everything was ok.

#Entry for /dev/sdb1 :
UUID=9E78B47078B44933    /mnt/250Gb    ntfs-3g    users,uid=1000,gid=100,fmask=0113,dmask=0002,locale=cs_CZ.utf8    0    0
#Entry for /dev/sda1 :
UUID=AE7884187883DD89    /mnt/windows    ntfs-3g    defaults,users,noauto,locale=cs_CZ.utf8    0    0

Offline

#9 2008-08-28 14:39:06

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: [SOLVED] I can't mount my NTFS partion

would that work with kde4???

Offline

#10 2008-08-28 15:01:37

_.:D3jph:._
Member
Registered: 2008-08-10
Posts: 14

Re: [SOLVED] I can't mount my NTFS partion

yeah i have kdemod4

Offline

#11 2008-08-28 15:54:17

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: [SOLVED] I can't mount my NTFS partion

me too so will try. Thanx _.:D3jph:._

Offline

#12 2008-08-28 22:52:03

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [SOLVED] I can't mount my NTFS partion

I'm glad you got this working  smile  Please mark this thread as solved.  Thanks!

Offline

#13 2008-08-29 04:16:36

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: [SOLVED] I can't mount my NTFS partion

it's not doing what I'm looking for. it doesn't automount....but if I do solve it, how do I mark a thread solved?

Offline

#14 2008-08-29 04:32:31

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [SOLVED] I can't mount my NTFS partion

funkmuscle wrote:

it's not doing what I'm looking for. it doesn't automount....but if I do solve it, how do I mark a thread solved?

That's too bad.  I thought you had it working.

Only the original poster can mark a thread solved.  And they do it by editing the first post.

Offline

#15 2008-08-29 04:40:25

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: [SOLVED] I can't mount my NTFS partion

I will keep that in mind for any threads I start and solve. thanx tigermesh.
Yeah, I wanted to have my removable ntfs drive automount the way it did with kde3 but since kde4, I can't.
ntfs-config or ntfs-3g mounts it manually but now my wife do it an I'm trying real hard to get her using linux 100%...
I guess I'll have to teach her how to do this manually but then I also put up with the "I just turn on windows and it works!"

This will be fun. thanx guys...hehehehe

Offline

Board footer

Powered by FluxBB