Find the answer to your Linux question:
Results 1 to 3 of 3
hi howto mount ext3 read/write using debian Live-CD ? greetings cc...
  1. #1
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120

    mount ext3 read/write

    hi

    howto mount ext3 read/write using debian Live-CD ?

    greetings
    cc

  2. #2
    Just 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
    Code:
    fdisk -l
    Then
    Code:
    cd /media/
    Code:
    mkdir XXXX
    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:
    mount /dev/sdc1 /media/XXXX

  3. #3
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120
    thx a lot, it works perfectly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •