Find the answer to your Linux question:
Results 1 to 10 of 10
I have a question regarding the Ubuntu Live CD. What is the easiest way to mount a hard drive (as read-only)? In Knoppx, you can mount your hdd as read ...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Posts
    11

    Ubuntu Live CD Question

    I have a question regarding the Ubuntu Live CD. What is the easiest way to mount a hard drive (as read-only)? In Knoppx, you can mount your hdd as read only just by clicking on the icon on the desktop, but I can’t seem to find an easy way to do this in Ubuntu. I want to give this to my somewhat-less-than-tech-savvy sister for use when she does something to kill Windows. Any help would be appreciated.


    Also, if it can only be done via the command line, what is the command? I can mount it; I just don’t know how to mount it so that users other than root can access it. (Still somewhat new to Linux) Again, any help you could give me would be appreciated.

    Thanks

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Try (as root):
    Code:
    mount /dev/hd?? /<whereever you want to mount it too>
    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Just Joined!
    Join Date
    Jul 2005
    Posts
    11
    I know that the command you gave me will mount the hard drive, but when I go to open it in the file browser, I cannot access the folder where it was mounted. It says that I don't have permission to do so. The thing is that I don't know how to change this so a non-root user can access the folder.

    Also, this is for my sister, so I would like to find a way to do this that doesn't require the command line, if at all possible.

    Thanks for the help.

  4. #4
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Belgium
    Posts
    1,429
    Edit your /etc/fstab for the partition to be mounted and readable to all users on the system.
    ** Registered Linux User # 393717 and proud of it ** Check out www.zenwalk.org
    ** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **

  5. #5
    Just Joined!
    Join Date
    Jul 2005
    Posts
    11
    But this is a live cd, so won't that not work?

  6. #6
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    it'll work, just add rw in the fstab options section for the dev
    Operating System: GNU Emacs

  7. #7
    Linux Newbie
    Join Date
    Aug 2005
    Location
    South India, 79 E 11 N
    Posts
    109
    breezy (ubuntu) comes with automount of the partitions on the desktop.
    it cant get easier than this!
    tv.
    Be happy. Life is too short to be unhappy!

  8. #8
    Just Joined!
    Join Date
    Nov 2005
    Posts
    1
    ubuntu breezy sure automount all my ntfs partitions, but these are only readable by root ( sudo ). Googling the web to look for that issue brought me here

    So well it can still get a bit easier, nevertheless I recommend this distrib to everyone for it's much easy to use

  9. #9
    Linux Newbie
    Join Date
    Aug 2005
    Location
    South India, 79 E 11 N
    Posts
    109
    perhaps you could change the permisions to user once for all.

    tv
    Be happy. Life is too short to be unhappy!

  10. #10
    Linux Newbie
    Join Date
    Aug 2005
    Location
    South India, 79 E 11 N
    Posts
    109
    ooops!
    i see the problem now and failed ot see the solution has been posted already.

    it is a live cd and so change has to be made every time?
    in that case it could be a bother.
    or does it save a settings in a folder in the hard disk?
    i know puppy linux does that. does ubuntu?

    tv
    Be happy. Life is too short to be unhappy!

Posting Permissions

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