Jörg: Kann in Ubuntu nicht mehr auf Partition z wechseln

Beitrag lesen

Hallo Martin,

Aus Windows-Sicht?

Ja genau das meinte ich.

Ist das vor oder nach dem Versuch, die Partition Z: zu mounten? Oder anders gefragt: Existiert denn der Mountpoint /mnt/z? Die Fehlermeldung sagt: Nein.

Genau danach.

#!/usr/bin/sh

# Auf HDD z wechseln
cd /mnt/z/

Was sagt denn die Ausgabe von mount | grep "/mnt" und von ls -l /mnt?

mount | grep "/mnt":
tmpfs on /mnt/wsl type tmpfs (rw,relatime) C:\ on /mnt/c type 9p (rw,noatime,dirsync,aname=drvfs;path=C:;uid=1000;gid=1000;symlinkroot=/mnt /,mmap,access=client,msize=65536,trans=fd,rfd=8,wfd=8)
Z:\ on /mnt/z type 9p (rw,noatime,dirsync,aname=drvfs;path=Z:;uid=1000;gid=1000;symlinkroot=/mnt /,mmap,access=client,msize=65536,trans=fd,rfd=8,wfd=8)

ls -l /mnt:
drwxrwxrwx 1 joe joe 4096 Oct 31 12:48 c
drwxrwxrwx 2 root root 4096 Jan 21 2021 d
drwxrwxrwx 2 root root 4096 Jan 21 2021 e
drwxrwxrwx 2 root root 4096 Jan 21 2021 f
drwxrwxrwx 2 root root 4096 Jan 26 2021 g
drwxrwxrwx 2 root root 4096 Aug 5 2021 l
drwxrwxrwt 2 root root 40 Oct 31 13:04 wsl
drwxrwxrwx 1 ted ted 512 Jan 1 1980 z