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 10-09-2003, 10:19 AM   #1
jxfdasilva
Member
 
Registered: Oct 2003
Posts: 44

Rep: Reputation: 15
Windows


Ya, me again..

Hello 4 evrybody..

1st. How can I make a shortcut on desktop on Mandrake 9.1, which allows me to open windows XP?

2nd. How and where can I check other drivers - e.g. I've got more 2 HD on the system - and I need to check this HD to collect data...


Rgds

Jose

from otherside of the world

 
Old 10-09-2003, 10:26 AM   #2
Zoombie
Member
 
Registered: Jul 2003
Distribution: Debian Testing
Posts: 180

Rep: Reputation: 30
1. What do you mean by "open Windows XP?" Do you mean reboot into Windows XP? I don't think you can make a shortcut on the desktop for that. You need to make the appropriate changes to LILO or GRUB. I think Mandrake uses LILO. The contents of your lilo.conf would be useful.

2. You need to provide some more information on this one. What kind of hard drives are they? Do you know how the partition tables are set up? And the contents of your fstab would be useful.
 
Old 10-09-2003, 10:27 AM   #3
Col Panic
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 93

Rep: Reputation: 15
shortcut to winxp?

if you mean the windows system you have to reboot to use it.

if you mean just the partition, setup a launcher pointed at /mnt/<mount point> where mount point is the name of your xp partition.

If it's an NTFS partition I don't reccomend doing it.....

Zoombie beat me to the punch............

Last edited by Col Panic; 10-09-2003 at 10:29 AM.
 
Old 10-09-2003, 10:35 AM   #4
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
Re: Windows

Quote:
Originally posted by jxfdasilva
1st. How can I make a shortcut on desktop on Mandrake 9.1, which allows me to open windows XP?
To actually open Windows XP, you'll need something like VMWare first.
To open a disk partition with Konqueror in KDE, (e.g. your windows partition) I would do the following:

First find out where my windows partition is mounted. For me, that's /mnt/win_c. (I've got /mnt/win_d, too.)

Then I look at my desktop.
I right-click on it.
I Click New -> Link to URL

Title: Windows XP
URL: /mnt/win_c

Quote:
2nd. How and where can I check other drivers - e.g. I've got more 2 HD on the system - and I need to check this HD to collect data...
You mean drives?

If you're looking for other harddisks, I'm almost sure Mandrake has mounted it somewhere.
Fire up a terminal, and say:

$ mount

This will give you a list of which partitions are mounted where.
If you don't know what to make of it, post it here.

If you want to know what (physical) disks you have, say:

$ ls /dev/hd?
 
Old 10-09-2003, 11:23 AM   #5
jxfdasilva
Member
 
Registered: Oct 2003
Posts: 44

Original Poster
Rep: Reputation: 15
I try but the it gives me this error:


Malformed URL
/mnt/win_c



Rgds

Jose

Mozambique
 
Old 10-09-2003, 11:28 AM   #6
jxfdasilva
Member
 
Registered: Oct 2003
Posts: 44

Original Poster
Rep: Reputation: 15
Hi,

That what I found on terminal:
It seems the hda1 desapear....

[jose@cust176-231 jose]$ mount
/dev/hde5 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbdevfs (rw)
none on /dev type devfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
/dev/hde7 on /home type ext3 (rw)
none on /mnt/cdrom type supermount (ro,dev=/dev/scd0,fs=auto,--,iocharset=iso8859-15,codepage=850,umask=0)
none on /mnt/cdrom2 type supermount (ro,dev=/dev/hdd,fs=auto,--,iocharset=iso8859-15,codepage=850,umask=0)
none on /mnt/floppy type supermount (rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=iso8859-15,codepage=850,umask=0)
/dev/hde1 on /mnt/windows type ntfs (ro,iocharset=iso8859-15,umask=0)
[jose@cust176-231 jose]$



rgds
 
Old 10-09-2003, 12:06 PM   #7
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
Quote:
Originally posted by jxfdasilva
Hi,

That what I found on terminal:
It seems the hda1 desapear....

[jose@cust176-231 jose]$ mount
/dev/hde5 on / type ext3 (rw)
This is your / partition, your main linux partition.

Quote:
none on /proc type proc (rw)
FIXME: Virtual filesystem for the kernel processes

Quote:
none on /proc/bus/usb type usbdevfs (rw)
none on /dev type devfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
/dev/hde7 on /home type ext3 (rw)
I see you have a partition for the /home dir ...

Quote:
none on /mnt/cdrom type supermount (ro,dev=/dev/scd0,fs=auto,--,iocharset=iso8859-15,codepage=850,umask=0)
none on /mnt/cdrom2 type supermount (ro,dev=/dev/hdd,fs=auto,--,iocharset=iso8859-15,codepage=850,umask=0)
none on /mnt/floppy type supermount (rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=iso8859-15,codepage=850,umask=0)
/dev/hde1 on /mnt/windows type ntfs (ro,iocharset=iso8859-15,umask=0)
[jose@cust176-231 jose]$
If I'm right, these are your CD-RW, CD-ROM, floppy drive and windows partition.

Like Col. Panic said, it is not recommended to work with an NTFS partition, which your windows partition is.

Quote:
I try but the it gives me this error:

Malformed URL
/mnt/win_c
I think I wasn't clear enough, sorry: The /mnt/win_c entry only applies for _my_ computer. You have to use /mnt/windows instead, because you only have one windows partition mounted.

Please give us the output of

$ ls /dev/hd?

Then we can see if your /dev/hda device really disappeared!
 
Old 10-09-2003, 12:10 PM   #8
jxfdasilva
Member
 
Registered: Oct 2003
Posts: 44

Original Poster
Rep: Reputation: 15
Hi,

here it comes,


[jose@cust176-231 jose]$ ls /dev/hd?
/dev/hda@ /dev/hdb@ /dev/hdc@ /dev/hdd@ /dev/hde@
[jose@cust176-231 jose]$

Rgds

Jose
 
Old 10-09-2003, 12:44 PM   #9
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
Quote:
Originally posted by jxfdasilva
[jose@cust176-231 jose]$ ls /dev/hd?
/dev/hda@ /dev/hdb@ /dev/hdc@ /dev/hdd@ /dev/hde@
[jose@cust176-231 jose]$
Maybe you already notices that you have five block devices (exept for /dev/scd0)

You might know what you are looking at if you know that:

/dev/hda: the master on the first IDE bus.
/dev/hdb: the slave
/dev/hdc: the master on the second IDE bus
/dev/hdd: the slave
/dev/hde: the master on the third IDE bus

Now you have to find out how the 'unknown' partitions have been configured, in order to mount them.

# fdisk /dev/hd{a,b,c,e}

NOTE: I've skipped /dev/hdd, because according to your fstab, it's a cdrom device. You can skip (or add) any other devices just by adding/removing the letters. Don't forget to 'su' before saying fdisk (mind the # instead of the $)

You can mount a partition by saying:

# mount device directory

If you know the name of your additional partition(s), you can mount them by saying above command.
Don't forget to create directory if you are going to create a new mount point! Example:

$ mkdir -p /mnt/win2

If you can't figure it out with this information, you can post the output of fdisk -l /dev/hd{a,b,c,e} and I'll help you from there.
 
Old 10-09-2003, 12:46 PM   #10
talon105
LQ Newbie
 
Registered: Oct 2003
Distribution: RH9
Posts: 18

Rep: Reputation: 0
Like wuck said, you really should be using vFat not NTFS. Linux (because of some legal reasons that I never really learned) is not compatible with NTFS (XP filesystem by default), without compiling and updating your kernel... but even then, that's not recommended.
 
Old 10-09-2003, 02:20 PM   #11
justinbm
LQ Newbie
 
Registered: Oct 2003
Distribution: Red Hat 9.0
Posts: 6

Rep: Reputation: 0
Hey wunck i need some help

i need to do the same... create a shortcut to windows 98 and or run an internal modem

justin
 
Old 10-09-2003, 02:47 PM   #12
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
Dear justin: please explain your question more thoroughly. But before you do that, hit the http://images.linuxquestions.org/que.../newthread.gif button and post a new thread about it please.

Quote:
Originally posted by talon105
Like wuck said, you really should be using vFat not NTFS. Linux (because of some legal reasons that I never really learned) is not compatible with NTFS (XP filesystem by default), without compiling and updating your kernel... but even then, that's not recommended.
With my stock kernel I only have read access to NTFS.
 
Old 10-10-2003, 07:46 AM   #13
jxfdasilva
Member
 
Registered: Oct 2003
Posts: 44

Original Poster
Rep: Reputation: 15
Hi,

here it comes:

[root@cust176-231 jose]# /sbin/lilo -v
LILO version 22.4.1, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2002 John Coffman
Released 27-Jan-2003 and compiled at 11:11:26 on Feb 5 2003.

Reading boot sector from /dev/hde
Using GRAPHIC secondary loader
Calling map_insert_data
Mapping message file /boot/message -> message-graphic
Calling map_insert_file

Boot image: /boot/vmlinuz -> vmlinuz-2.4.21-0.13mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.4.21-0.13mdk.img
Added linux

Boot image: /boot/vmlinuz-enterprise -> vmlinuz-2.4.21-0.13mdkenterprise
Mapping RAM disk /boot/initrd-enterprise.img -> initrd-2.4.21-0.13mdkenterprise.img
Added linux-enterpris *

Boot other: /dev/hde1, on /dev/hde, loader CHAIN
Added windows

Boot other: /dev/fd0, loader CHAIN
Pseudo partition start: 0
Added floppy

Boot image: /boot/vmlinuz -> vmlinuz-2.4.21-0.13mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.4.21-0.13mdk.img
Added failsafe

Boot other: /dev/hda1, on /dev/hda, loader CHAIN
Fatal: Image name, label, or alias contains a blank character: 'Windows 1'
[root@cust176-231 jose]#


....

Rgds

Jose
 
Old 10-10-2003, 08:34 AM   #14
justinbm
LQ Newbie
 
Registered: Oct 2003
Distribution: Red Hat 9.0
Posts: 6

Rep: Reputation: 0
i am very new to linux i need some more detailed instructions


thanx
 
Old 10-10-2003, 09:07 AM   #15
Zoombie
Member
 
Registered: Jul 2003
Distribution: Debian Testing
Posts: 180

Rep: Reputation: 30
Quote:
Originally posted by jxfdasilva
Fatal: Image name, label, or alias contains a blank character: 'Windows 1'
You're not allowed to have spaces in labels.
 
  


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
Linux under Windows - to use USB devices, not affect / reboot Windows, etc? pianoplayer88key General 2 12-01-2005 07:17 PM
Red Hat Linux 9 + Windows Server 2003 + Windows XP + Fedora in same domain wolfy339 Linux - Networking 5 03-02-2005 06:03 AM
SuSE 9.1 and Windows Xp refuse to live in harmony: error loading windows through GRUB sanctumtacete Linux - Newbie 3 10-19-2004 07:47 AM
Running Windows Games In Linux From Windows Hard Drive Darkstar274 Linux - Games 2 12-25-2003 11:19 PM
Partitioning drives to split Linux and windows with windows already on computer. linuxnoub Linux - Hardware 5 10-16-2003 12:21 AM

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

All times are GMT -5. The time now is 06:22 PM.

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