I have 4 drives in my laptop 2 ssd and 2 nvme. For some reason I'm getting "ghost" drives showing up in my system and it's throwing everything off. Here's what my /mnt/ looks like:
ls /mnt/
'Linux SanDisk St' 'Linux Storage' Pictures Storage
Pictures
and 'Linux Storage'
are labels for the same drive that was formatted already twice. I renamed it to 'Linux SanDisk St'
as Ext4 file system. This is where it gets confusing for me. Why are the old labels still showing up in my system? Also my other drive labeled Storage
is an NTFS file system that doesn't allow me to write any data, but I have w/r permissions.
ls -al /mnt/
total 24
drwxr-xr-x 6 user user 4096 Jul 14 03:29 .
drwxr-xr-x 20 root root 4096 Jun 2 11:24 ..
drwx------ 3 user user 4096 Jul 13 14:43 'Linux SanDisk St'
drwxr-xr-x 2 root root 4096 Jun 3 19:42 'Linux Storage'
drwxr-xr-x 2 user user 4096 Jun 2 11:35 Pictures
drwxrwxrwx 1 root root 4096 Jul 3 21:46 Storage
Would appreciate any help with this. I'm not sure how to fix it, thank you.
This is what Storage
looks like in Disks.
/etc/fstab
and didmount -a
, but I'm still seeing all the same stuff. – Pachuca Jul 14 '21 at 18:08Storage
? I use windows on the same computer andStorage
is a shared drive between windows/linux. Is it possible that windows locks it some how? – Pachuca Jul 14 '21 at 19:29