I'm in a pretty shitty situation, the Network driver from my server broke, and Iow I've Console Access for few Minutes and an USB stick with the new driver should be in the server. But how can I mount it? Can anyone help me? Would be so cool and I would owe you something. Please contact me on steam or write here or whatever, thanks

PS: It's on Debian

8 years ago

Comment has been collapsed.

I like what little I've used of Debian

8 years ago
Permalink

Comment has been collapsed.

8 years ago
Permalink

Comment has been collapsed.

ls /dev/disk/by-id -> find out which one is the usb stick

let's say it's /dev/sdc1

mkdir /mnt/tmpusb

mount /dev/sdc1 /mnt/tmpusb

8 years ago
Permalink

Comment has been collapsed.

8 years ago
Permalink

Comment has been collapsed.

Do fdisk -l to check on all existing storage devices.
Then make a dir to for your device to mount to with mkdir command. Ex (mkdir /mnt/(name of device goes here excluding the dev part))
Then to mount all devices connected do mount -a.

Also, have you had any classes/experience with any distro of Linux?

8 years ago
Permalink

Comment has been collapsed.

Closed 8 years ago by Menaxerius.