Announcement

Collapse
No announcement yet.

Cannot mount a data harddrive, Or can I?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by Gromm View Post
    What do I do with /etc/fstab?
    One approach would be with dolphin, navigate to /etc and open fstab. It should open with kate (or possibly some other editor app if you've set it up). Select all, and copy. Start a reply in this thread, and paste. Select the whole message, and press the # button in the tool bar, to get the code tags.
    Regards, John Little

    Comment


      #17
      You don't have to use the terminal to edit any file anymore. Just use Kate. When it's time to save your edits, it will ask for a sudo password.

      However, you can use KDE Partition Manager and select a partition, choose "Edit Mount Point", and fill in the blanks. It will even create the mount folder for you and put it all in /etc/fstab.

      I do highly recommend opening up /etc/fstab and looking at it's contents. Then searching the web for information about what's in there. Mostly, you'll want to learn about the various mount "options" because there are so many. Some can increase performance, add features, make it easier to access mounts, etc. A typo or wrong option can leave you system unbootable as well, so use caution if you edit fstab manually. Typos can be very problematic.

      Please Read Me

      Comment


        #18
        Originally posted by jlittle View Post
        One approach would be with dolphin, navigate to /etc and open fstab. It should open with kate (or possibly some other editor app if you've set it up). Select all, and copy. Start a reply in this thread, and paste. Select the whole message, and press the # button in the tool bar, to get the code tags.
        Code:
        # /etc/fstab: static file system information.
        #
        # Use 'blkid' to print the universally unique identifier for a device; this may
        # be used with UUID= as a more robust way to name devices that works even if
        # disks are added and removed. See fstab(5).
        #
        # <file system>             <mount point>  <type>  <options>  <dump>  <pass>
        UUID=cadebedd-1c64-4d4f-b1f7-4002ee2c9f16 /              ext4    defaults   0 1
        /swapfile                                 swap           swap    defaults   0 0
        
        ​
        Here goes, and my thanks.

        Comment


          #19
          always use this after saving changes to fstab but BEFORE you reboot

          Code:
          sudo findmnt --verify --verbose​

          Comment


            #20
            Little update so far: It is possible to mount the HD/partition by clicking on "mount" in the KDE partition manager.... Simply clicking on it in Dolphin is still not possible.

            Comment

            Working...
            X