You are not logged in.
i mount some ntfs fomat driver which belong to windows (install two os on one machine) and rename the label of them using
sudo ntfslabel /dev/sdb1 'Win D'
sudo ntfslabel /dev/sdb2 'Win E'
sudo ntfslabel /dev/sdb3 'Win F'
but it sort default by desc ,shown as pic below,how can i sort it by asc
Last edited by FateRover (2018-08-26 16:19:47)
Offline
Hi FateRover, welcome to the forum!
Take a look at this thread, see if it helps, and tell us.
Offline
sorry,it doesnt help .Toz just point how thunar sort disk by stamp ,and then how to change stamp?
Offline
What happens if you reverse the order in which you mount them? Mount G first, the F, then E, then D.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
when open thunar ,it show GFED,actually,they are not mounted but only show it label in thunar pane,i should input password to mount them ,then unmount them all( the unmount disk will be at the end of the order).but after reboot ,it restore GFED
Offline
Thunar does sort by detected timestamp (see: https://git.xfce.org/xfce/thunar/tree/t … ice.c#n580).
Can you post back the results of:
gvfs-mount -li
...to see the order that gvfs is recognizing them in?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
hmmm, command not found.it is strange, i have installed gvfs package,seems i should solve this problem first
Offline
Which distro are you using? Try instead:
gio mount -li
BTW, I've tested pcmanfm and nemo and they both do the same reverse mounting. I don't think the issue is with thunar or any file manager, but rather with gvfs/gio or maybe even udisks/udisks2. They are being recognized in reverse alphabetical order and the file managers only display them in this order.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Long shot, but are there any characters which could be added to the beginning of the disk drive names which would not be displayable, but which would be sorted (so that one could "fool the reverse alphabetizer)?
Regards,
MDM
Offline
Long shot, but are there any characters which could be added to the beginning of the disk drive names which would not be displayable, but which would be sorted (so that one could "fool the reverse alphabetizer)?
Regards,
MDM
intresting idea ,i will try
Offline
Which distro are you using? Try instead:
gio mount -li
BTW, I've tested pcmanfm and nemo and they both do the same reverse mounting. I don't think the issue is with thunar or any file manager, but rather with gvfs/gio or maybe even udisks/udisks2. They are being recognized in reverse alphabetical order and the file managers only display them in this order.
i think it is udisk issue too,i have read archiwiki about udev and gvfs ,try few methods but still failed.
Debian tesing
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 561.53 KiB (Peak: 578.38 KiB) ]