Results 1 to 10 of 19
As an arch beginner, I am looking to do a dual boot with Windows XP on an NTFS file system. I am also running and AMD 64 bit chip.
Running ...
- 04-29-2007 #1Just Joined!
- Join Date
- Apr 2007
- Location
- Belgium
- Posts
- 10
NTFS & Derbian
As an arch beginner, I am looking to do a dual boot with Windows XP on an NTFS file system. I am also running and AMD 64 bit chip.
Running searches within this forum did not deliver any help to me. I have managed to install Linux on a physical drive but am unable to access my windows files. My current thinking is that I would probably do better to start again.
Any pointers would be appreciated. Also an overview of the Linux environment would be useful. The Derbian platform looks good but should I really be looking elsewhere?
Feeling daunted!
Peter
- 04-30-2007 #2
did you mount Windows partitions?
open Terminal/Konsole and execute this
post out of both commands here.Code:su fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #3Just Joined!
- Join Date
- Apr 2007
- Location
- Belgium
- Posts
- 10
NTFS & Derbian
My thanks for prompt response.
I mounted Windows partitions on one hard drive and let Derbian run its course on the other. As I recall it mounted "system3" or "file3" on the seconnd hard disk which it took over.
By this routine to change the boot I have to go into the bios and change the hard disk boot priority. I had expected you be offered the choice of booting system.
Is the "console" you mention for entering your code lines somewhere in that routine or elsewhere?
Best regards
Peter
- 04-30-2007 #4its in Menu. OR press Alt+F2 and type 'konsole' in the box. execute commands mentioned in above post, and post output here.Is the "console" you mention for entering your code lines somewhere in that routine or elsewhere?
where did you install boot loader during debain installation? does GRUB Menu appear at bootup?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #5Just Joined!
- Join Date
- Apr 2007
- Location
- Belgium
- Posts
- 10
SU simply gave me a Password prompt which would accept no accept no keystrokes.
Crucially this message came out.
Filesystem Size Used Avail Use% Mounted on
/dev/hdb1 1089g 2.9 100g 3%
tmpfs 975M 0 975M 0% /lib/init/rw
udev 10M 72k 10M 0% /dev/shm
Is this what you were after?
Best regards
Peter Gardiner
- 04-30-2007 #6it doesn't display anything, not even **** coz of scurity reasons. type correct password and press Enter key.SU simply gave me a Password prompt which would accept no accept no keystrokes.
execute all commands again and post output here.
where did you install boot loader during debain installation? does GRUB Menu appear at bootup?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #7Just Joined!
- Join Date
- Apr 2007
- Location
- Belgium
- Posts
- 10
Enjoying the fluid communication. Back soon
Am inclined to think GRUB menu does not appear at atart up as I receive no choices.
Back soon
Peter
- 04-30-2007 #8
GRUB menu should appear at startup. post the contents of menu.lst file too.
Code:less /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #9Just Joined!
- Join Date
- Apr 2007
- Location
- Belgium
- Posts
- 10
Password:
debianPG:/home/peter# fdisk -1
fdisk: invalid option -- 1
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
debianPG:/home/peter# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hdb1 109G 2.9G 100G 3% /
tmpfs 975M 0 975M 0% /lib/init/rw
udev 10M 72K 10M 1% /dev
tmpfs 975M 0 975M 0% /dev/shm
debianPG:/home/peter#
Is this the right hymsheet?
Seems as though GRUB did not find its way in.
Peter Gardiner
- 04-30-2007 #10
its small L not one in fdisk -l.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
