Sponsored Content
Full Discussion: LM 19.1 from pendrive
Operating Systems Linux LM 19.1 from pendrive Post 303033760 by jake19 on Thursday 11th of April 2019 10:01:43 AM
Old 04-11-2019
I get it, but before others waste their time with the OP, I think its important they have the whole story. I cannot figure out how to run a full 'desktop' OS (like Mint, or whatever..Ubuntu, Fedora, etc. doesn't matter) from a USB 2.0 stick (with /home /swap and EVERYTHING on it), with ZERO LAG. And I also can't figure out how to do it on an OLD USB 2.0 stick, that probably has a load of dead cells. If someone else can believe me, I'd love to know because I truly don't, and would love to learn. And add to that the fact they've been at this (that is, running Mint from USB) for 5 YEARS now, and I can't help but feel the OPs posts are an exercise in futility.

I can believe a 3.0 stick would work far better, but still, your limitation is the USB bus.

Moderator's Comments:
Mod Comment Last warning. If you want to ask and question, start a new thread. Do not say another bad thing about another user here, or you will be banned. See highlight in red above. Do not use this kind of language in these forums about another forum user again. Check your negative attitude outside of this forum. Last warning.
 

6 More Discussions You Might Find Interesting

1. Red Hat

helo how to mount pendrive on redhat 9

helo my sysem is running on redhat 9. now i want to take data from redhat 9 pc to pen drive. but when i plug it it is not detected. can u tell me how to mount pendrive on redhat9. amit (1 Reply)
Discussion started by: amitpansuria
1 Replies

2. UNIX for Dummies Questions & Answers

boot from a pendrive

Can anybody explane 'How to boot from a pendrive' ?Is it possible to load Operating System from a pendrive----? How? (5 Replies)
Discussion started by: Ajith kumar.G
5 Replies

3. UNIX for Dummies Questions & Answers

Copying files unto a usb pendrive/external disk from Solaris 9

Hi all, Can anybody help me with how I can connect a usb pendrive or external disk to a Sun Server which runs on Solaris 9? I am able to connect the usb drive to a windows server easily and copy files but am wondering if it is possible to do that with Solaris. Any help will be appreciated. thanks. (3 Replies)
Discussion started by: rahmantanko
3 Replies

4. SCO

mount the pendrive on the unixware 7.1.4

please let me know how to mount the pendrive on the unixware (1 Reply)
Discussion started by: deepthi.s
1 Replies

5. UNIX for Dummies Questions & Answers

Unable to acces my pendrive in linux

Hi Gurus, in linux I am unable to access my pendrive(i am even not seeing the icon or location for my pendrive ). Please anyany could help me to get rid of this issue. regards, Sanjay :) (4 Replies)
Discussion started by: sanjay.login
4 Replies

6. Slackware

Which USB pendrive image to install Slackware on an old AMD K6 3D ?

Holla, I have been trying to install a recent distro, with a minimum X such as jwm, but unfortunately my cdrom is broken and I can only boot the USB port, with a pendrive. AMD K6 3D is today too old for being for linux. Is there an image of slackware than runs that processor and that can... (5 Replies)
Discussion started by: raptor34
5 Replies
USBCONFIG(8)						    BSD System Manager's Manual 					      USBCONFIG(8)

NAME
usbconfig -- configure the USB subsystem SYNOPSIS
usbconfig [-u unit] [-a addr] [cmds...] usbconfig [-d [ugen]<unit>.<addr>] [cmds...] DESCRIPTION
The usbconfig utility is used to configure and dump information about the USB subsystem. The options are as follows: -u unit Limit device range to USB devices connected to the given USBUS unit. -a addr Limit device range to the given USB device index. Should only be used in conjunction with the unit argument. -d [ugen]<unit>.<addr> Limit device range to USB devices connected to the given unit and address. The unit and address coordinates may be prefixed by the lowercased word "ugen". -h Show help and available commands. When called without options, usbconfig prints a list of all available USB devices. EXAMPLES
Show information about the device on USB bus 1 at address 2: usbconfig -u 1 -a 2 dump_info Dump HID descriptor for device on USB bus 1 at address 2: usbconfig -u 1 -a 2 do_request 0x81 0x06 0x2200 0 0x100 Dump string descriptor at index Z for device on USB bus 1 at address 2: usbconfig -u 1 -a 2 dump_string Z Dump current configuration descriptor for device on USB bus 1 at address 2: usbconfig -u 1 -a 2 dump_curr_config_desc Dump device descriptor for device on USB bus 1 at address 2: usbconfig -u 1 -a 2 dump_device_desc Program the device on USB bus 1 at address 2 to suspend, resume, power off, go into power save, or power on: usbconfig -u 1 -a 2 suspend usbconfig -u 1 -a 2 resume usbconfig -u 1 -a 2 power_off usbconfig -u 1 -a 2 power_save usbconfig -u 1 -a 2 power_on Display a list of available quirk names: usbconfig dump_quirk_names See usb_quirk(4) for more information on quirks. SEE ALSO
usb(4), usb_quirk(4) BSD
January 6, 2010 BSD
All times are GMT -4. The time now is 08:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy