Results 1 to 5 of 5
How do i access my C: drive from damn small linux running on a usb drive. I have windows installed on the same computer.
THANKS...
- 02-22-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
accessing my C: drive
How do i access my C: drive from damn small linux running on a usb drive. I have windows installed on the same computer.
THANKS
- 02-22-2008 #2
Hi and Welcome !
You have to mount partition manually.
Open Terminal and execute this
Post output here.Code:fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
format?
I "formatted" my usb drive and it erased everthing, there is no risk of that is there?
Also i need to leave Windows un-affected and usable, will this do that?.
- 02-22-2008 #4
fdisk -l will list all partition names only. We have to check partition details first. Just execute fdisk -l command and post output here. It wont affect any partition in any way.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2008 #5
If you are unsure of the consequences of executing commands
given in forums or chats try using man <cmd> in this case, that
would be man fdisk
This will give you lots of information and remember not all forums
play as nice as this one...If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote