Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-01-28 6:36:48 am

scott_mckenzie
New member
Registered: 2008-01-22
Posts: 7

USB Device Fails to mount

Hi All,

I have a Create Zen Stone Plus and for some reason Xandros was detecting it and offering to ope it in different apps (File Manager, Music Manager, etc) but when I go into the drive it does not read properly.

So I had a different look on various forums and have found the below solution.  Problem is that it works once (when I mount the device), but once I do that if I unplug the device, and then plug back in, the device id resets (it was first sdc1, then sdd1, now sde1).

1.  Open up a console window:
- Simple Mode: CTL+ALT+T
- Advanced Mode: Click on console in the launch bar -> Applications -> Console.
2.  Find which device code relates to your device:
- sudo fdisk -l
You should see multiple disks.  It is highly likely that your device will start with 'sd', most likely sdb1 or sdc1 if you haven't plugged in other usb drives.
3.  Create a mount directory
- sudo mkdir /mnt/<insertdrivenamehere>
where <insertdrivenamehere> represents the name you would like to call your drive.
4.  Create link to mounted directory in home/user (optional)
- Advanced Mode: in File Manager go to File -> Create Symbolic Link
- Select the folder /mnt/<insertdrivenamehere>

If anyone has any suggestions for this it would be greatly appreciated.

Cheers - Scott

Last edited by scott_mckenzie (2008-01-28 6:47:45 am)

Offline

 

#2 2008-02-05 5:18:18 pm

benivel
Member
Registered: 2008-01-19
Posts: 19

Re: USB Device Fails to mount

I tried what you said but there are some steps missing or things that are not obvious to me...
On my eee, I tried mounting the Zen Stone Plus manually but I don't know what filesystem type to specify, this is what I got :

Code:

/media/ZEN Stone Plus> mount -t vfat /dev/sdd /mnt/zenstone
mount: wrong fs type, bad option, bad superblock on /dev/sdd,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

/media/ZEN Stone Plus> dmesg | tail
[22420.910000] unhashed dentry being revalidated: sqlite_VCrmy2KMIAw0QQb
[22420.910000] unhashed dentry being revalidated: sqlite_VCrmy2KMIAw0QQb
[22420.910000] unhashed dentry being revalidated: sqlite_VCrmy2KMIAw0QQb
[22435.260000] FAT: "fat=32" option is obsolete, not supported now
[22435.260000] FAT: invalid media value (0x2a)
[22435.260000] VFS: Can't find a valid FAT filesystem on dev sdd.
[22435.320000] unhashed dentry being revalidated: zenstone
[22442.530000] FAT: invalid media value (0x2a)
[22442.530000] VFS: Can't find a valid FAT filesystem on dev sdd.
[22442.600000] unhashed dentry being revalidated: zenstone

Offline

 

#3 2008-02-09 3:04:11 am

Lofwyr
Member
Registered: 2008-02-06
Posts: 28

Re: USB Device Fails to mount

i've been getting a similar 'wrong fs, bad option, bad superblock on /dev/loop0'

i'm trying to mount a .iso file, using 'sudo mount -o loop -t iso9660 ~/file.iso /media/cdrom (the dirs i created to mount)

I'm somewhat of a linux newbie, so if help could be put in simple terms and examples it would be great.

Offline

 

#4 2008-02-09 11:52:05 am

er-um
Member
Registered: 2007-11-19
Posts: 39

Re: USB Device Fails to mount

sudo mount /dev/sdb1 ./zen   

works for me, in other words, have you tried letting the mount command work out the file system for itself?

and you need a number on the end of the device, so /dev/sdd1 rather than /dev/sdd .  (It's the partition you need to mount rather than the device; you can get the number from the output of sudo fdisk -l )

Offline

 

#5 2008-02-09 2:25:08 pm

benivel
Member
Registered: 2008-01-19
Posts: 19

Re: USB Device Fails to mount

Thanks er-um ! I mounted it succesfully and now I see the files. But why doesn't it do that by itself when I plug it in ? Do you have any idea ???

Offline

 

#6 2008-02-12 1:21:32 pm

topnode
Member
Registered: 2007-12-05
Posts: 19
Website

Re: USB Device Fails to mount

Hi guys, I've a post in my blog with some screenshots on how i mounted my Zen stone plus here: http://reyblogstoo.wordpress.com/2008/0 … he-eee-pc/

Last edited by topnode (2008-02-12 1:23:26 pm)

Offline

 

#7 2008-02-12 1:26:27 pm

benivel
Member
Registered: 2008-01-19
Posts: 19

Re: USB Device Fails to mount

Cool ! Thanks Topnode !

Offline

 

#8 2008-02-12 1:31:12 pm

topnode
Member
Registered: 2007-12-05
Posts: 19
Website

Re: USB Device Fails to mount

I haven't figured a way to automagically have it mounted yet. I'm looking to the linux gurus to provide a more elegant way of doing it. smile

Offline

 

#9 2008-04-22 12:23:10 pm

topnode
Member
Registered: 2007-12-05
Posts: 19
Website

Re: USB Device Fails to mount

topnode wrote:

Hi guys, I've a post in my blog with some screenshots on how i mounted my Zen stone plus here: http://reyblogstoo.wordpress.com/2008/0 … he-eee-pc/

I've just moved it to this site : http://themobileme.net/2008/02/11/getti … he-eee-pc/

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson