LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
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


Reply
  Search this Thread
Old 07-04-2004, 05:04 AM   #1
Indian_bee
LQ Newbie
 
Registered: Jun 2004
Location: Germany
Posts: 6

Rep: Reputation: 0
Help please to mount windows partitions - device-mapper: error adding target to table


Hello folks,

I tried to forward the IP from my PC to use Inetrnet in laptop also and succeded. But after that I couldn't see my windows partitons from Linux. I use Suse 9.1 Pro. The things I have done are:

1. Setup DNS server
2. Setup DHCP server
3. Setup Name server
4. Edited Suse firewall to allow my laptop to access internet.

the error while booting is as follows:

md: Autodetecting RAID arrays.
<6>md: autorun ...
<6>md: ... autorun DONE.
<6>device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<3>device-mapper: : dm-linear: Device lookup failed
<4>
<4>device-mapper: error adding target to table
<6>NTFS driver 2.1.6 [Flags: R/O MODULE].
<6>subfs 0.9
Kernel logging (ksyslog) stopped.
Kernel log daemon terminating.

Boot logging started on /dev/tty1(/dev/console) at Sun Jul 4 12:39:23 2004
.
.
.
.
.
.
.
Checking file systems...
fsck 1.34 (25-Jul-2003)
doneSetting updone
Mounting local file systems...
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
mount: /dev/hdb5 already mounted or /windows/F busy
mount: /dev/hdb6 already mounted or /windows/G busy
/dev/hdd on /media/cdrecorder type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
/dev/hdc on /media/cdrom type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
mount: /dev/hda1 already mounted or /windows/C busy
mount: /dev/hdb3 already mounted or /windows/E busy
failed<notice>exit status of (boot.localfs boot.evms) is (0 0)
<notice>run boot scripts (boot.crypto)
 
Old 07-04-2004, 12:07 PM   #2
ping_wing
Member
 
Registered: Apr 2004
Posts: 65

Rep: Reputation: 15
it's quite a mess.
what for is raid there?

give output of /etc/fstab /etc/raidtab /proc/mdstat and fdisk printout of all harddisks.

cheers,
http://www.axeltabs.com/

__
axel
 
Old 07-04-2004, 05:00 PM   #3
Indian_bee
LQ Newbie
 
Registered: Jun 2004
Location: Germany
Posts: 6

Original Poster
Rep: Reputation: 0
output of /etc/fstab

/dev/hda6 / reiserfs acl,user_xattr 1 1
/dev/hdb1 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb5 /windows/F ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb6 /windows/G vfat user,iocharset=utf8,users,gid=users,umask=0002 0 0
/dev/hda5 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/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/hda1 /windows/C vfat user 0 0
/dev/hdb3 /windows/E vfat user 0 0
------------------------------------------
output of proc/mdstat:

Personalities:
unused devices: <none>


------------------------------------------
output of fdisk:

Usage: fdisk [-l] [-b SSZ] [-u] device
E.g.: fdisk /dev/hda (for the first IDE disk)
or: fdisk /dev/sdc (for the third SCSI disk)
or: fdisk /dev/eda (for the first PS/2 ESDI drive)
or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)
----------------------------------------------------------
I couldn't found /etc/raidtab: I tried this:
whereis raidtab
raidtab: /usr/share/man/man5/raidtab.5.gz
---------------------------------------------------------------
I am new to Linux, so I dunno much about the errors. If there is something stupid in my previous post, don't mistake me. If u need some more info, I will post the whole boot.msg

Last edited by Indian_bee; 07-06-2004 at 10:42 AM.
 
Old 07-06-2004, 07:12 PM   #4
Indian_bee
LQ Newbie
 
Registered: Jun 2004
Location: Germany
Posts: 6

Original Poster
Rep: Reputation: 0
Hello Ping_Wing,

I have posted the output files. Kindly help me to mount my windows partition.I gonna mad without accessing my windows partition as I have many files there.
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Does Mandrake 10.1 has device mapper? edccorp Mandriva 2 03-20-2005 08:51 AM
installing device-mapper aaronj Linux - Software 1 10-02-2004 02:00 AM
Adding device to the User Mount Tool? Mr.Radar Fedora 2 03-29-2004 01:24 PM
lvm 2 device-mapper Kroenecker Linux - Newbie 4 12-29-2003 11:19 AM
LVM and device-mapper instalation- Help zick Linux - General 0 10-29-2003 10:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:43 AM.

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