Originally posted by Gromm
View Post
Announcement
Collapse
No announcement yet.
Cannot mount a data harddrive, Or can I?
Collapse
X
-
Regards, John Little
- Top
- Bottom
- Likes 1
-
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.
- Top
- Bottom
Comment
-
Originally posted by jlittle View PostOne 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
- Top
- Bottom
Comment
Comment