LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-15-2004, 02:43 AM   #1
kemikelx
LQ Newbie
 
Registered: Jul 2004
Posts: 2

Rep: Reputation: 0
Question USB Hard Disk "Could Not Enter" Error


Dear all,

I have an external 20Gb Hard disk that is divided into 3 partition.
2 NTFS (compressed) and 1 Fat32.

I'm running suse 9.1 with 2.6 core.
The linux detects my hard disk but for some reason it could not mount it.

Here is a list of details I've compiled.

=Start=
Message
Could not enter folder /media/usb-storage-1200000101E889E0:0:0:0p1

Hard Disc(sda1)[/media/usb-storage-1200000101E889E0:0:0:0p1]
Hard Disc(sda5)[/media/usb-storage-1200000101E889E0:0:0:0p5]
Hard Disc(sda6)[/media/usb-storage-1200000101E889E0:0:0:0p6]
Hard Disc(sda7)[/media/usb-storage-1200000101E889E0:0:0:0p7]

Mount Details
/dev/hda5 on / type reiserfs (rw,acl,user_xattr)
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hda1 on /windows/C type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8)
/dev/hdc on /media/cdrecorder type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
/dev/hdb on /media/dvd type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda1 on /media/usb-storage-1200000101E889E0:0:0:0p1 type subfs (rw,noexec,nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda6 on /media/usb-storage-1200000101E889E0:0:0:0p6 type subfs (rw,noexec,nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda5 on /media/usb-storage-1200000101E889E0:0:0:0p5 type subfs (rw,noexec,nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda7 on /media/usb-storage-1200000101E889E0:0:0:0p7 type subfs (rw,noexec,nosuid,nodev,sync,fs=floppyfss,procuid)

Fstab Details
linux:/etc # tail fstab
/dev/hda5 / reiserfs acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda6 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/dvd /media/dvd subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0

Var/Log Messages
Jul 13 00:36:05 linux kernel: FAT: bogus number of reserved sectors
Jul 13 00:36:05 linux kernel: VFS: Can't find a valid FAT filesystem on dev sda7.
Jul 13 00:36:05 linux kernel: hdb: packet command error: status=0x51 { DriveReady SeekComplete Error }
Jul 13 00:36:05 linux kernel: hdb: packet command error: error=0x50
Jul 13 00:36:05 linux kernel: cdrom: open failed.
Jul 13 00:36:05 linux kernel: VFS: Can't find ext2 filesystem on dev sda7.
Jul 13 00:36:05 linux submountd: mount failure, Invalid argument
Jul 13 00:36:05 linux kernel: VFS: Can't find a Minix or Minix V2 filesystem on device sda7.
Jul 13 00:36:05 linux kernel: subfs: unsuccessful attempt to mount media (256)
Jul 13 00:36:06 linux kernel: udf: registering filesystem
Jul 13 00:36:06 linux kernel: hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
Jul 13 00:36:06 linux kernel: hdc: packet command error: error=0x54
Jul 13 00:36:06 linux submountd: mount failure, No medium found

=End=

Please guide.
Thanks in advance.
KemikelX
 
Old 07-15-2004, 01:24 PM   #2
free_ouyo
Member
 
Registered: Mar 2004
Location: Belgium
Distribution: Ubuntu
Posts: 133

Rep: Reputation: 15
Re:mount usb drive

Hello,

- You can try : fdisk -l /dev/sda
list all partitions on the drive + type
In your log, it shows 4 partitions in place of 3 (1,5,6,7) !!

- create new entries in the /media
/media/usb_drive_part1
/media/usb_drive_part2
/media/usb_drive_part3
it's easier to understand that /media/usb-storage-1200000101E889E0:0:0:0p7

- try a manual mount of the partitions of the drive (depending of the fdisk -l result's)

- create the entries in the /etc/fstab
Now, the system is detecting the usb drive and make a auto mount.

I hope this help you. (let me know)

Free_ouyo
 
Old 07-16-2004, 04:41 AM   #3
kemikelx
LQ Newbie
 
Registered: Jul 2004
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks

I'll check it out and post the results
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse 9.2 "GRUB Hard Disk Error" Help! fxafelix Linux - Newbie 3 02-22-2005 05:37 AM
GRUB bootloader spits out "GRUB hard disk error" Crampedson Linux - Software 2 01-26-2005 06:34 PM
"Disk boot failure. Enter system disk and press enter" Fear58 Linux - Hardware 3 06-25-2004 05:17 PM
"No Hard Disk Drives detected" error when installing Woody as guest OS in VMware Thomas Anderson Debian 1 01-25-2004 04:41 AM
SUSE 6.4 on A7V+ATA100: "No hard-disk found" ondaalfa Linux - Software 0 04-09-2001 02:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration