LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-01-2007, 09:17 PM   #16
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743

I'm stabbing in the dark here---perhaps someone more knowledgeable will step in soon.....

When you boot up from the live CD, go to a terminal and enter "mount". We need to be sure that sda1 is not already mounted. Then try mounting it again using Saikee's instructions.

The easiest way out of this just MIGHT be re-installing everything (It has happened to all of us---many times in my case)
 
Old 08-01-2007, 09:48 PM   #17
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by Thepilot893
After trying to reboot the computer comes on to a black screen with a white blinking cursor in the top left hand corner.
This usually indicates the boot loader can't find a valid partition to boot - it's just the loader code in a tight loop, but generally you'd expect a message first.
Quote:
WARNING: Dirty volume mount was forced by the 'force' mount option
This I think is coming from ntfs-3g, and indicates that sda1 is "dirty" - needs a (M$oft) chkdsk run on it.
If it were me I'd be booting the XP CD and getting into "recovery Console" (watch the messages on boot). From there you can run chkdsk, and also fixmbr which will re-install the M$oft loader in the MBR - presuming it can read sda1 o.k., as it does some checking for an installed version of Windoze.

Last edited by syg00; 08-01-2007 at 09:51 PM.
 
Old 08-02-2007, 02:15 AM   #18
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
The disgnose so far

Initially there was only a MS system
Partition Tragic was used to create a 4th partition
The MS system boundary might have changed
Hard disk doesn't boot now
The MS partition can't be mounted in Linux
Some permanent damage may have been inflicted because the filing indexing system has been shrunk and expanded.
No information on if the sda1 partition has been restored to the original boundary.

Recommendations

Use Windows installation CD to repair the partition.

Last edited by saikee; 08-02-2007 at 02:17 AM.
 
Old 08-02-2007, 07:47 PM   #19
Thepilot893
LQ Newbie
 
Registered: Aug 2007
Distribution: Knoppix
Posts: 12

Original Poster
Rep: Reputation: 0
Already Mounted?

I did a plain mount command and this popped up:

/dev/root on / type ext2 (rw)
/ramdisk on /ramdisk type tmpfs (rw,size=404216k,mode=755)
/UNIONFS on /UNIONFS type aufs (rw,br:/ramdisk:/KNOPPIX:/KNOPPIX2)
/dev/hda on /cdrom type iso9660 (ro)
/dev/cloop on /KNOPPIX type iso9660 (ro)
/dev/cloop2 on /KNOPPIX2 type iso9660 (ro)
/proc/bus/usb on /proc/bus/usb type usbfs (rw,devmode=0666)
/dev/pts on /dev/pts type devpts (rw)
/dev/sda1 on /media/sda1 type fuseblk (ro,nosuid,nodev,noatime,allow_other,blksize=4096)
/dev/sda2 on /media/sda2 type vfat (ro,nosuid,nodev,umask=000,shortname=winnt,uid=1000,gid=1000)

Does this mean that the device is already mounted? and if so why can't I boot into that partition?

Last edited by Thepilot893; 08-02-2007 at 08:38 PM.
 
Old 08-03-2007, 02:37 AM   #20
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
If you can mount a partition that means the operating system, which is a Linux in this case, can read it content. This opens the possibility of extracting its content and your personal data can be salvaged.

Your sda1 is supposed to be a ntfs partition but for some reasons it wasn't mounted as such so I can't be sure if you can read its content. Only you would know by clicking it in the desktop the folder /media/sda1, or in the terminal mode issue the command
Code:
ls /media/sda1
A partition readable in Linux means the filing system is still intact. If it doesn't boot then the boot loader may have been damaged or the MBR overwritten. If the system is healthy, with no damage to any of the system files, then any other boot loader, including Grub, can fire it up.
 
Old 08-03-2007, 05:28 AM   #21
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Thepilot893
I did a plain mount command and this popped up:

Does this mean that the device is already mounted? and if so why can't I boot into that partition?
There may be a semantics issue here....When you are up and running (as you were when issuing the "mount" command), you would not "boot into a partition") Did you mean that you can not go into it using "cd"?

Quote:
/dev/sda1 on /media/sda1 type fuseblk (ro,nosuid,nodev,noatime,allow_other,blksize=4096)
Anyone know what "fuseblk" means??
 
Old 08-03-2007, 10:01 AM   #22
Thepilot893
LQ Newbie
 
Registered: Aug 2007
Distribution: Knoppix
Posts: 12

Original Poster
Rep: Reputation: 0
Maybe

What if I were to create a GRUB boot commmand, then place it into each one of my partitions. Do you think that could work? and if so how should I write it?
 
Old 08-03-2007, 10:17 AM   #23
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Three things:

First: I think that OP's choice of terminology is confusing people. I also think this reflects OP's level of knowledge, so this is not a criticism, just a warning.

Second: the error about the dirty bit set...cannot mount partition...blah blah blah comes out of ntfs-3g if you have a kernel prior to 2.6.20. I think something in ntfs-3g is broken prior to that kernel. However, you can mount the ntfs partition read only, as OP subsequently demonstrated.

Third: From what I see, I expect that the windows command fixmbr (repair console) will most likely fix OP's computer up as far as booting from Windows is concerned.

Now, even if fixmbr does fix things up, it could be that the partition is damaged since an attempt was made to resize. If the filesystem thinks it is larger than the partition it is on, the system will start but may subsequently (minutes, hours, or weeks later) corrupt itself. The fact that there is a 1 Gig partition at the end of the drive makes me suspicious.

OP should confirm that the windows partition can be read by mounting it read only and browsing it. I then would strongly suggest that OP copy the files off of it, just in case.

Then OP should either run fixmbr or install grub. I would think running fixmbr would be safer.
 
Old 08-03-2007, 03:30 PM   #24
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Thepilot893
What if I were to create a GRUB boot commmand, then place it into each one of my partitions. Do you think that could work? and if so how should I write it?
I suggest that you read my tutorial (linked below) + maybe the GRUB manual.

"creating a GRUB command" does not describe how the process works. First, You have to have boot code in the MBR (eg GRUB stage 1, Windows boot code, etc.) Assuming GRUB, this boot code then points to /boot/grub, where it finds the configuration files, stage files, and kernel, etc.
OR:
the MBR boot code can point to another copy of GRUB installed in the boot sector of a partition. From there, the next steps would be as described above.

Since you don't seem to be responding directly to the inputs people have given--and to some questions--it may become more difficult to help you. Specifically, I can't see how putting boot code in each partition would help you situation.....Can you?
 
Old 08-11-2007, 10:20 PM   #25
Thepilot893
LQ Newbie
 
Registered: Aug 2007
Distribution: Knoppix
Posts: 12

Original Poster
Rep: Reputation: 0
Cool Fixed

Ok, I fixed the problem. All I needed to do was to make the partition with Windows on it bootable. I used a linux rescuecd to boot up, then used gparted and made my partition bootable. I FEEL DUMB. Thank you everyone for helping me out.
 
  


Reply

Tags
error, partition



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
USB drive... /dev/sda1 doesn't show unless I try mounting /dev/sda as vfat finite Linux - Hardware 8 03-10-2009 12:52 AM
Rsync from say /dev/hda1 to /dev/sda1 backup DIRdiver Linux - General 6 10-09-2006 06:42 PM
Grub Dual Boot /dev/sda1 /dev/hda1 jono268 Debian 4 01-14-2005 04:54 AM
/dev/sda and /dev/sda1 disappeared using sii3112A striderstrahan Linux - Software 0 09-16-2004 05:00 AM
USB Compact flash card reader hotplug creates /dev/sda but no /dev/sda1 -Mandrake 9.1 bibinono Linux - Hardware 2 08-11-2003 09:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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