Summary: | Add support for nfs/smb share with fstab entry in remote:/ | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | David <StormByte> |
Component: | libsolid-fstab | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ervin, jim |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | solid-hardware list nonportableinfo output |
Description
David
2008-04-10 02:57:52 UTC
Ok, maybe it needs to be reassigned as it is not only a dolphin issue, since the "new device notifier" also has same issue for #1... Thanks for your suggestion, I've added Kevin Ottens to CC and have reassigned it to kdelibs. For #1 it shouldn't happen the way the code is done, and for instance here my /home partition is not shown. I somehow suspect a deployment issue on your side maybe regarding HAL. For #2, the design decision for now is to have those inside the "Network" shares view. For now it's not done, so I'm moving that report on kioslave/remote instead. My /home partition is not shown either, nor my /data partition, only /boot partition is shown despite it is not user mountable. My /etc/fstab is: /dev/sda1 /boot ext3 defaults,noauto 1 2 /dev/sda2 none swap sw 0 0 /dev/sda3 / reiserfs defaults,noatime,rw 0 1 /dev/sda5 /home xfs defaults,noatime,nodiratime,logbufs=8 0 2 /dev/sda6 /data reiserfs defaults,noatime 0 2 #/dev/sr0 /mnt/cdrom auto defaults,user,noauto,iocharset=iso8859-15,ro 0 0 192.168.1.100:/data/Anime /mnt/nfs/Anime nfs defaults,rw,noauto,users 0 0 192.168.1.100:/data/mldonkey /mnt/nfs/mldonkey nfs defaults,rw,noauto,users 0 0 192.168.1.100:/data/Pelis /mnt/nfs/Pelis nfs defaults,rw,noauto,users 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 So why it is listing /boot ? It is the only not user mountable partition which is not mounted (noauto) Le Friday 11 April 2008, David a écrit :
> So why it is listing /boot ? It is the only not user mountable partition
> which is not mounted (noauto)
Odd, please provide your "solid-hardware list nonportableinfo" output.
Created attachment 24305 [details]
solid-hardware list nonportableinfo output
OK, for #1 it's indeed because /boot is not mounted on your system. Actually the underlying system doesn't give us the mountpoint of a device if it's not mounted (no we're not reading the fstab). Could you please report that as a separate bug so that we can have the proper discussion there? (bug, not wish item) I'm renaming the current one to focus only on the NFS/SMB shares from the fstab. Any news on this front? I have read in the maillist that some people are arguing to have this issue too.. Should be solved now as we have a fstab backend dealing with NFS and SMB shares in libsolid now. |