Page 18 of 21 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 205

Thread: How to fstab

  1. #171
    Join Date
    Feb 2009
    Beans
    190

    Re: How to fstab

    Ah, thanks Bohdi.

    I am just developing some stand-alone programs to perform various scientific calculations. I like to keep the code and binaries together on my 'data' disc, as the binaries are of no use to anyone except me.

    If I create a ~/bin folder, does Ubuntu include it in the search path? What is the order of search? I think it is something like:

    /usr/local/bin first, followed by
    /usr/bin,
    then ... ?

    On a separate hard disc is my system disc, which holds a minimal /home directory, just to provide configuration info to the system programs like mplayer, etc. So I think this is a fairly clean separation between the things I do and what Ubuntu does.

    I backup my system disc now and then using 'dd' to another spare disc. I use rsync to back up my data disc, to a different spare disc.

    I suppose I could move my development environment back to /home, but I rather like the way things are set up now. Except for this 'suid' business.

  2. #172
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to fstab

    That all sounds reasonable to me, nothing wrong with it.

    To see your path :

    Code:
    echo $PATH
    If you have a ~/bin it should be the last item on the list.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  3. #173
    Join Date
    Jun 2007
    Location
    City of Joy, India
    Beans
    209
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to fstab

    Great Guide.
    Rahim
    Linux user since June 2K7
    Ubuntu User # 16769

  4. #174
    Join Date
    Sep 2008
    Beans
    6

    Re: How to fstab

    Good Work, very comprehensible guide.

  5. #175
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to fstab

    Added a link to Pysdm, a gui tool to configure fstab.

    pysdm is in the Ubuntu repositories and I have been taking it for a spin on Zenix. In general it works quite well.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #176
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to fstab

    Quote Originally Posted by bodhi.zazen View Post
    Added a link to Pysdm, a gui tool to configure fstab.

    pysdm is in the Ubuntu repositories and I have been taking it for a spin on Zenix. In general it works quite well.
    Hurrah! - I have been recommending pysdm for years to people that just want a nice, simple GUI to manage their disks.

    Why packages like this - which are basically essential for any user who does not want to be forced to learn arcane things like working with the fstab file just to connect one of their disks permanently - are not installed by default is really baffling.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  7. #177
    Join Date
    Feb 2007
    Location
    United States
    Beans
    24
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: How to fstab

    Thank you for this! as a beginner to linux, I look to the internet for assistance a lot for learning, and this is a very well done how-to.

  8. #178
    Join Date
    Oct 2009
    Beans
    1

    Re: How to fstab

    Quote Originally Posted by bodhi.zazen View Post
    ...........

    Fstab Examples
    # NFS
    Server:/share /media/nfs nfs rsize=8192 and wsize=8192,noexec,nosuid
    # "Server" = Samba server (by IP or name if you have an entry for the server in your hosts file
    # "share" = name of the shared directory

    Great post, helped this noob immensely.

    The above section from the original post contains a typo. The line should instead read

    Server:/share /media/nfs nfs rsize=8192,wsize=8192,noexec,nosuid


    Thanks

  9. #179
    Join Date
    Oct 2009
    Beans
    6

    Re: How to fstab

    Great ! Thank you. This will surely help

  10. #180
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to fstab

    Quote Originally Posted by paul uk View Post
    Great post, helped this noob immensely.

    The above section from the original post contains a typo. The line should instead read

    Server:/share /media/nfs nfs rsize=8192,wsize=8192,noexec,nosuid


    Thanks


    Thank you, I fixed that one.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Page 18 of 21 FirstFirst ... 81617181920 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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