It's a plain file. More specifically:
/bin/mount: setuid ELF 64-bit MSB shared object, SPARC V9, relaxed
memory ordering, version 1 (SYSV), dynamically linked, interpreter
/lib64/ld-linux.so.2, for GNU/Linux 3.2.0,
BuildID[sha1]=1015b9e9ef9f847f7c80beffca091666c6fa8605, stripped
I just mentioned that changing the /etc/fstab record solved the problem,
though. That being said, thank you for your help, and for your efforts
in maintaining Debian for this architecture.
On 03/29/2017 01:50 PM, John Paul Adrian Glaubitz wrote:
On 03/29/2017 07:37 PM, Jesse Talavera-Greenberg wrote:
I'm not sure whether the mount command has been moved to /usr/bin yet though.
If yes, this could explain the problem.
No, it's /bin/mount.
What does
$ file /bin/mount
say? It could be a symbolic link to /usr/bin/mount which mean you
need /usr/ mounted for the mount command to work.
Adrian