LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-17-2006, 08:12 AM   #1
adnansaj
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Rep: Reputation: 0
ERror: /dev/sda1 is not a valid block device


Hello,
i'm using FC 5 distribution. I hav a 80GB Seagate SATA Drive most of which is formatted under windows XP. I've loaded and successfully installed required ntfs drivers for my distro. fdisk -l displays my disks as sda1, sda2, sda3, sda4, and sda5. cat /proc/filesystems displays ntfs in supported disk formats... but when i use the command for mounting:

mount /dev/sda1 /mnt/windows -t ntfs -r
the terminal displays:
/dev/sda1 is not a valid block device.

tried the same with other partitions as well but get the same error.

Under LVM i can see all of my partitions as uninitialized partitions.

I've searched through a lot of threads but haven't come up with any solution..!!.

so HELP ME...!!!!
 
Old 11-17-2006, 08:23 AM   #2
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
Code:
mount -t ntfs /dev/sda1 /mnt/windows
regards
 
Old 11-19-2006, 01:06 AM   #3
adnansaj
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Sorry.. Getting the same error with this command as well...!!!

What shud i do now...???
 
Old 11-19-2006, 11:16 AM   #4
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Post the results of fdisk -l as shown in terminal, so that we can see for ourselves what the facts are.
 
Old 11-19-2006, 03:38 PM   #5
adnansaj
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Here's the output of fdisk:

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 1147 9213246 7 HPFS/NTFS
/dev/sda2 1148 9729 68934915 f W95 Ext'd (LBA)
/dev/sda5 1148 2039 7164958+ 7 HPFS/NTFS
/dev/sda6 2040 3314 10241406 7 HPFS/NTFS
/dev/sda7 3315 4590 10249438+ 7 HPFS/NTFS
/dev/sda8 4591 8709 33085836 7 HPFS/NTFS
/dev/sda9 8710 9729 8193118+ 83 Linux


Got any clue???...

i'm eagerly waitin' for the day when i'll be able to open my files in linux w/o first goin to windows copying them to usb and rebooting linux again..!!
 
Old 11-22-2006, 01:11 AM   #6
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
what happens if you mount -t ntfs /dev/sda6 /your/mountpoint
and are you sure that you've ntfs kmod installed?

regards
 
Old 11-22-2006, 02:19 PM   #7
adnansaj
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Original Poster
Rep: Reputation: 0
with -t ntfs /dev/sda6 (mount point) ...... i get the same error.
/dev/sda6 is not a valid block device.

and yea.. i've counterchkd. that ntfs kernel module is installed on my Distribution... when i try to reinstall it says same version is already installed on my system....

don't know where the problem lies...!!
 
Old 11-23-2006, 01:31 AM   #8
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
ls -al sd* within /dev
Check if the device file exists what it automatically should ...
and maybe something is wrong with your bios settings.
 
Old 11-26-2006, 09:43 PM   #9
MadZyzome
LQ Newbie
 
Registered: Nov 2006
Posts: 1

Rep: Reputation: 0
Same here

I have the same problem with fc6. I tried to use the 3rd generation ntfs driver (that didn't work because of some bug with SElinux) then I tried the driver from linux-ntfs.org (it also didn't work because it would just say "mount: unknown filesystem type 'ntfs'") then I installed the NTFS support with linva rpm and now it says "Error:/dev/sdb1 is not a valid block device".

So instead of getting rid of my errors completely I just replace them with new ones, gotta love it!! I've seen this problem all over the internet in regards to FC. Everyone has opinions but no one as yet has a definitive answer. Indeed I'm beginning to wonder weather it is possible at all to mount a NTFS file system read only or not. If anyone has an answer I'd kill to find out how you did it.
 
Old 11-27-2006, 03:00 AM   #10
adnansaj
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Yes the sda* drives are shown in the /dev/ path...
I've come across another scenario... during my experimentations... i thot there was some problem with my SATA Drive so i got another disk from my friend and installed it in parallel with my hard disk.. Now FC made my disk sdb* and my friends' disk sda*... when i ran the same command with sda* replaced with sdb*.. all of my drives got successfully mounted... but when i tried to mount my friends' drive which was assigned sda* it gave same error... now when i removed my friends' drive my drive was again assigned sda* and when i repeated the same command with sda* same error started to appear again...
I don't know if there is some problem with sda* assignment of the drives... is there any way i can chk. that ???? or any way i can mention something somewhere so that FC picks my drives as sdb*...???
Or anyother conclusion could be that u can only mount one of the ntfs drives when you have two SATA drives installed..?? is that possible.....??
 
  


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
mount: /dev/sda1 is not a valid block device?????help mojarron Slackware 13 03-21-2005 05:33 AM
/dev/sda1 NOT a valid block device ??? mack4evr SUSE / openSUSE 5 10-15-2004 01:06 PM
/dev/sda1 not valid block device pcpinkerton Linux - Hardware 19 02-29-2004 07:48 AM
/dev/sda1 is not a valid block device mschrijn Linux - Newbie 0 12-17-2001 01:14 PM
/dev/sda1 is not a valid block device adenardo Linux - General 6 10-17-2001 10:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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