[olug] mounting drives in Kubuntu 6.06

Joe Gulizia jrguliz at yahoo.com
Fri Sep 8 11:40:49 UTC 2006


I'm using Kubuntu 6.06 Dapper Drake.
How can I mount the following devices all 
connected to USB ports?

Yes, I've already RTFMP (Man Pages!) and can't
understand most of it....probably making it harder
than it actually is.


160 GB external hard drive
60 GB external hard drive (it works as sdd1)
1 GB SD card via a 21 in 1 card reader

DVD drive give me....

mount: only root can mount /dev/hdc on /media/cdrom0
Please check that the disk is entered correctly.

CDRW drive gives me....

Could not mount device.
The reported error was:
mount: block device /dev/hdd is write-protected,
mounting read-only
mount: wrong fs type, bad option, bad superblock on
/dev/hdd,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

dmesg gives me:
[17201322.380000] cdrom: open failed.
[17201322.388000] cdrom: open failed.
[17201322.448000] cdrom: open failed.
[17201322.452000] cdrom: open failed.
[17201387.100000] attempt to access beyond end of
device
[17201387.100000] hdd: rw=0, want=68, limit=4
[17201387.100000] isofs_fill_super: bread failed,
dev=hdd, iso_blknum=16, block=16
[17201387.196000] attempt to access beyond end of
device
[17201387.196000] hdd: rw=0, want=68, limit=4
[17201387.196000] isofs_fill_super: bread failed,
dev=hdd, iso_blknum=16, block=16

Here's more:

Using
root at zzzzzz~# mount
/dev/mapper/Ubuntu-root on / type ext3
(rw,errors=remount-ro)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
lrm on /lib/modules/2.6.15-26-386/volatile type tmpfs
(rw)
/dev/hda1 on /boot type ext3 (rw)
/dev/sdd1 on /media/WD_60GB type vfat (rw)
root at zzzzzz:~# lsusb
Bus 005 Device 004: ID 1058:0701 Western Digital
Technologies, Inc.
Bus 005 Device 002: ID 058f:6362 Alcor Micro Corp.
Bus 005 Device 003: ID 4971:a001
Bus 005 Device 001: ID 0000:0000
Bus 001 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


Current fstab is:

# <file system> <mount point>   <type>  <options>     
   <dump>  <pass> (end of line)
proc /proc proc defaults 0 0 (end of line)
/dev/mapper/Ubuntu-root / ext3
nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid
0 1 (end of line)
/dev/hda1 /boot ext3
nouser,defaults,atime,auto,rw,dev,exec,suid 0 2 (end
of line)
/dev/mapper/Ubuntu-swap_1 none swap sw 0 0 (end of
line)
/dev/hdc /media/cdrom0 iso9660  0 0 (end of line)
/dev/hdd /media/cdrom1 udf,iso9660
user,atime,noauto,rw,dev,exec,suid 0 0 (end of line)
/dev/fd0 /media/floppy0 vfat
uid=65534,gid=65534,auto,rw,users,quiet 0 0 (end of
line)
# /dev/sdb1 /media/CARD_READER usbfs  0 0 (end of
line)

/dev/sda /mnt/sda1 auto
users,atime,auto,rw,dev,exec,suid 0 0 (end of line)
/dev/sdd1 /media/WD_60GB auto
users,atime,auto,rw,dev,exec,suid 0 0 (end of line  --
THIS WORKS)
/dev/sdb /media/sdb1 auto
user,atime,auto,rw,dev,exec,suid 0 0 (end of line)
/dev/sdc /media/sdc1 auto
user,atime,auto,rw,dev,exec,suid 0 0 (end of line)

/dev/hdc /media/cdrom0 iso9660 noauto 0 0 (end of
line)

-- end of fstab --

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the OLUG mailing list