$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465.8G  0 disk 
├─sda1   8:1    0   100M  0 part # Windows 7 System Reserved 
├─sda2   8:2    0 248.4G  0 part # Windows 7
└─sda3   8:3    0 217.3G  0 part # Media Partition
sdb      8:16   0 238.5G  0 disk 
├─sdb1   8:17   0 114.4G  0 part # Debian
├─sdb2   8:18   0     1K  0 part   # Extended
├─sdb3   8:19   0 114.4G  0 part # Obarun
└─sdb5   8:21   0   9.7G  0 part [SWAP]
sdc      8:32   1  14.5G  0 disk 
├─sdc1   8:33   1   553M  0 part # Obarun Live 
└─sdc2   8:34   1    31M  0 part  # partition created by dd

sr0     11:0    1  1024M  0 rom
So far spacefm can only mount sr0 and my usb (sdc1), But Debian, Windows, and my media partition won't appear in "Devices"
However I'm able to mount all partitions though 'sudo mount' but that's the same reason I want to use a file manager, So I can be lazy and know it will work.

P.S mounting works great with the dolphin file manager in debian

Help please :)
in spacefm choose devices->Settings->Show and check what do you want.
hope is help
eric wrotein spacefm choose devices->Settings->Show and check what do you want.
hope is help
Let me reiterate, presently spacefm can't mount devices without root
udevil: denied 88: device /dev/sda2 is an internal device and you're not root

So with that provided, How would I be able to mount without root on spacefm?
so, isn't depend of spacefm but mount command, try this
$ mount /dev/sda2
you cannot, right? because you don't have root privilegies, this is a normal behaviour. so under the link of /dev/sda2 on spacefm click right then root->mount
eric wroteyou cannot, right? because you don't have root privilegies, this is a normal behaviour. so under the link of /dev/sda2 on spacefm click right then root->mount
Had the impression that spacefm could have mounted partitions without root mainly because of udevil (that's included in spacefm)
AUR wroteMount without password - includes devmon - git branch [0]
But since mounting partitions with root wasn't far behind what I have been doing with the dolphin file manager, I guess it doesn't matter :/
I still wonder why mount is also provided in spacefm besides the root section. Perhaps there is a way to mount without root but it isn't enabled by default??

[0] https://aur.archlinux.org/packages/udevil-git/
eric wrotewell you pointing me under a trouble with udisk, i need to investigate the package and make it without systemd. i will made it today, so be patient please
Uhm, That's not what I meant XD I mean udevil is supposed to mount without root. Is systemd interfering with it (or something)?
not, got it, just edit the file /etc/udevil/udevil.conf, ucomment the line allowed_internal_devices= like this (don't forget the *)
# allowed_internal_devices_vfat = /dev/sdb*
# Some removable esata drives look like internal drives to udevil.  To avoid
# this problem, they can be treated as removable with this setting.
# WARNING:  SETTING A SYSTEM DEVICE HERE CAN CAUSE SERIOUS SECURITY PROBLEMS.
allowed_internal_devices = *


# allowed_internal_uuids and allowed_internal_uuids_FSTYPE work similarly to
# allowed_internal_devices, except that UUIDs are specified instead of devices.
enjoy :)

Powered by Obarun