Find the answer to your Linux question:
Results 1 to 3 of 3
hello there i use ubuntu live cd and i want to make mount for my hdrive but i do not know root password in the live cd . how can ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Posts
    18

    how can i make mount for my harddisk partions

    hello there

    i use ubuntu live cd and i want to make mount for my hdrive but i do not know root password in the live cd . how can i make mount?


    thank you...

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quite often live cds automatically mount your hard drives for you. Try typing "mount" at the command line to see if it's already mounted.

    Also, it's important that you know that ubuntu doesn't have a root account by default. Instead use "sudo" to get root permissions. For example
    Code:
    sudo mount
    OK??
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  3. #3
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Also in your term you can do
    Code:
    sudo passwd root
    then log in as root after you make the password, which may be more convenient than typing "sudo" all the time.
    noobus in perpetuum

Posting Permissions

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