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
USB_QUEUE_RESET_DEVI(9) 					   USB Core APIs					   USB_QUEUE_RESET_DEVI(9)

NAME
usb_queue_reset_device - Reset a USB device from an atomic context SYNOPSIS
void usb_queue_reset_device(struct usb_interface * iface); ARGUMENTS
iface USB interface belonging to the device to reset DESCRIPTION
This function can be used to reset a USB device from an atomic context, where usb_reset_device won't work (as it blocks). Doing a reset via this method is functionally equivalent to calling usb_reset_device, except for the fact that it is delayed to a workqueue. This means that any drivers bound to other interfaces might be unbound, as well as users from usbfs in user space. CORNER CASES
- Scheduling two resets at the same time from two different drivers attached to two different interfaces of the same device is possible; depending on how the driver attached to each interface handles ->pre_reset, the second reset might happen or not. - If a driver is unbound and it had a pending reset, the reset will be cancelled. - This function can be called during .probe or .disconnect times. On return from .disconnect, any pending resets will be cancelled. There is no no need to lock/unlock the reset_ws as schedule_work does its own. NOTE
We don't do any reference count tracking because it is not needed. The lifecycle of the work_struct is tied to the usb_interface. Before destroying the interface we cancel the work_struct, so the fact that work_struct is queued and or running means the interface (and thus, the device) exist and are referenced. COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_QUEUE_RESET_DEVI(9)
All times are GMT -4. The time now is 11:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy