#USB Can't Be Detected

86 messages · Page 1 of 1 (latest)

latent shadow
#

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)

#

Note: Linux Mint CInnamon 21

opal rivet
#
  • 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.)

latent shadow
latent shadow
opal rivet
#

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

latent shadow
#

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

opal rivet
#

OK, i just assumed you would be using Arch. You are going with Fedora, it's fine.

latent shadow
opal rivet
#

ok, sdb1 should be the USB, and it is not mounted.
mount it somewhere.

#

mount /dev/sdb1 /mnt

#

if you have an /mnt directory

latent shadow
#

Great, the USB stick for installing fedora XFCE is detected. Now the data usb

opal rivet
#

oh it was the Fedora USB.
ok, do it again for the data USB

latent shadow
#

It show as sdc1

opal rivet
#

mount it and then do lsblk -f again, so we can see the filesystem on there.

latent shadow
#

Wait, what. At i change the position of the Data USB to the right, it can detect the usb

#

Look like NTFS

opal rivet
#

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

latent shadow
#

it's 5.19

#

looks good

#

can i modify these files so i can make it go to the usb?

opal rivet
#

ok. try copying files.
better to use the terminal, if you can.

latent shadow
#

(adding/remonving files)

opal rivet
#

those are directories on the USB.

#

if you mounted the USB already

latent shadow
#

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 ?

opal rivet
#

I do not understand

latent shadow
#

I add file to the usb and the usb save the file i added

#

from directory ``mnt`

opal rivet
#

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.

latent shadow
#

NONONONO

opal rivet
#

:D what happened?

#

no need to panic

latent shadow
#

I false copying the files and i think i copied the system

#

files

opal rivet
#

ok, cancel it if you want.

latent shadow
#

how

opal rivet
#

there's an X there?

latent shadow
#

yes

#

but its only minimize the window to the tray

#

should i reboot for force kill the process?

opal rivet
#

close the file manager

#

the window

#

try cancelling it from the system tray or something. right click etc.

latent shadow
#

can't right click

#

i am closed the file manager but the process is still running

opal rivet
#

:/

#

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.)

latent shadow
#

Ok, remain safe

#

So, i can unmonunt the usb now, @opal rivet ?

opal rivet
#

did you reboot?

latent shadow
#

Yes

opal rivet
#

then it is unmounted already

latent shadow
#

But its remain on /mnt

opal rivet
#

check lsblk to see what is mounted where

#

oh

#

let's make sure, by checking lsblk anyway

latent shadow
#

Mounted

opal rivet
#

ok, then do whatever you want in /mnt
I hope Mint auto-mounted it properly though.

latent shadow
#

So, i can unmount and change to the installer usb?

opal rivet
#

sure

#

to unmount : umount /mnt

#

it's umount, not unmount

#

what will you do with the installer usb though?

latent shadow
#

Install the fedora XFCE

#

To the usb installer

#

With gnome disk writer

opal rivet
#

ok. i thought you already had it ready.

latent shadow
opal rivet
#

good luck :)
ask if you need any further help

latent shadow
opal rivet
#

btw you probably need to actually have the USB unmounted to write the image to it.

#

so mounting it was unnecessary