You are not logged in.

#1 2009-03-16 18:35:33

the gray
Member
From: Croatia
Registered: 2009-03-16
Posts: 21

[SOLVED]mounting cdrom and usb devices doesn't work

Hello,

i have trouble mounting my usb devices. automount doesn't work and i can't mount them manually even as a superuser. here's the output of mount command:

mount: wrong fs type, bad option, bad superblock on /dev/sdc,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

i can mount cdrom manually but i can't do the same for my usb stick and external hard drives. it always complains about the above regardless of the filesystem. my devices are working under windows and other linuxes so i know hardware is not the problem.

i'm using lxde with pcmanfm.

if you need any other files just ask.

thanks

Last edited by the gray (2009-03-16 20:15:18)

Offline

#2 2009-03-16 19:32:48

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED]mounting cdrom and usb devices doesn't work

Have you followed the HAL wiki page especially the Trouble Shooting section? Follow the instructions for PolicyKit. That should make it work.

Also use the search function of the forums...this issue has been discussed a lot of times.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2009-03-16 19:52:39

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [SOLVED]mounting cdrom and usb devices doesn't work

I presume the above was trying to mount a cd? (it may help if you give the actual mount-command!!)
If it was an attempt to mount a usb-stick, then it most certaily should have been:
mount /dev/sdc1 /some/path/mountpoint

cd's and floppies (in general) are the only devices that can be used without partitioning, even floppies will often have a partition on them.

the hal policy-kit stuff should not affect your ability to mount anything as 'root'.

Offline

#4 2009-03-16 20:12:04

the gray
Member
From: Croatia
Registered: 2009-03-16
Posts: 21

Re: [SOLVED]mounting cdrom and usb devices doesn't work

above was the error when i tried to mount any usb device with "mount -t <type> /dev/sdc /media/mountpoint". and i couldn't mount any usb device as root from console. when i tried to mount devices using pcmanfm it just popped some empty dialogs and i couldn't find any mention of "IsCallerPriviliged failed" error so i (wrongly) presumed it wasn't that. i did try some of the other fixes mentioned in the forum with no success. but adding exec ck-launch-session startkde to my .xinitrc fixed the issue smile

thanks again

Last edited by the gray (2009-03-16 20:17:53)

Offline

#5 2009-03-16 20:43:34

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [SOLVED]mounting cdrom and usb devices doesn't work

Yup - because you used /dev/sdc and not /dev/sdc1 !!

Offline

#6 2009-03-16 20:51:39

the gray
Member
From: Croatia
Registered: 2009-03-16
Posts: 21

Re: [SOLVED]mounting cdrom and usb devices doesn't work

i can't belive i made such a stupid mistake big_smile well, at least now i'm sure i won't make it again

Offline

Board footer

Powered by FluxBB