LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-09-2020, 08:42 AM   #1
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
GUI file managers (dolphin and thunar) have incorrect displays of Samba share, yet CLI tools OK


This is a little oddity that I came across when trying to access a USB drive (VFAT file system) plugged into my home modem/router. The modem/router has an inbuilt Samba server that can be activated and users and passwords configured, but no other Samba configuration is possible.
As can be seen in the attached screenshot, both GUI file managers (thunar and dolphin) fail to correctly display file times and types, yet the CLI file manager (mc) and smbclient can correctly display the Samba share.
Not shown, but the File Explorer in Windows 10 also works correctly.

I have no problem with accessing another Samba share of a VFAT file system on another computer, so this is likely specific to this modem/router.

This is not an issue for me, but I was wondering whether anyone might have an explanation for this behaviour.
Attached Thumbnails
Click image for larger version

Name:	snapshot.png
Views:	90
Size:	215.1 KB
ID:	32748  
 
Old 03-09-2020, 09:11 AM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,157

Rep: Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266
What does the stat command show for these files?
 
Old 03-10-2020, 05:31 AM   #3
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Original Poster
Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
Thanks for your interest.
This is the result of 'stat' from the Samba share on the modem router.
Code:
bash-5.0$ stat Downloads
  File: Downloads
  Size: 0               Blocks: 0          IO Block: 4096   directory
Device: 2ch/44d Inode: 12          Links: 1
Access: (0700/drwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 1970-01-01 10:00:01.000000000 +1000
Modify: 1970-01-01 10:00:01.000000000 +1000
Change: 1970-01-01 10:00:01.000000000 +1000
 Birth: -
bash-5.0$ stat Remote_VESDA_Stations_01.xlsx
  File: Remote_VESDA_Stations_01.xlsx
  Size: 0               Blocks: 0          IO Block: 4096   directory
Device: 2ch/44d Inode: 14          Links: 1
Access: (0700/drwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 1970-01-01 10:00:01.000000000 +1000
Modify: 1970-01-01 10:00:01.000000000 +1000
Change: 1970-01-01 10:00:01.000000000 +1000
 Birth: -
bash-5.0$ stat Remote_VESDA_Stations_05.xlsx
  File: Remote_VESDA_Stations_05.xlsx
  Size: 0               Blocks: 0          IO Block: 4096   directory
Device: 2ch/44d Inode: 15          Links: 1
Access: (0700/drwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 1970-01-01 10:00:01.000000000 +1000
Modify: 1970-01-01 10:00:01.000000000 +1000
Change: 1970-01-01 10:00:01.000000000 +1000
 Birth: -
bash-5.0$ stat Remote_VESDA_Stations_07a.xlsx
  File: Remote_VESDA_Stations_07a.xlsx
  Size: 0               Blocks: 0          IO Block: 4096   directory
Device: 2ch/44d Inode: 16          Links: 1
Access: (0700/drwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 1970-01-01 10:00:01.000000000 +1000
Modify: 1970-01-01 10:00:01.000000000 +1000
Change: 1970-01-01 10:00:01.000000000 +1000
 Birth: -
and this is the output from the same directory copied to a Samba share of a VFAT file system on another computer running Slackware64-current.
Code:
bash-5.0$ for f in *; do stat "$f"; done
  File: Downloads
  Size: 0               Blocks: 0          IO Block: 4096   directory
Device: 2ch/44d Inode: 4           Links: 1
Access: (0700/drwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 2016-04-12 23:00:00.000000000 +1000
Modify: 2016-04-13 18:18:10.000000000 +1000
Change: 2016-04-13 18:18:10.000000000 +1000
 Birth: -
  File: Remote_VESDA_Stations_01.xlsx
  Size: 10351           Blocks: 21         IO Block: 4096   regular file
Device: 2ch/44d Inode: 5           Links: 1
Access: (0700/-rwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 2016-11-12 00:00:00.000000000 +1100
Modify: 2016-03-29 12:15:56.000000000 +1100
Change: 2016-03-29 12:15:56.000000000 +1100
 Birth: -
  File: Remote_VESDA_Stations_05.xlsx
  Size: 12731           Blocks: 25         IO Block: 4096   regular file
Device: 2ch/44d Inode: 6           Links: 1
Access: (0700/-rwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 2017-03-24 00:00:00.000000000 +1100
Modify: 2017-03-22 17:29:58.000000000 +1100
Change: 2017-03-22 17:29:58.000000000 +1100
 Birth: -
  File: Remote_VESDA_Stations_07a.xlsx
  Size: 9064            Blocks: 18         IO Block: 4096   regular file
Device: 2ch/44d Inode: 7           Links: 1
Access: (0700/-rwx------)  Uid: (  503/   david)   Gid: (  100/   users)
Access: 2017-03-30 00:00:00.000000000 +1100
Modify: 2017-03-30 08:57:06.000000000 +1100
Change: 2017-03-30 08:57:06.000000000 +1100
 Birth: -
Not sure that helps much. I am wondering if this oddity is coming from gvfs.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Search file in thunar as dolphin onurturali Linux - Desktop 1 04-19-2019 01:37 AM
[SOLVED] Apparently two different file managers in xfce - Firefox versus Thunar byebyemrgates Linux - Newbie 8 02-01-2018 02:01 PM
[SOLVED] File Managers Hang especially Thunar scarrz Arch 2 11-11-2015 04:53 AM
[SOLVED] How do you get video thumbnails in Thunar and Dolphin dugan Slackware 3 06-07-2014 02:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration