'awokd' via qubes-users:
cammum...@gmail.com:
On Sunday, 14 July 2019 00:58:56 UTC+3, awokd  wrote:
r...@gmail.com:
On Wednesday, 10 July 2019 18:46:11 UTC+3, awokd  wrote:

On Tuesday, 9 July 2019 04:43:14 UTC+3, awokd  wrote:
On Monday, 8 July 2019 23:42:36 UTC+3, camm...@gmail.com  wrote:
I have tried everything on the internet to solve my problem it says Start-limit-hit. I try you post in another chat nano var/lib/qubes/qubes.xml.resut no directory exist. I try everything else I find on the web withe no solution. I have photos I don't want to lost and work stuff I need.
Please help me.

https://postimg.cc/2bPYyHMW
https://postimg.cc/YjGq7FZg

More details of my problem.

Provide text log file of "sudo journalctl -b" output. Note you may want
to edit out hardware serial #s, etc.

https://ibb.co/9h1ftRV
https://ibb.co/BPkP5xh
https://ibb.co/Jjfw788
https://ibb.co/pZfmbhw
https://ibb.co/r7bG2Tt
https://ibb.co/Yj855pZ
https://ibb.co/318v99W
https://ibb.co/RjSB7qJ
https://ibb.co/W6SJZQm
https://ibb.co/tY7mnbv
https://ibb.co/wz7TCTm
https://ibb.co/BtYyw8y
https://ibb.co/wpq7gts
https://ibb.co/KD8qZ1V
https://ibb.co/WvDKkZS
https://ibb.co/276gsbw
https://ibb.co/4gXZ3Rc
https://ibb.co/QfgJjmP
https://ibb.co/c27y82v
https://ibb.co/kcCLfT8
https://ibb.co/L87KrZs

These are links to images I take.
I can make for you a video and send if you want. It is about 3500 lines total.

I really appreciate your help. Thank you very much. I really like qubes no problems until I put USB to transfer photos. Then after this problem occurs. I use same USB everything nothing new. Only one computer and 1 camera that's it.

Thank you very much.

Appreciate the time it took to make all those pictures, but I was
looking for a text file instead? You should be able to mount a USB drive
from the command line and copy it out.

I am at [root@dom0 usb-drive]# cp
What do I type in to copy the file to usb. I don't want you to think I haven't tried for a good 10hrs but I couldn't find fill directory. Do maybe I need to create it??
Please advise. Thank you

If you have the usb drive mounted and are in its directory:

sudo journalctl -b > ./journal.log

Finally had screen replaced
This is the link https://ufile.io/l9rf93tw

Please tell me if need anything more to help fix problem.

This is the problem:
lvm[796]: WARNING: Thin pool qubes_dom0-pool00-tpool data is now 99.07% full.

The good news is that it looks like there is no volume corruption, so you should be able to recover everything.

Do this:
sudo nano /boot/efi/EFI/qubes/xen.cfg
Delete only "rd.qubes.hide_all_usb" from each line
Ctrl-x Y to save
type reboot

When you get back to a command line, attach a formatted USB drive large enough to hold all your data. The next steps will copy your data out unencrypted.

mkdir src
mkdir dst
sudo mount /dev/sdc1 [wherever your USB drive shows up, might not be sdc1, use sudo fdisk -l to find it] dst
ls /dev/mapper
See all the volumes named --private at the end? Those contain your data. So go through them one by one and copy it out. Replace "vault" with the volume you are working on:
sudo mount /dev/mapper/qubes_dom0-vm--vault--private src
mkdir dst/vault
cp -R src/home/user dst/vault
sudo umount src
Then repeat above 4 steps for the next volumes.
Once done,
sudo umount dst
Attach your USB drive to a different computer and verify you can browse the data.

Hit send before I meant to. Another option could be to delete volumes for VMs you aren't using to free up some space. Then Qubes should start normally, and you could use Qubes Backup. Be careful with that though, you don't want to delete volumes you actually need.

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/008ad9d8-a6b2-2030-cc81-fbb21b083183%40danwin1210.me.

Reply via email to