Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Keeping NTFS volumes mounted...Ubuntu 7.10  (Read 6148 times)

0 Members and 1 Guest are viewing this topic.

Sid

    Topic Starter


    Apprentice
  • Thanked: 8
    • Experience: Experienced
    • OS: Windows XP
    Keeping NTFS volumes mounted...Ubuntu 7.10
    « on: December 24, 2007, 04:32:55 AM »
    Hi guys,

    I've started using Ubuntu 7.10 now, and I'd like to keep the NTFS volumes (I've got 5 partitions) mounted, and if possible on the desktop.

    Well, I say mounted, I assume that's the correct terminology?

    Anyway, I've had a look on the wiki, and there is a line to enter in the terminal that, I think, is supposed to stop the drives from un-mounting on reboot, but they keep un-mounting.

    Any help is well appreciated.

    Cheers!

    quaxo



      Guru
    • Thanked: 127
      • Yes
    • Computer: Specs
    • Experience: Guru
    • OS: Windows 11
    Re: Keeping NTFS volumes mounted...Ubuntu 7.10
    « Reply #1 on: December 24, 2007, 07:59:25 AM »
    You have to edit fstab to make NTFS drive mount automatically at boot. Here's a good explanation of it:

    http://www.arsgeek.com/?p=585

    Sid

      Topic Starter


      Apprentice
    • Thanked: 8
      • Experience: Experienced
      • OS: Windows XP
      Re: Keeping NTFS volumes mounted...Ubuntu 7.10
      « Reply #2 on: December 27, 2007, 04:37:32 PM »
      I sorted the problem.

      Like you said I had to edit Fstab, but that blog you linked me to just confused me more.

      I've written how I did it on my myspace blog.

      With 7.10 NTFS read&write is native, so I didn't need to install anything else.

      Thanks for the help though, appreciate it.

      liambiscuit



        Hopeful

        Re: Keeping NTFS volumes mounted...Ubuntu 7.10
        « Reply #3 on: December 27, 2007, 06:36:30 PM »
        what the heck is fstab...
        " When the rich wage war its the Poor who die "
                Linkin Park



        Whoever said that nothing is impossible has obviously never tried to slam a revolving door. -- Lauren

        You cannot buy your friends but you can buy them pizza - AzureBlade49

        quaxo



          Guru
        • Thanked: 127
          • Yes
        • Computer: Specs
        • Experience: Guru
        • OS: Windows 11
        Re: Keeping NTFS volumes mounted...Ubuntu 7.10
        « Reply #4 on: December 27, 2007, 07:16:38 PM »
        what the heck is fstab...

        The fstab file is the file system table. It's common in Unix and Linux. Basically it holds all the information for all drives (partitions) and where and how to mount them either when the system is booted or when the 'mount -a' command is used.

        liambiscuit



          Hopeful

          Re: Keeping NTFS volumes mounted...Ubuntu 7.10
          « Reply #5 on: December 28, 2007, 07:13:23 PM »
          i know -a means abort... so mount -a must be to disconnect a drive/device, but the rest i had NO FREAKIN CLUE what it meant....
          " When the rich wage war its the Poor who die "
                  Linkin Park



          Whoever said that nothing is impossible has obviously never tried to slam a revolving door. -- Lauren

          You cannot buy your friends but you can buy them pizza - AzureBlade49

          quaxo



            Guru
          • Thanked: 127
            • Yes
          • Computer: Specs
          • Experience: Guru
          • OS: Windows 11
          Re: Keeping NTFS volumes mounted...Ubuntu 7.10
          « Reply #6 on: December 28, 2007, 09:16:00 PM »
          i know -a means abort...

          Eh, no. mount -a automatically mounts all drives from the fstab except for those with the 'noauto' tag. To remove a mounted drive, the command is 'umount' (yes, umount, not unmount).

          If you're serious about using Linux, I suggest you get a book and read a bit. If you find tech talk confusing, "Linux for Dummies" provides a good introduction into many different Linux distros and desktops. It comes with a CD (or DVD, I can't remember) with several distros as well.

          Sid

            Topic Starter


            Apprentice
          • Thanked: 8
            • Experience: Experienced
            • OS: Windows XP
            Re: Keeping NTFS volumes mounted...Ubuntu 7.10
            « Reply #7 on: December 29, 2007, 04:42:56 AM »
            I'm quite surprised at how no-one seems to have written a basic instruction on how to do this...

            All the guides I found were for 7.04, and you had to d/l something to make it understand you wanted to read AND write to the drive.  The Gutsy wiki explains that you need to edit fstab, but it doesn't tell you what will need inputting.

            I can't be the only on who wants my NTFS partitions mounted on boot, can I? Lol.

            liambiscuit



              Hopeful

              Re: Keeping NTFS volumes mounted...Ubuntu 7.10
              « Reply #8 on: December 29, 2007, 08:08:47 AM »
              well my pc hd is so small 60 gigs, 3 partitions... one 30, win xp, 20 unpartitioned (used to be linux) and 10 gig sharing.... i never really needed to do that...

              and im not a COMPLETE moron i know what some things mean... im just too used to windows xp right now...

              and if i could makea boot floppy that would make my life alot easier.
              " When the rich wage war its the Poor who die "
                      Linkin Park



              Whoever said that nothing is impossible has obviously never tried to slam a revolving door. -- Lauren

              You cannot buy your friends but you can buy them pizza - AzureBlade49

              quaxo



                Guru
              • Thanked: 127
                • Yes
              • Computer: Specs
              • Experience: Guru
              • OS: Windows 11
              Re: Keeping NTFS volumes mounted...Ubuntu 7.10
              « Reply #9 on: December 29, 2007, 09:18:30 AM »
              This is one of the reasons I use Fedora 8, it comes with built in NTFS support. No need to edit the fstab or anything.

              liambiscuit



                Hopeful

                Re: Keeping NTFS volumes mounted...Ubuntu 7.10
                « Reply #10 on: December 29, 2007, 09:42:46 AM »
                fedora... heard of it... isnt that the one that takes 7 cds?
                " When the rich wage war its the Poor who die "
                        Linkin Park



                Whoever said that nothing is impossible has obviously never tried to slam a revolving door. -- Lauren

                You cannot buy your friends but you can buy them pizza - AzureBlade49

                Sid

                  Topic Starter


                  Apprentice
                • Thanked: 8
                  • Experience: Experienced
                  • OS: Windows XP
                  Re: Keeping NTFS volumes mounted...Ubuntu 7.10
                  « Reply #11 on: December 29, 2007, 09:49:57 AM »
                  This is one of the reasons I use Fedora 8, it comes with built in NTFS support. No need to edit the fstab or anything.

                  It keeps the NTFS volumes mounted on reboot?

                  Swish.

                  quaxo



                    Guru
                  • Thanked: 127
                    • Yes
                  • Computer: Specs
                  • Experience: Guru
                  • OS: Windows 11
                  Re: Keeping NTFS volumes mounted...Ubuntu 7.10
                  « Reply #12 on: December 29, 2007, 09:52:48 AM »
                  I dunno about the CDs. I downloaded the DVD ISO and just used that. 1 DVD.

                  It keeps the NTFS volumes mounted on reboot?

                  Swish.

                  Yeah, many improvements over Fedora 6 & 7. That's one of them. Much better hardware support as well. The only thing it wasn't ready for was my webcam I think.
                  « Last Edit: December 29, 2007, 10:18:06 AM by quaxo »

                  liambiscuit



                    Hopeful

                    Re: Keeping NTFS volumes mounted...Ubuntu 7.10
                    « Reply #13 on: December 29, 2007, 10:14:50 AM »
                    dvds are 5.4 gigs....   cds are 700 megs...   yes like 5 cds
                    " When the rich wage war its the Poor who die "
                            Linkin Park



                    Whoever said that nothing is impossible has obviously never tried to slam a revolving door. -- Lauren

                    You cannot buy your friends but you can buy them pizza - AzureBlade49