LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-09-2007, 05:54 AM   #1
twinkers
Member
 
Registered: Aug 2003
Distribution: Debian Sid
Posts: 153

Rep: Reputation: 30
Mounting NTFS problem


I've installed ntfs-3g using apt. I added my user to the fuse group as the installer told me to.
Whenever I try to access a ntfs partition using KDE (I can see the partitions) I get the error:
Code:
hal-storage-fixed-mount-all-options refused uid 1000
How to solve this?

Regards
 
Old 05-09-2007, 05:57 AM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Is the NTFS partition represented in the /etc/fstab file?
 
Old 05-09-2007, 06:57 AM   #3
twinkers
Member
 
Registered: Aug 2003
Distribution: Debian Sid
Posts: 153

Original Poster
Rep: Reputation: 30
Ah, forgot about that...I'll add it.

Thanx
 
Old 05-09-2007, 05:20 PM   #4
g0dd011
LQ Newbie
 
Registered: May 2007
Location: BONANZA
Distribution: KDE Debian
Posts: 11

Rep: Reputation: 0
Arrow

I've been working on this one for a wile, and I've searched the forums for a solution. I've found:
su
[root password]
vi /etc/fstab
and I get something I can't use

I'm not sure but I think once I get into a place where I can put in he proper file it will go something like this:
/dev/hda1/ /windows /NTFS default 0 0

I'm currently logged into startx as root, and I'm going to try it like a newb, with the GUI's assistance.
 
Old 05-09-2007, 05:33 PM   #5
g0dd011
LQ Newbie
 
Registered: May 2007
Location: BONANZA
Distribution: KDE Debian
Posts: 11

Rep: Reputation: 0
Question

Now it's gone to permissions denied...
I'll try rebooting.

Could anyone tell me the mount point? It's not /windows, I'm going to try /home.

Last edited by g0dd011; 05-09-2007 at 05:36 PM.
 
Old 05-09-2007, 05:38 PM   #6
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
I suggest nano instead of vi(m). It has the advantage that the key combinations are visable below the entry field.
 
Old 05-09-2007, 05:43 PM   #7
g0dd011
LQ Newbie
 
Registered: May 2007
Location: BONANZA
Distribution: KDE Debian
Posts: 11

Rep: Reputation: 0
Nano? I was hoping my newb trick of editing it as root logged into the KDE desktop would solve the editor issue. Is that whats causing it to forget what the NTFS file system is?

Nice, it kind of worked! Now I'm encountering another problem. It won't let my user level log in.
It's giving me many authority errors.

The exact error it's giving me on startup is "Could not start up kstartupconfig. Check you installation."

I went in and changed NTFS to ntfs, and changed the permissions to 0 and 0. I'll go back and try changing them back.

Last edited by g0dd011; 05-09-2007 at 06:06 PM.
 
Old 05-09-2007, 05:57 PM   #8
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Logging in as root into a GUI is considered "Bad Practice" (TM) by more advanced users (like sys-admins and such ) Don't use the Powers of Root in vain! It'll haunt you one day... Use the su command (I hate sudo) in a terminal. You can invoke your editor of choice then and there. I know Gedit does Anyway, nano isn't that hard to understand, even for new users.

Oh, btw: lose the slash on the filesystem type, and put that in lowercase: ntfs, not NTFS
 
Old 05-09-2007, 06:20 PM   #9
g0dd011
LQ Newbie
 
Registered: May 2007
Location: BONANZA
Distribution: KDE Debian
Posts: 11

Rep: Reputation: 0
I'm starting to see that. It won't let me log in as anything else now! What do I do to undo a change I made that caused this type of error?
 
Old 05-09-2007, 06:36 PM   #10
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Depends on how much you'll loose when re-installing the lot. I know, it shouldn't be needed, but it could well be the quickest and easiest way out... Especially for inexperienced users

If you want to try it, open Synaptic, select the base-system group and mark all installed packages in that group for re-installation. Also, do likewise with the KDE packages. If unsure, do all packages (but that's gonna be very similar to re-installing from scratch ) Best of luck! (you're gonna need it. in plentiful quantities )

Last edited by Dutch Master; 05-09-2007 at 06:38 PM.
 
Old 05-09-2007, 06:55 PM   #11
g0dd011
LQ Newbie
 
Registered: May 2007
Location: BONANZA
Distribution: KDE Debian
Posts: 11

Rep: Reputation: 0
This is a fresh install; I must admit that I feel a little like Mikey Mouse in fantasia. Where he used the master broom wile he was away, and had to hand it back. I'm new to this, but certainly not lacking in brains; there has to be another answer. Stepping back from the notebook, and reassessing the situation I will admit I was a little hurried in finding a solution, but reinstalling again is very extreme. I'm so sorry I used the power of root in vane! Please offer me a better way!!!

btw where do I find synaptic, I ran a search for it, and all that came up were the mouse drivers.

Last edited by g0dd011; 05-09-2007 at 07:09 PM.
 
Old 05-09-2007, 07:05 PM   #12
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Try
Code:
dpkg-reconfigure --all
This will take quite some time, but it should give you a clean sheet to start from. You may need to add the --force option, but do so only when you're prepared to re-install from scratch if it fails!
 
Old 05-09-2007, 07:31 PM   #13
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If you are running kde, you could run "kdesu kate /etc/fstab".

You will just be running kate as root in this case. You can also use "gnomesu" if you use gnome.

It would be a good idea to learn vim. If you need to use a rescue disk, it probably has vim-minimal installed. Also, to edit /etc/sudoers, you should use "visudo".

For simple editing, it isn't that hard. Just hit the "i" key to start editing. When finished, press the "ESC" key, and then ":wq" to write and 'quit.
 
Old 05-09-2007, 07:37 PM   #14
g0dd011
LQ Newbie
 
Registered: May 2007
Location: BONANZA
Distribution: KDE Debian
Posts: 11

Rep: Reputation: 0
Logged out, to console. running code, this is fascinating. The power, the raw power! It's letting me change everything! Awesome learning experience thus far, I'm going to have to get a Debian KDE dpkg manual, just in case I want to do any of these later on. I like how it explains what each thing does...

lol, it just told me to restart iceweasels! That hilarious!

It's looking like it's having issues with frontend KDE =\
It locked up... That's depressing. I'll try again from recovery mode.

grrr... I'm really getting tired of installing this OS, I think this is lucky number 13 =\.

In recovery mode I'm getting:
xauth: timeout in locking authority file //.serverauth.2406
xauth: timeout in locking authority file //.Xauthority
xauth: timeout in locking authority file //.Xauthority
xauth: timeout in locking authority file //.Xauthority
X: user not authorized to run X server, aborting.
xinit: Server error
xauth: timeout in locking authority file //.Xauthority
*sighs*

Last edited by g0dd011; 05-09-2007 at 07:44 PM.
 
  


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
NTFS mounting problem Phase_Accurate Fedora 5 01-13-2006 09:38 PM
problem at mounting ntfs tekin Slackware 4 03-28-2005 12:31 PM
Problem Mounting NTFS Nigh Unstoppabl Slackware 4 07-14-2004 05:26 PM
Mounting NTFS problem HiOctane21 Linux - Newbie 7 02-18-2004 02:22 PM
problem with mounting ntfs narendra_i Linux - Hardware 2 01-26-2004 08:06 PM

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

All times are GMT -5. The time now is 05:43 AM.

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