Re: Knoppix
This looks scarey! This is a good disk that I am trying to look at; I do not want to fdisk it!
I am not sure what the "-l" switch is supposed to do.
Please tell me what this is doing.
I'll get back to you on the Ubuntu.
Thanks for the support. :grinthumb
The first command is to show me your discs according to fdisk. It makes absolutely no changes, its just so I can see what discs you have so I can ensure I tell you the correct disc. If your 100% confident its sda1 I can assume this as well. If its been partitioned by default with W7 though, its likely your C is in fact sda2. I swore I read it was XP, but I now can't find where I read it. :haha:
For example, the command on my PC (Slackware 13.1):
Code:
root@(none):~# /sbin/fdisk -l
Disk /dev/sda: 16.1 GB, 16106127360 bytes
255 heads, 63 sectors/track, 1958 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x741a55de
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1698 13639153+ 83 Linux
/dev/sda2 1699 1958 2088450 82 Linux swap
root@(none):~#
Fdisk is only dangerous when you write changes to it. But your not actually using it in the manner in which your believing - if that makes sense. lol. (You want to be worried when your using the command "fdisk /dev/sda" as your then telling fdisk to open up with your 1st hard drive, to make changes).
The 2nd command is to display your fstab, so I can see if your partition is there like I suspect, but needs manually "mounting" in order to be readable.