| Summary: | Allow network shares mounted using /etc/fstab to be renamed in Dolphin | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Mike Krutov <nekoxmachina> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | david.rivoal, elvis.angelaccio, isma.af, nate, thothonegan |
| Priority: | NOR | ||
| Version First Reported In: | 18.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mike Krutov
2019-03-18 12:57:03 UTC
Hi, I strongly agree with that. Look on Dolphin how it looks : https://i.imgur.com/0YEgQmv.png Having the ability just to rename it seems a reasonable request. Operating System: Arch Linux KDE Plasma Version: 5.16.4 KDE Frameworks Version: 5.61.0 Qt Version: 5.13.0 Regards, David I would argue that if you manually add a network mount using /etc/fstab, it's reasonable to expect you to name it there, using the LABEL= directive. If you create a Places panel entry using Dolphin itself via KIO or the upcoming KIO-Fuse system (in progress), you will be able to rename the mount. But if you make it manually with /etc/fstab, you should label it appropriately there. Hi Nate and thanks for your answer. I would gladly accept this solution, but after 30 minutes of searching the web, I tend to think that mounting partitions using UUID or Labels is possible only for local partitions and USB devices. My current fstab uses UUID for every partition... except the NFS. And when I think about it, it makes sense that it's not possible : the computer is not aware of labels of remote devices, they have to be connected to your computer. Label is assigned to a partition, not to a shared folder also (I think). If I'm wrong, feel free to correct me and to tell me how to mount NFS share with label, I will be very happy to test it :) Regards, David You're right! Re-opening. |