Displaying 20 results from an estimated 10000 matches similar to: "FTP directory"
2014 Jan 14
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <CAD0Rxe=p2gHHN9U3Zjn34Y71-KTxk5v+WzG7V3VH0ZNGCzqSvA at mail.gmail.com>
Gene Cumm <gene.cumm at gmail.com> wrote:
>On Fri, Jan 10, 2014 at 9:35 PM, Ronald F. Guilmette
><rfg at tristatelogic.com> wrote:
>> In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>,
>> Ady <ady-sf at hotmail.com> wrote:
>
>>>I don't know
2014 Jan 19
2
USB boot problems on Gigabyte GA-M55Plus-S3G
#!/bin/bash
# a small shell script to:
# 1) make a simple asm program
# 2) compile that program with `nasm'
# 3) convert resulting .bin to a .img with `dd'
# 4) boot the reulting "hello.img" with qemu/kvm
# I think this qualifies as a bootloader, sort of
# sincerely hope it helps address Mr. Guilmette curiousity
# -chris graff
printf '
BITS 16
jmp
2014 Jan 11
0
USB boot problems on Gigabyte GA-M55Plus-S3G
On Fri, Jan 10, 2014 at 9:35 PM, Ronald F. Guilmette
<rfg at tristatelogic.com> wrote:
> In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>,
> Ady <ady-sf at hotmail.com> wrote:
>>I don't know why syslinux.cfg would be correctly found in the same
>>USB drive when plugged in to other systems but not in this one.
>
> Well, ya know, that makes
2016 Mar 07
1
Verifying backups
Just chiming in slightly off topic.
As a first step if you are going to be backing up files to some media with a computer it would be a really good idea to ensure, that the hardware being used is not faulty. I am not saying that your hardware is faulty. However, it would be worth checking this somehow. Check the drive media for bad blocks, check that all the cables are working well. Ensure the
2014 Jan 11
1
USB boot problems on Gigabyte GA-M55Plus-S3G
On Sat, 2014-01-11 at 06:31 -0500, Gene Cumm wrote:
> On Sat, Jan 11, 2014 at 12:12 AM, Ronald F. Guilmette
> <rfg at tristatelogic.com> wrote:
>
> > Unfortunately, regardless of whether I perform Step #4 (i.e. running
> > the "makeboot.bat" script) while logged in as a user with Admin privs,
>
> > Accessing physical drive: Access is denied.
2014 Jan 20
0
Advice/directions to users of Syslinux
On Sun, Jan 19, 2014 at 5:46 PM, Ronald F. Guilmette
<rfg at tristatelogic.com> wrote:
>
> In message <70229.1390169666 at server1.tristatelogic.com>, I wrote:
>
>>In message <52DC29E3.7080004 at mattiasschlenker.de>,
>>Mattias Schlenker <ms at mattiasschlenker.de> wrote:
>>
>>>To cut a log story short, we probably should write some
2015 Oct 01
3
Verifying backups
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yes, when it comes to local copies cp is significantly faster than
rsync. Without --link-dest there isn't much advantage to using rsync
for backups. The only thing you get beyond cp -au is --delete.
Also, when it comes to static data like media files I like to keep an
md5 file around with checksums for all the files. That way I can
easily
2014 Jan 11
0
USB boot problems on Gigabyte GA-M55Plus-S3G
On Sat, Jan 11, 2014 at 12:12 AM, Ronald F. Guilmette
<rfg at tristatelogic.com> wrote:
> Unfortunately, regardless of whether I perform Step #4 (i.e. running
> the "makeboot.bat" script) while logged in as a user with Admin privs,
> Accessing physical drive: Access is denied.
> Did not successfully update the MBR; continuing...
On Vista and newer,
2015 Oct 01
0
Verifying backups
"Ronald F. Guilmette" <rfg at tristatelogic.com> wrote:
> P.S. I really do hope that I can get this to work with rsync.
> I do prefer not reinventing the wheel, but it is starting to seem
> simpler to me if I were to just write a Perl script that would
> walk two directory hierarchies, in parallel, and just repeatedly
> invoke the cmp command on all of the regular
2014 Jan 19
3
Advice/directions to users of Syslinux
In message <70229.1390169666 at server1.tristatelogic.com>, I wrote:
>In message <52DC29E3.7080004 at mattiasschlenker.de>,
>Mattias Schlenker <ms at mattiasschlenker.de> wrote:
>
>>To cut a log story short, we probably should write some advices for best
>>practices of creating bootable media...
>...
>
2014 Jan 22
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP46982596DE9C2639CEB6B078BA40 at phx.gbl>, Ady wrote:
>I am going to repeat what Genec requested at some point. Please post
>the result of (replace 'sdX' with the adequate device):
>
> 'fdisk -l -c=dos -u=cylinders/dev/sdX'
>and
> 'fdisk -l -u=sectors /dev/sdX'
>
>where 'sdX' is (are) the problematic device.
I
2014 Jan 15
0
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <35321.1389823644 at server1.tristatelogic.com>, I wrote:
Ady>I hope this email encourages you to try the procedure and report
Ady>back.
>
>Thank you for your kindness and efforts, but no, not really. It just
>doesn't appear to be worth any further investment of time at this point.
To further clarify, I still do have a pending query queued up (via
e-mail) to
2014 Jan 11
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>,
Ady <ady-sf at hotmail.com> wrote:
>> Is there something specific I should try? /boot/syslinux ?
>>
>
>>From the syslinux boot prompt in UBCD you could try:
>/boot/syslinux/config.c32 /boot/syslinux/syslinux.cfg /boot/syslinux/
>
>(Yes, it is the same basic absolute path, three times, all
2015 Sep 30
5
Verifying backups
Kevin Korb <kmk at sanitarium.net>,
I thank you greatly for your attempts to educate me, however as we get
deeper into discussing more and more different rsync options, I feel
that I am actually just getting more confused and frustrated. I've been
sitting here, trying all sorts of different combinations and permutations
of the various options we've discussed, and that you've
2013 May 10
2
bin/152154: script(1) -k malfunctions with certain shells (e.g. tcsh, bash, zsh)
http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/152154
It has been suggested to me (by a committer) that I should raise the
issue of this PR here on these lists, because the problem described
within the PR remains a real problem, and despite my having proposed
something that seems to be a perfectly workable fix, no action has
been taken on this PR for some years now.
Regards,
rfg
P.S. The
2014 Jan 18
0
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <49973.1389992217 at server1.tristatelogic.com>, I wrote:
>
>In message <52D90648.4010900 at mattiasschlenker.de>,
>Mattias Schlenker <ms at mattiasschlenker.de> wrote:
>
>>I would be personally interested in the following experiment:
>>
>> 1. Download this LessLinux test build:
>>
2014 Jan 17
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <52D90648.4010900 at mattiasschlenker.de>,
Mattias Schlenker <ms at mattiasschlenker.de> wrote:
>I would be personally interested in the following experiment:
>
> 1. Download this LessLinux test build:
> http://download.lesslinux.org/testing/lesslinux-search-and-rescue/lesslinux
>-search-and-rescue-uluru-20140107-193740.iso
> 2. dd it to the 8GB thumb
2014 Jan 17
6
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <1767645779554124797 at scdbackup.webframe.org>,
"Thomas Schmitt" <scdbackup at gmx.net> wrote:
>Hi,
>
>> > debian-7.3.0-i386-netinst.iso
>> This image also boots with no problems on the GA-M55Plus-S3G.
>
>So isohybrid boots with and without additional GPT.
>It boots with partition start 0 and with partition start at 32 kB.
OK. If
2014 Jan 19
0
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP48EE10402F4B5AE9EC1E078BBB0 at phx.gbl>, Ady wrote:
>After dd'ing my test.img to the USB drive, you would have one FAT32
>partition of about 700MB. So:
Someone in this thread said something about erasing or eliminating
stuff from the USB stick first, so just to be on the safe side, before
I dd'd your test.img file to my test stick (i.e. one of my 2GB
2014 Jan 11
4
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>,
Ady <ady-sf at hotmail.com> wrote:
>Recent (testing) Clonezilla versions include changes related to
>booting problems, so there are valid reasons to try the very latest
>version available. At the time I am writing this email, Clonezilla
>Live 2.2.1-22 is the latest available (at this moment, under