Find the answer to your Linux question:
Results 1 to 3 of 3
My wife's XP has crashed and I neeed to save files. I've discovered the command to mount the hard drive - unfortunately I need to force the mount, but I ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    35

    Kubuntu Live Disc Mount Hard Drive

    My wife's XP has crashed and I neeed to save files.

    I've discovered the command to mount the hard drive - unfortunately I need to force the mount, but I can't do it because I have to be in root. I can see the root user in the user list, but when I try to switch I can't access it.

    Can someone please explain how I can do it to back up my wife's files.

    Thanks. I have Kubuntu 8 and KDE 4.1.

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    You put sudo in front of the command you want to execute as root. See here

    examples
    Code:
    sudo mkdir /media/sda1
    sudo mount /dev/sda1 /media/sda1

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    35
    Thanks. I'll try it when I can get the live disk to work. Got a new problem but I'll start a new thread.

Posting Permissions

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