Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-05-2006, 10:15 PM
|
#1
|
Member
Registered: Jan 2006
Location: SantaBarbara
Distribution: Slackware 12.1
Posts: 196
Rep:
|
mounting other hard drive?
Hi everyone
i have 3 hard drives
80G hda for windows
200G hdb for documents, i partition this one into 50G and 150G
20G hdd for linux hdd
fdisk -l says
hdb1 wat95 fat32(LBA)
hdb2 w95 ext'd (LBA)
hdb5 w95 fat32
i can mount my hda, hda1 perfectly but when i try hdb5 it complains
This is what i get when i try
mount -t auto /dev/hdb5 /mnt/d
or
mount -t ntfs /dev/hdb5 /mnt/d
mount: wrong fs type, bad option, bad superblock on /dev/hdb5,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
and this is what i got after dmesg | tail
i810_rng: RNG not detected
hw_random: RNG not detected
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
NTFS driver v1.1.22 [Flags: R/O MODULE]
VFS: Can't find a valid FAT filesystem on dev 03:45.
Is there any way to get arround this?
Thank You
|
|
|
01-06-2006, 03:25 AM
|
#2
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
Take a look at /etc/fstab. How is hdb5 listed there? It should show you the device (/dev/hdb5), the mount point (/mnt/d), and the filesystem type (vfat). If all the information seems correct, you should be able to mount this way: mount /dev/hdb5 (without anything else. you would need to also give the mount point if you want to mount to someplace other than the mount point in /etc/fstab).
|
|
|
01-06-2006, 04:28 AM
|
#3
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Sorry I missed the multipost. I don't usually answer those, so this post doesn't actually exist.
Last edited by fancypiper; 01-06-2006 at 07:38 AM.
|
|
|
01-06-2006, 02:47 PM
|
#5
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
What he said.
|
|
|
All times are GMT -5. The time now is 10:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|