LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-27-2009, 03:00 PM   #1
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Rep: Reputation: 48
KDE4 - ntfs have to rethink options error


TODO: have to rethink extra options

I get this annoying error again. In kde3 all that was needed is to uncheck the mount as user option. This however doesn't seem to be an option in KDE4...

Any ideas?
 
Old 05-28-2009, 12:42 AM   #2
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
Please?
 
Old 05-28-2009, 01:24 AM   #3
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
I doesn't understand what you mean or how you do it and what your after.
Could you explain your error better and how to replicate it.
 
Old 05-28-2009, 01:29 AM   #4
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
Yes, sorry:

When I try to mount the vista partition (NTFS) through Dolphin (which uses HAL), I get the aforementioned error.

With KDE3, all you had to do was right click on the icon and uncheck the "mount as user" option, but there is no such dialogue in KDE4.

Thanks
 
Old 05-30-2009, 12:40 PM   #5
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,666

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
you have installed ntfs-3g and ntfsprogs?
 
Old 05-30-2009, 01:55 PM   #6
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
Yes.
I can mount fine via root:
mount -t ntfs-3g /dev/sda1 /vista
 
Old 05-30-2009, 07:52 PM   #7
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,666

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
can you post your /etc/fstab?
 
Old 05-30-2009, 08:02 PM   #8
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
I commented out the line referring to the vista partition since I want to attempt to mount it using HAL.

Code:
/dev/hdb2        swap             swap        defaults         0   0
/dev/hdd1        /                ext3        defaults,acl     1   1
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0

/dev/hdb1       /data           ext3            defaults,acl    0       0
# /dev/hda1     /vista          ntfs-3g    users,noauto,umask=000          0       0
 
Old 05-30-2009, 09:29 PM   #9
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
If it is on the same computer I would recommend just leaving it in your /etc/fstab as it was placed there by the installer.

The only problem you will have with it by doing it the way I mentioned is if you get a BSOD in Vista and want to boot into linux after. The drivers will be marked as "In use" and you will have to force them.
 
Old 05-30-2009, 09:42 PM   #10
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
Quote:
Originally Posted by C-Sniper View Post
If it is on the same computer I would recommend just leaving it in your /etc/fstab as it was placed there by the installer.
No, it was placed there by me.

But the problem with the fstab approach is that you need root to mount/umount. So again, my goal is to mount in user space using HAL. This was pretty straight forward using KDE3 and Konqueror. If one got the "TODO: have to rethink extra options" error, all that was needed was to uncheck the "mount as user" option. I can't see how to do that with KDE4.
 
Old 05-30-2009, 11:30 PM   #11
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
was the whole line placed there by you or just the # at the beginning line.

If it is in your fstab un-commented you will never have to mount/unmount it. it will always show up. I am running under a user account in 12.2 with 2 Vista drives in my fstab and they are always available at any time because they are mounted at boot-up as apart of the init scripts.

example my fstab:

Code:
/dev/sda2        swap             swap        defaults         0   0
/dev/sda1        /                jfs         defaults         1   1
/dev/sda3        /Vista           ntfs-3g     umask=000        1   0
/dev/sdb1        /Network         ntfs-3g     umask=000        1   0
#/dev/cdrom      /mnt/cdrom       iso9660,udf        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
 
Old 05-31-2009, 01:13 AM   #12
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
Quote:
Originally Posted by mattydee View Post
No, it was placed there by me.
I know how to use the fstab, my problem is mounting an ntfs partition via HAL.
 
Old 07-21-2009, 09:48 PM   #13
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Original Poster
Rep: Reputation: 48
Still no joy...

something which could be done with KDE3
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE4.2 Logging Options mpapet Linux - Desktop 3 05-06-2009 06:49 PM
Heads-up, nVidia proprietary drivers with kde4 you may not need the options tweaks!! GlennsPref Mandriva 7 02-11-2009 09:20 PM
usb mounting error: "TODO: have to rethink extra options" kaiwan Linux - Hardware 11 07-24-2008 05:14 PM
How to change automount options in KDE4? shreks Fedora 0 06-11-2008 10:48 AM
LXer: Rethink the way you hire IT professionals LXer Syndicated Linux News 0 04-10-2006 07:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration