LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 08-13-2006, 05:47 PM   #1
popeoftheweasles
LQ Newbie
 
Registered: Aug 2006
Posts: 4

Rep: Reputation: 0
Reading Windows Partition from Suse10.1


here's the problem, i can read the C drive from linux fine, but i can't read the D drive

it's listed as device /dev/sdb1, at mount point /windows/D

but when i try and mount it i get this


SoAndSo:/home/SuchandSuch # mount /windows/D
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


don't suppose anyone out there can help me?
 
Old 08-13-2006, 05:55 PM   #2
lotusjps46
Member
 
Registered: Apr 2003
Location: Dallas
Distribution: Vector Linux, Suse 10.1
Posts: 186

Rep: Reputation: 30
Is there any chance the D drive is NTFS format? Linux does not like NTFS, but it can be mounted. I just don't remember how.

I am assuming that the D drive is an EIDE drive, not SCSI, right? SCSI drives show up as sda or sdb or sdb1, like that. I would expect the D drive to show up as hdb.

You might try running dmesg | tail and tell us what it says about the second drive.
 
Old 08-13-2006, 05:58 PM   #3
popeoftheweasles
LQ Newbie
 
Registered: Aug 2006
Posts: 4

Original Poster
Rep: Reputation: 0
i suppose it's scsi, since it shows up as sdb1

dmesg | tail told me this

NTFS-fs error (device sdb1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sdb1): ntfs_fill_super(): Not an NTFS volume.
SFW2-INext-DROP-DEFLT-INV IN=eth0 OUT= MAC=00:0c:6e:68:c6:a7:00:0f:b5:e3:4f:f4:08:00 SRC=84.65.52.108 DST=192.168.1.2 LEN=40 TOS=0x00 PREC=0x00 TTL=255 ID=27939 PROTO=TCP SPT=37628 DPT=1679 WINDOW=0 RES=0x00 RST URGP=0
SFW2-INext-DROP-DEFLT-INV IN=eth0 OUT= MAC=00:0c:6e:68:c6:a7:00:0f:b5:e3:4f:f4:08:00 SRC=81.233.77.83 DST=192.168.1.2 LEN=40 TOS=0x00 PREC=0x00 TTL=255 ID=27721 PROTO=TCP SPT=64228 DPT=1681 WINDOW=0 RES=0x00 RST URGP=0
NTFS-fs warning (device sdb1): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device sdb1): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sdb1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sdb1): ntfs_fill_super(): Not an NTFS volume.
FAT: Unrecognized mount option "nls=utf8" or missing value
FAT: Unrecognized mount option "unmask=0" or missing value
 
Old 08-14-2006, 05:18 AM   #4
mango1122
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
try mounting it with editing the fstab file locted in /etc/fstab

for example .this is wot i have mounted on my sys.
i created 4 drives in mnt.each corresponding to a drive in windows.
use the commands shown below to mount it
to know the name of ur disk in linux(eg /dev/sda...) use cmd fdisk -l





/dev/sda9 / reiserfs acl,user_xattr 1 1
/dev/sda8 /boot reiserfs acl,user_xattr 1 2
/dev/sda7 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/sda1 /mnt/c ntfs rw 0 0
/dev/sda3 /mnt/d vfat defaults 0 0
/dev/sda5 /mnt/e vfat defaults 0 0
/dev/sda6 /mnt/f vfat defaults 0 0


hppe this wrks fine for u
 
Old 08-15-2006, 09:17 PM   #5
popeoftheweasles
LQ Newbie
 
Registered: Aug 2006
Posts: 4

Original Poster
Rep: Reputation: 0
... that doesn't really help, i'm sorry. my windows drive is listed as /dev/sdb1 what do i do change the name of it?
 
Old 08-16-2006, 01:07 AM   #6
mango1122
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
just post the result of fdisk -l in here.i'll tell u hw to mnt it den
 
Old 08-17-2006, 04:18 PM   #7
popeoftheweasles
LQ Newbie
 
Registered: Aug 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2351 18876375 7 HPFS/NTFS
/dev/sda2 2351 9729 59271786 f W95 Ext'd (LBA)
/dev/sda5 2351 2529 1437754+ 82 Linux swap / Solaris
/dev/sda6 2530 4488 15735636 83 Linux
/dev/sda7 4489 9729 42098301 83 Linux

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 7179 57665286 83 Linux
/dev/sdb2 7180 9729 20482875 7 HPFS/NTFS
 
Old 08-18-2006, 02:10 AM   #8
mango1122
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
mnt it like.make changes to /etc/fstab

/dev/sda1 /mnt/d ntfs rw 0 0

i think it shud do the trick if it dosent post the reply of df
 
Old 08-23-2006, 01:32 AM   #9
mango1122
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
did it work for u
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading Windows partition through Hoary Hedgehog Spike2097 Ubuntu 3 09-14-2005 08:18 PM
reading windows partition? how to. blastradius Ubuntu 5 08-23-2005 03:36 PM
Reading windows partition from linux. gauntalus Linux - Software 2 01-02-2005 03:25 PM
Reading NTFS (Windows) partition under Slackware NewtoSlack Slackware 9 01-05-2004 03:13 PM
Reading Media off the Microsoft Windows 98 Partition saturninus Linux - Newbie 7 08-28-2003 11:35 AM

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

All times are GMT -5. The time now is 11:41 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