Home | Reviews | GUIpedia | Forum | Fun500
jasonwoodland | just my luckformatted computer, saved stuff to usb, ran usb, usb didnt work, shit. | 2010-01-24 | 11:03 PM |
pharoah | Re:just my luckSometimes I've found that Linuces can be finicky about reading USB keys. Try on a couple of machines before giving up. | 2010-01-25 | 12:03 AM |
jasonwoodland | Re:just my lucki tried ubuntu, my laptop xp, my mums laptop xp, my bros laptop xp, and a ps3
lololol 3 xps | 2010-01-25 | 12:05 AM |
ysft | Re:just my luckPut that shit in the ubuntu, wait a few seconds, go to terminal, and type in this command:
dmesg | tail
See what you get | 2010-01-25 | 5:49 PM |
jasonwoodland | Re:just my luck[ 4897.072890] scsi 6:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2
[ 4897.073767] sd 6:0:0:0: Attached scsi generic sg7 type 0
[ 4897.080385] sd 6:0:0:0: [sdg] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)
[ 4897.080866] sd 6:0:0:0: [sdg] Write Protect is off
[ 4897.080870] sd 6:0:0:0: [sdg] Mode Sense: 03 00 00 00
[ 4897.080873] sd 6:0:0:0: [sdg] Assuming drive cache: write through
[ 4897.082992] sd 6:0:0:0: [sdg] Assuming drive cache: write through
[ 4897.082998] sdg:
[ 4897.286200] sd 6:0:0:0: [sdg] Assuming drive cache: write through
[ 4897.286208] sd 6:0:0:0: [sdg] Attached SCSI removable disk
oh wait, that was a different one i think, my ASTONE works, im in need of help with the transcend 4gb
when i took out my ASTONE i got
[ 5028.815099] FAT: Directory bread(block 1191366) failed
[ 5028.815108] FAT: Directory bread(block 1191367) failed
[ 5028.815116] FAT: Directory bread(block 1191368) failed
[ 5028.815125] FAT: Directory bread(block 1191369) failed
[ 5028.815133] FAT: Directory bread(block 1191370) failed
[ 5028.815142] FAT: Directory bread(block 1191371) failed
[ 5028.815150] FAT: Directory bread(block 1191372) failed
[ 5028.815159] FAT: Directory bread(block 1191373) failed
[ 5028.815167] FAT: Directory bread(block 1191374) failed
[ 5028.815175] FAT: Directory bread(block 1191375) failed
and while someone might have a look at this can someone tell me how to store the screen in a file fast?? | 2010-01-25 | 6:06 PM |
ysft | Re:just my luckSo "JetFlash Transcend 4GB" is the one that works?
As for the second one, I don't know. It looks like the kernel can't recognize it either because it's broken or something, or the usb is not supported.
EDIT:
[quote]and while someone might have a look at this can someone tell me how to store the screen in a file fast??[/quote]
What do you mean? Is this about gui? | 2010-01-26 | 7:43 PM |
jasonwoodland | Re:just my luckTrancend 4GB doesnt work.
i want to copy parts of the screen to memory. but if its going to be 800x600x32 (maximized window) i dont think memory could store 5 of them. so is there some way of storing the screen image to memory? i cant use point and pset, that takes ages, the future command that puts it to a bmp is really slow in 32 Bit | 2010-01-26 | 9:19 PM |
ysft | Re:just my lucktry this:
put in a usb stick, wait a few seconds
switch to root and try this command (assuming its in FAT)
mkdir /mnt/usb
mount -t vfat /dev/sdg /mnt/usb
^or if that don't work try:
mount -t vfat /dev/sdg1 /mnt/usb
ls /mnt/usb
that should show you the dir listing for the usb. See if any of your files are there.
before you take the stick out, do:
umount /dev/sdg
or
umount /dev/sdg1
which ever one you used. | 2010-01-26 | 10:26 PM |
jasonwoodland | Re:just my luckwhat do you mean by switching to root? | 2010-01-27 | 12:43 AM |
aguma | Re:just my luckim assuming cd / | 2010-01-27 | 6:31 PM |
ysft | Re:just my lucksu | 2010-01-27 | 7:28 PM |
aguma | Re:just my luckoh.......i thought you meant root directory.............. | 2010-01-27 | 7:31 PM |
jasonwoodland | Re:just my lucksu dont work for me, authentication denied
even i enter the pass | 2010-01-27 | 8:30 PM |
Blog
2021 Brandon Cornell