Results 1 to 3 of 3
hi
howto mount ext3 read/write using debian Live-CD ?
greetings
cc...
- 10-01-2008 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
mount ext3 read/write
hi
howto mount ext3 read/write using debian Live-CD ?
greetings
cc
- 10-01-2008 #2Just Joined!
- Join Date
- Sep 2008
- Posts
- 11
You need to be more specific, what kind of device are you trying to mount? Is it a hard drive, USB drive, etc.?
Open up your terminal :
use this command to display devices that are connected to your computer
ThenCode:fdisk -l
Code:cd /media/
Take the information from fdisk (in my case it is /dev/sdc1) You should see something similar to this in the output from fdisk and say..Code:mkdir XXXX
Code:mount /dev/sdc1 /media/XXXX
- 10-01-2008 #3Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
thx a lot, it works perfectly.


Reply With Quote
