Re: Mount issue



On Thu, 2008-07-17 at 11:27 -0700, Jim Smith wrote:
Robert Spanjaard wrote:
On Thu, 17 Jul 2008 08:23:04 -0700, Jim Smith wrote:


Can you post a copy of /etc/fstab?



Here it is.

/etc/fstab:

# /etc/fstab: static file system information. #
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0 #
/dev/sda4 -- converted during upgrade to edgy
UUID=c8253db2-ac0b-4664-9e3c-837ce469a95d / ext3 defaults,errors=remount-ro 0 1
# /dev/sda3 -- converted during upgrade to edgy
UUID=53682bbd-4fcd-4d8c-81a6-7da4e9dc3ece none swap sw 0 0
UUID=81c37411-73dc-470b-a908-291e03841c94 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sda2 /media/Jim,s\040HD ntfs-3g defaults,locale=en_US.UTF-8 0 0

The device shows uip in the devices list in a file browser, but still
gives the same errors when attempting to mount.


What do you mean by the "devices list"? If it shows up, doesn't that mean
it's already mounted? What happens when you click on it? Can you view the
properties of the device?


I plugged it in to my
other Ubuntu box, also running Hardy and it mounted normally. Whatever
the problem is resides on this machine.


It does. The error is about the mount point. In the first column of
your fstab, you can see several devices/partitions which are normally
available on your computer. The second column lists the position (mount
point) where they will be added to your filesystem. Somehow, your
computer tries to add the USB-drive at an illegal position.
You could take another look at /etc/mtab after you plugged in the drive,
and see if sdb1 is listed there. (Proably not, if the mounting fails.)

Another option would be to check if you have a udev.rules file with an
illegal rule for the USB hard disk. Check it by typing

cat /etc/udev/udev.rules

(udev.rules is a bit like fstab, but then for hotswappable devices)


Result of that is:
jim@JimsBook:~$ cat /etc/udev/udev.rules
cat: /etc/udev/udev.rules: No such file or directory
jim@JimsBook:~$

/etc/udev contains a subdirectory 'rules.d' which contains numerous
files, many of which I looked at but none of which seem to have my
device in mind.
lsusb does show the device on the first line:
jim@JimsBook:~$ lsusb
Bus 005 Device 004: ID 0d49:7350 Maxtor
Bus 005 Device 002: ID 0ac8:c002 Z-Star Microelectronics Corp.
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 045e:00e1 Microsoft Corp. Wireless Laser Mouse
6000 Reciever
Bus 001 Device 001: ID 0000:0000
jim@JimsBook:~$
Still mystified.

Jim

I have read that ubuntu (and pretty much any linux running 2.6.18 and
newer) has this power conservation feature that limits the power output
to the usb. A normal usb will output about 5 volts of electricty. I
believe the power save feature cuts it in half, so a few devices, such
as wireless cards, external hard drives, thumbdrives, and a few other
devices may not work. What i ended up doing to get around that was to
create 99-custom.rules in the /etc/udev/rules.d directory. I dont think
that showing mine as an example would be a good idea because mine is
used for my usb wireless device

--cj



--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Mount issue
    ... The error is about the mount point. ... The second column lists the position (mount ... illegal rule for the USB hard disk. ... newer) has this power conservation feature that limits the power output ...
    (Ubuntu)
  • USB Issue with New Kernel?
    ... I now have an issue with an external USB hard drive ... It appears that the drive will mount if it's powered on when Ubuntu ...
    (Ubuntu)
  • Re: [semi-OT] Ubuntu, VirtualBox and USB drives
    ... What are the guest Operating Systems you're running? ... Just to save us both some time, since you don't like asking questions properly with relevant info; if your USB stick mounts in ubuntu, then just add the mount as a 'shared folder' in VirtualBox. ...
    (comp.os.linux.misc)
  • usb devices does not mount automatically
    ... This problem was noticed on the 5.10 version of Ubuntu. ... with the upgrade to Dapper it would be solved. ... When I plug a device on the usb port it appears on the ... but only the root can mount it. ...
    (Ubuntu)
  • mount by uuid?
    ... can ubuntu initrd/ramfs by default mount the real root by uuid? ... the usb stick is most likely sda. ...
    (Ubuntu)