I am want to install arch because of the lightweight os and good support. I am install iso. package and I am set up usb for installation. Before, I want to backup some files to my data usb. And at copying, I stop the operation but the copying operation goes wild. It doesn't responding and can;t be eject, so I force eject the usb with my hands. And, at I plug in another USB, Nah. It can't be detected by the system.How to fix this? (The etcher also can't be opened after I reboot and try to open etcher)
#USB Can't Be Detected
86 messages · Page 1 of 1 (latest)
- Restart.
- Plug in the data USB, don't do anything.
lsblk -f
Is your archiso Installation USB ready?
If so, you can also boot it, and do the copying of the backup files inside the Arch Installation environment, before you install. (If you have two USB ports.)
The etcher also can't be opened after I reboot and try to open etcher
What do you mean by this?
The Arch iso USB cannot boot? Or etcher does not open inside Mint? (But I think you said the Arch iso USB is set up already.)
i am rather choosing fedora XFCE and it's installed
(i mean the iso, not the os)
ok.
so, the two options:
1- try booting the installation USB, and do what you want to do, backup etc, inside there, before the installation.
2- let's try to solve your issue inside Mint
you tell don't do anything
The Arch iso USB cannot boot? Or etcher does not open inside Mint? (But I think you said the Arch iso USB is set up already
I do not set up the arch iso usb
I meant not to do anything after plugging the USB, before the lsblk -f command. If you mean that.
OK, i just assumed you would be using Arch. You are going with Fedora, it's fine.
ok, sdb1 should be the USB, and it is not mounted.
mount it somewhere.
mount /dev/sdb1 /mnt
if you have an /mnt directory
Great, the USB stick for installing fedora XFCE is detected. Now the data usb
oh it was the Fedora USB.
ok, do it again for the data USB
It show as sdc1
mount it and then do lsblk -f again, so we can see the filesystem on there.
Wait, what. At i change the position of the Data USB to the right, it can detect the usb
Look like NTFS
if it is ntfs, you probably need to add an argument while mounting to avoid issues
that could be the cause of your copy failing
mount -t ntfs3 /dev/sdc1 /mnt
Your Mint kernel is kinda old, but ntfs3 exists after kernel 5.15, so it should work fine
ok. try copying files.
better to use the terminal, if you can.
(adding/remonving files)
what do you mean?
those are directories on the USB.
if you mounted the USB already
i want to modify files in the USB so at i unmount the USB any changes i made to the files are saved by the usb
@opal rivet ?
I do not understand
so, windows and linux are different in how they manage disks.
a disk on linux exists as a device file.
to access it, you "mount" it to a directory. in this case, we mounted the USB to /mnt.
So, now /mnt shows the contents of the USB. If you add / remove / modify files in /mnt, you are doing all that on the USB.
NONONONO
ok, cancel it if you want.
how
there's an X there?
yes
but its only minimize the window to the tray
should i reboot for force kill the process?
are you sure?
close the file manager
the window
try cancelling it from the system tray or something. right click etc.
:/
OK, you can reboot I guess
it should cleanly exit the file copy process, making sure the USB filesystem is not broken. (It getting broken is a low chance anyway, but possible if you take the USB out or something.)
did you reboot?
Yes
then it is unmounted already
But its remain on /mnt
check lsblk to see what is mounted where
oh
let's make sure, by checking lsblk anyway
Mounted
ok, then do whatever you want in /mnt
I hope Mint auto-mounted it properly though.
So, i can unmount and change to the installer usb?
sure
to unmount : umount /mnt
it's umount, not unmount
what will you do with the installer usb though?
ok. i thought you already had it ready.
good luck :)
ask if you need any further help
Ok