Topic: Unable to mount any HD/USB stick. Screenshots included

Hi!

I am fairly new to the #! Linux Distro, but I seem to have one small (BIG) problem. I can't mount anything. Neither hard disks, nor USB pen drives. I tried mounting drives with EXT3, NTFS and FAT, but they all give the same error (see the shots). Could somebody help me? Thanks.

Screenshots:

http://img151.imageshack.us/img151/8222/2009041312396314571024x.th.png

http://img254.imageshack.us/img254/7577/2009041312396314671024x.th.png

Re: Unable to mount any HD/USB stick. Screenshots included

Hi,
For a start,
- What flavour of #! are you using ?
- Is this a fresh install ?
- Did you try to make some custom partitioning ?
- Show me your ~/.config/openbox/autostart.sh

/Niels
Registered Linux user #133791 > Get counted at http://counter.li.org
-----------------------------------------------------------------------
So Many Things To Do, And No Time For Nuts !

Re: Unable to mount any HD/USB stick. Screenshots included

If you run PCManFM as root, can you mount the disks?

Perhaps install and run pysdm and configure your disks.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: Unable to mount any HD/USB stick. Screenshots included

Hi, I have the same error as antoniopt and run #! 8.10 full on a fresh install without making any custom partitioning.
I run pcmanfm as root and then I could access to my ntfs drive. But there was another problem, I couldn't read a video from that hard drive hmm
I try pysdm too. And it works, I could play my video.
Just now I still don't know if I have to run pysdm after a reboot or if I have permanent access to my hard drive. I'll test it tomorrow.

Re: Unable to mount any HD/USB stick. Screenshots included

^Running pysdm will add an entry to your fstab which permanently solves this problem.

Re: Unable to mount any HD/USB stick. Screenshots included

Hi,

I think that to fix this permanently you'll need to edit you /etc/fstab file, which is beyond my level of technical expertise (although I did successfully do it once, a long time ago, with an Ubuntu install after spending a few hours reading instructions on the Ubuntu website). However, for a temporary solution I can help!

Here's what you need to do (apologies if any of this is already obvious to you):

1. Find out what your computer calls the drive you want to mount by typing

fdisk -l

. It will be something like sda1, sdb1, sdc1, sda2 etc

2. Create a directory to mount this drive to by typing

sudo mkdir /media/my_drive

where my_drive is some name of your own choosing.

3. Mount the drive by (if it is sda1) by typing

sudo mount /dev/sda1 /media/my_drive

I hope this helps.

Tim

Re: Unable to mount any HD/USB stick. Screenshots included

Scrat wrote:

Hi,
For a start,
- What flavour of #! are you using ?
- Is this a fresh install ?
- Did you try to make some custom partitioning ?
- Show me your ~/.config/openbox/autostart.sh


mine is freshly installed yesterday and i encountered the same problem and errors..
my goodness!!! this isn't as easy as i thought:(

Re: Unable to mount any HD/USB stick. Screenshots included

^^ the issue is answered in the subsequent posts: root, fstab, pysdm - pick one.

Re: Unable to mount any HD/USB stick. Screenshots included

...also the Gnome 'Authorizations' app is a good solution. It's in the LXPanel menu but I don't think it appears in Crunchbang's menus. Invoke by:

polkit-gnome-authorization

freedesktop > hal > storage

Re: Unable to mount any HD/USB stick. Screenshots included

By the way. Tried to copy some tunez on my new nokia phone from EEE 1005 HA running !#, and /almost/ failed.

I have installed crunchbang on my EEE due to howto posted by Amarant. Everything works fine, but when i plug in any thumbnail drive, nothing happens. The drive does not show in sudo fdisk -l output, gparted does not see it, and lsusb gives nothing at all and can not be interrupted by ctrl+c, the only way to do anything to pendrive or microsd is to run pcmanfm as root. Not only phones, but also pendrives (exactly the pendrive i installed #! from, for example) and sd cards are ignored.

At the same time, my desktop with vanilla !# installed automounts flash drives on the fly (does not see sd cards though).

Yes, i know how to run file manager as root and yes i know how to edit fstabs (in general), but why on earth should i? It is a very annoying bug. (

Re: Unable to mount any HD/USB stick. Screenshots included

If GParted does not see your drive then something seems wrong. I would try connecting the drive to a different port.

BTW CrunchBang does not include gnome-volume-manager or anything similar, so that's why fstab or pysdm need to be used.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.