Displaying 20 results from an estimated 6000 matches similar to: "USB-HDD"
2014 Jul 18
22
[Bug 81485] New: dmesg spam on startup
https://bugs.freedesktop.org/show_bug.cgi?id=81485
Priority: medium
Bug ID: 81485
Assignee: nouveau at lists.freedesktop.org
Summary: dmesg spam on startup
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: fry.kun at gmail.com
Hardware: Other
2011 Aug 11
2
[Bug 39992] New: Screen corruption
https://bugs.freedesktop.org/show_bug.cgi?id=39992
Summary: Screen corruption
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: fry.kun at
2013 Oct 22
2
VBR conflicts filesystem?
In my usb drive with EXT3 filesystem in /dev/sda1 partition, syslinux uses
the first sector on /dev/sda1 but EXT3 filesystem doesn't?
On Mon, Oct 21, 2013 at 4:49 PM, Ferenc Wagner <wferi at niif.hu> wrote:
> Kun Huang <gareth at unitedstack.com> writes:
>
> > For a bootable usb drive, syslinux seems use MBR and VBR
>
> (and some files on the partition)
>
2006 May 05
1
2GB USBkey and mkdiskimage
Hi,
I'm trying to make a USB-ZIP bootable filesystem on my USBkey, which is 2GB.
The problem is that "mkdiskimage -4 /dev/sda 0 64 32" fails due to the large
size. The number of sectors is 4005888/(64*32) = 1956, which is more than the
maximum 1024.
Is there any way around this or is it just not possible to make this USBkey
look like a Zip drive?
Regards,
Ole Jacob
2013 Oct 21
2
VBR conflicts filesystem?
For a bootable usb drive, syslinux seems use MBR and VBR to find vmlinuz
and ramdisk. And VBR stays in the first sector of partition, 63rd for
example. So does VBR conflicts the filesystem on partition?
2015 May 25
2
Standalone KVM boot from USB ?
Hi Guys,
I'm looking for a solution so I can boot a HyperVisor from USB which I
can manage through Foreman and also Manually if needed.
ESXi can do so, but I'm looking for an opensource solution.
KVM would be best but I wonder if there is a way to create some sort
of live environment where only KVM settings are written to the USB
disk and not that much logging and so on.
Has anyone an
2008 May 11
3
Used mkdiskimage script on wrong drive!
I was trying to setup dsl (damn small linux) to boot off a usb drive. I found my BIOS wasn't booting from it when using a USB-HDD mode so I found a page for using SYSLINUX to set it up in USB-ZIP mode (http://syslinux.zytor.com/usbkey.php).
I made a mistake and (doing exactly what the page warned against not doing) used the mkdiskimage command on the wrong drive (a 230Gb NTFS external
2016 Sep 13
2
what is official way to determine if we are running lto 2nd stage?
Hi,
Imagine that your backend has valid asm instruction written like this:
"%x mnem %y, %z"
And user puts it as inline assembler:
__asm__ ("%x mnem %y, %z");
It can not be parsed with current llvm asm parser, because it starts
with % (moreover it has mnemonic in second place)
Say you written pass, that makes it "mnem %x, %y, %z".
Now this guy can be parsed, but
2016 Sep 12
3
what is official way to determine if we are running lto 2nd stage?
Hi,
This is really basic block level pass. It is no difference what is
level, problem is the same.
After fixing for asm parser, assembler syntax is no more valid for
backend, without processing with asm parser.
May be it will be solution to process inline asm on insn printer level
to remove syntax fixes. But just switch it off without lto will make
compiler do less job
P.S. sorry for dup,
2013 Jul 24
2
IceCast Android MediaPlayer support
Thanks.
In http://developer.android.com/about/versions/android-2.2-highlights.html-
there is a support for HTTP progressive streaming. Does this mean that
IceCast is only Android-ready from 2.2?
I've tried some hours ago on Android 2.1 tablet and the app crashes at
start (couldn't find the reason yet). The same app works in 2.3.5.
Thanks, I can extract tags by IcyStreamMeta class.
Is there
2016 Aug 17
3
Memory scope proposal
> On Aug 17, 2016, at 2:08 PM, Zhuravlyov, Konstantin <Konstantin.Zhuravlyov at amd.com> wrote:
>
> >Why not going with a metadata attachment directly and kill the "singlethread" keyword? Something like:
> >Something like:
> > cmpxchg i32* %addr, i32 42, i32 0 monotonic monotonic, 3, !memory.scope{!42}
> > cmpxchg i32* %addr, i32 42, i32 0 monotonic
2012 Oct 19
1
Understand include exclude script
hi
i use a script to backup my homedir, that work but there are somes things i don't really understand.
here my script
rsync -arv --delete --prune-empty-dirs --include-from=include.txt --exclude-from=exclude? /home/bob /media/usbkey
include.txt file
+ .Skype/***
+ .local/
+ .local/share/
+ .local/share/local-mail/***
+ .mozilla/***
- .**
exclude.txt file
Desktop/
Download/
.*
I have a
2005 Jan 06
2
Well I did it...
I dont know if this will be of any interest to you guys.
I have a lexar 1GB flash drive.
I used the mkdiskimage script and then did
syslinux as described in the readme.usbkey.
(the script took a REALLY long time too)
I booted into 3.7 knoppix. Copied all the directories
onto the key. Then copied the contents of the /boot dir into
the root dir. I renamed isolinux.cfg to syslinux.cfg
I had
2005 Aug 14
4
3.10pre8 & ipod shuffle
Hello!
I own an Ipod shuffle (512MB) and I am having trouble booting from it
using syslinux 3.10pre8 (I have not tested older versions).
I guess the Ipod shuffle works just like an ordinary USB key with a
FAT32 partition so I have read http://syslinux.zytor.com/usbkey.php.
My BIOS identifies it as a hard disk, so I hope I do not have to modify
the geometry. Windows assigns the drive letter
2005 Jan 14
1
Changing USB-key geometry from syslinux.exe?
I'm playing with syslinux 3.0x to get PC to boot from USB key...
In particular, I'm giving a look at the "ZIP geometry hack" to get some more
BIOS boot working with USB...
Some question:
- if we have a usbkey with a single partition, can we change the geometry
without requiring to reformat the partition? Or is a reformat unavoidable?
- at the moment we can use the "ZIP
2015 Oct 13
1
custom port in cwrsync gui client for windows
I purchased the cwRsync for windows to help a client backup her USB key
after using it.
I want the cwRsync_GUI_CLIENT to execute the equivalent of this command:
rsync -rave "ssh -p 922" /cygdrive/e user at machine.domain.com:USBKey
Can anyone tell me how to do so??
Like most windows users, my client is terrified of the command prompt.
Thanks
Richard
--
LinuxCabal AsociaciĆ³n
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
I managed to make it work by cloning code from lli and making my own cpp
wrapper.
2013/9/22 Konstantin Olkhovskiy <lupus at oxnull.net>
> Hi List,
>
> I'm trying to upgrade our llvm-c based compiler from JIT to MCJIT.
> While trying to do so I encountered several problems. Looks like C
> API does not have proper functions to intialize LLVM with MCJIT.
> I ended up
2016 Aug 17
2
Memory scope proposal
Hi,
I have updated the review here:
https://reviews.llvm.org/D21723
As Sameer pointed out, the motivation is:
In OpenCL 2.x, two atomic operations on the same atomic object need to have the same scope to prevent a data race. This derives from the definition of "inclusive scope" in OpenCL 2.x. Encoding OpenCL 2.x scope as metadata in LLVM IR would be a problem because there cannot be a
2016 Jun 25
2
Memory scope proposal
We believe that it would be best that this is added to the LLVM IR atomic memory instruction as fields on atomic instructions rather than using meta data.
The reasoning is that this information is similar to other information that is represented as instruction fields. For example, the indication that memory operations are atomic rather than non-atomic, the memory ordering of atomics, and whether
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
Hi Konstantin,
good point.
but I my intention is to have something like the llva project.
Basically I would like to define a machine that looks as if it has processors running natively llvm code.
And when that runs enhance the llvm byte code with some specific instructions.
Besides this if I make my measurements on the running of llvm bytecode I can test several platforms simultaneously because I