jordanthompson
Patron
- Joined
 - Mar 5, 2022
 
- Messages
 - 224
 
I did this as you suggested:
which showed the two folders still mounted. So I did this:
Which completely removed the two folders.
I checked /etc/fstab, which was pretty much empty... Should I worry about where they are being mounted from?
	
		
			
		
		
	
			
			Code:
zfs list -r pool
which showed the two folders still mounted. So I did this:
Code:
sudo umount /mnt/pool/home-auto-2023-01-05_19-00-clone sudo rm -fr /mnt/pool/home-auto-2023-01-05_19-00-clone sudo umount /mnt/pool/documents-auto-2023-01-05_00-00-clone sudo rm -rf /mnt/pool/documents-auto-2023-01-05_00-00-clone
Which completely removed the two folders.
I checked /etc/fstab, which was pretty much empty... Should I worry about where they are being mounted from?