Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
On 09/12/13 20:58, Warren Block wrote: > On Thu, 12 Sep 2013, Gary Aitken wrote: > >> On 09/12/13 17:52, Warren Block wrote: >>> On Thu, 12 Sep 2013, Gary Aitken wrote: >>> >>>> I can't seem to find how to do this in the handbook or man pages. I >

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Warren Block
On Thu, 12 Sep 2013, Gary Aitken wrote: On 09/12/13 17:52, Warren Block wrote: On Thu, 12 Sep 2013, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to f

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
On 09/12/13 17:52, Warren Block wrote: > On Thu, 12 Sep 2013, Gary Aitken wrote: > >> I can't seem to find how to do this in the handbook or man pages. I >> need to initialize a usb memory stick with an msdos file system. Is >> it possible, or do I have to find a wi

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Fbsd8
ize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? It is possible. The OS provides the newfs_msdos tool. There is no need to deal with "Windows" for this task. Great, thanks. I checked the newfs manpage but didn't look too carefu

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
es. >>>> I need to initialize a usb memory stick with an msdos file system. >>>> Is it possible, or do I have to find a windoze system? >>> >>> It is possible. The OS provides the newfs_msdos tool. >>> There is no need to deal with "Windows&

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Warren Block
On Thu, 12 Sep 2013, Gary Aitken wrote: I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? Sure, it's possible. For maximum compatibility, I

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
On 09/12/13 15:51, Polytropon wrote: > On Thu, 12 Sep 2013 15:39:26 -0600, Gary Aitken wrote: >> I can't seem to find how to do this in the handbook or man pages. >> I need to initialize a usb memory stick with an msdos file system. >> Is it possible, or do I have to find

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Polytropon
On Thu, 12 Sep 2013 15:39:26 -0600, Gary Aitken wrote: > I can't seem to find how to do this in the handbook or man pages. > I need to initialize a usb memory stick with an msdos file system. > Is it possible, or do I have to find a windoze system? It is possible. The OS provides t

Re: initialize msdosfs on memory stick?

2013-09-12 Thread Polytropon
On Thu, 12 Sep 2013 16:13:11 -0600, Gary Aitken wrote: > On 09/12/13 15:51, Polytropon wrote: > > On Thu, 12 Sep 2013 15:39:26 -0600, Gary Aitken wrote: > >> I can't seem to find how to do this in the handbook or man pages. > >> I need to initialize a usb memory

initialize msdosfs on memory stick?

2013-09-12 Thread Gary Aitken
I can't seem to find how to do this in the handbook or man pages. I need to initialize a usb memory stick with an msdos file system. Is it possible, or do I have to find a windoze system? ___ freebsd-questions@freebsd.org mailing list

Re: memory stick

2013-08-08 Thread Teske, Devin
(sorry for top post) Heh, looks like the Alton Brown style of debugging ;D (for anyone that follows his twitter feed) -- Devin On Aug 8, 2013, at 7:34 AM, william benton wrote: > I am trying to mount a memory stick at the command line. I seem to be able to > mount and unmount it but i

Re: memory stick

2013-08-08 Thread Adam Vande More
On Thu, Aug 8, 2013 at 9:34 AM, william benton wrote: > I am trying to mount a memory stick at the command line. I seem to be able > to mount and unmount it but i can't copy files into the stick. please see > the attached image for the commands I used and the results. I

memory stick

2013-08-08 Thread william benton
I am trying to mount a memory stick at the command line. I seem to be able to mount and unmount it but i can't copy files into the stick. please see the attached image for the commands I used and the results. If you have any suggestions on what the problem might be I would sure like to

Re: Unbootable memory stick snapshot?

2011-08-29 Thread Rolf G Nielsen
2011-08-29 19:07, Neil Cafferkey skrev: Hi, I can't boot the FreeBSD-9.0-CURRENT-201107-ia64-memstick.img snapshot. From a hexdump, it doesn't appear to have a boot block. Regards, Neil ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Unbootable memory stick snapshot?

2011-08-29 Thread Neil Cafferkey
Hi, I can't boot the FreeBSD-9.0-CURRENT-201107-ia64-memstick.img snapshot. >From a hexdump, it doesn't appear to have a boot block. Regards, Neil ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-11 Thread krad
On 11 January 2011 09:19, krad wrote: > > > On 11 January 2011 09:09, krad wrote: > >> >> >> On 10 January 2011 21:46, Carl Chave wrote: >> >>> >>> > echo -en "\n\nNow run these two commands to make the changes live, and >>> > reboot >>> > zfs set mountpoint=legacy $zpool/be/$nroot >>> > zpo

Re: ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-11 Thread krad
On 11 January 2011 09:09, krad wrote: > > > On 10 January 2011 21:46, Carl Chave wrote: > >> >> > echo -en "\n\nNow run these two commands to make the changes live, and >> > reboot >> > zfs set mountpoint=legacy $zpool/be/$nroot >> > zpool set bootfs=$zpool/be/$nroot $zpool\n\n" >> >> Thanks

Re: ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-11 Thread krad
On 10 January 2011 21:46, Carl Chave wrote: > > > echo -en "\n\nNow run these two commands to make the changes live, and > > reboot > > zfs set mountpoint=legacy $zpool/be/$nroot > > zpool set bootfs=$zpool/be/$nroot $zpool\n\n" > > Thanks for the input krad. It would be nice to easily switch

Re: ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-10 Thread Carl Chave
> echo -en "\n\nNow run these two commands to make the changes live, and > reboot >  zfs set mountpoint=legacy $zpool/be/$nroot >  zpool set bootfs=$zpool/be/$nroot $zpool\n\n" Thanks for the input krad. It would be nice to easily switch back and forth but aren't you still stuck if everything bl

Re: ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-10 Thread krad
th actually configuring and using the server, does anybody have any > input on whether I should or shouldn't do it this way? ZFS best > practices suggests that having elements of the root filesystem on > different pools is a bad idea. So that might be strike 1. > > Memory

ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-09 Thread Carl Chave
ractices suggests that having elements of the root filesystem on different pools is a bad idea. So that might be strike 1. Memory Stick / /bin /boot /dev /etc /lib /libexec /media /mnt /proc /rescue /root /sbin /sys --> /usr/src/sys Hard disk zpool --- /tmp /usr /var swap on z

Re: USB-boot flash memory stick - Fixit mode do not start

2010-06-25 Thread Ian Smith
In freebsd-questions Digest, Vol 316, Issue 8, Message: 18 On Fri, 25 Jun 2010 12:12:28 +0400 Alexender wrote: > I try both 8.0-RELEASE and 8.1-RC official memstick images. I try > write them to memory stick by that commands: > # dd if=memstick.img of=/dev/da0 bs=10240

USB-boot flash memory stick - Fixit mode do not start

2010-06-25 Thread Alexender
I try both 8.0-RELEASE and 8.1-RC official memstick images. I try write them to memory stick by that commands: # dd if=memstick.img of=/dev/da0 bs=10240 # dd if=memstick.img of=/dev/da0 bs=512 I also try to write image from Windows by win32diskimager-RELEASE-0.2-r23-win32 I think all was writen

Re: how do i use a memory stick on freebsd?

2010-06-07 Thread Gautham Ganapathy
On Sat, May 22, 2010 at 12:33 AM, Gary Kline wrote: > > guys, > > my wife emptied a bunch of files onto her memory stick;  the pc > is not here.  i have never used one of these devices before and > want to know how, if it is possible, to read her dos/lose > material from my b

Re: how do i use a memory stick on freebsd?

2010-05-21 Thread Roland Smith
On Fri, May 21, 2010 at 12:03:42PM -0700, Gary Kline wrote: > > guys, > > my wife emptied a bunch of files onto her memory stick; the pc > is not here. i have never used one of these devices before and > want to know how, if it is possible, to read her dos/lose > materi

Re: how do i use a memory stick on freebsd?

2010-05-21 Thread Polytropon
On Fri, 21 May 2010 12:03:42 -0700, Gary Kline wrote: > > guys, > > my wife emptied a bunch of files onto her memory stick; the pc > is not here. i have never used one of these devices before and > want to know how, if it is possible, to read her dos/lose > material fro

Re: how do i use a memory stick on freebsd?

2010-05-21 Thread Jerry McAllister
On Fri, May 21, 2010 at 12:03:42PM -0700, Gary Kline wrote: > > guys, > > my wife emptied a bunch of files onto her memory stick; the pc > is not here. i have never used one of these devices before and > want to know how, if it is possible, to read her dos/lose > materi

how do i use a memory stick on freebsd?

2010-05-21 Thread Gary Kline
guys, my wife emptied a bunch of files onto her memory stick; the pc is not here. i have never used one of these devices before and want to know how, if it is possible, to read her dos/lose material from my bsd system. 7.3, dell, plenty of disk, and yes, i know where the usb slot it! do i

Re: Custom Kernel to Memory Stick

2010-03-30 Thread Giorgos Keramidas
On Mon, 29 Mar 2010 10:49:08 -0500, Jay Hall wrote: > Ladies and Gentlemen, > > I have been asked to explore the possibility of booting FreeBSD from a > memory stick. This was not a problem; worked great when installed from > the distribution CD. > > What would be the best

Re: Custom Kernel to Memory Stick

2010-03-30 Thread Jay Hall
On Mar 29, 2010, at 6:30 PM, Aiza wrote: This is the procedure you want to follow. http://forums.freebsd.org/showthread.php?t=11680 And for greater detail http://forums.freebsd.org/showthread.php?t=11715 Thanks for the links. I will give them a try. Jay ___

Re: Custom Kernel to Memory Stick

2010-03-29 Thread Aiza
Jay Hall wrote: Ladies and Gentlemen, I have been asked to explore the possibility of booting FreeBSD from a memory stick. This was not a problem; worked great when installed from the distribution CD. What would be the best way to get our custom configuration onto the memory stick

Re: Custom Kernel to Memory Stick

2010-03-29 Thread Jay Hall
On Mar 29, 2010, at 10:49 AM, Jay Hall wrote: What would be the best way to get our custom configuration onto the memory stick? OK, I managed t get our custom configuration on to the memory stick using dump. After getting everything configured, what I thought was correctly, I am

Re: Custom Kernel to Memory Stick

2010-03-29 Thread Jay Hall
On Mar 29, 2010, at 10:49 AM, Jay Hall wrote: What would be the best way to get our custom configuration onto the memory stick? Ladies and Gentlemen, This is what I have done, but now I cannot mount the memory stick. I create an image of the s1a partition where the kernel I want to copy

Custom Kernel to Memory Stick

2010-03-29 Thread Jay Hall
Ladies and Gentlemen, I have been asked to explore the possibility of booting FreeBSD from a memory stick. This was not a problem; worked great when installed from the distribution CD. What would be the best way to get our custom configuration onto the memory stick? Thanks, Jay

USB Flash Memory stick not bootable

2009-07-18 Thread Fbsd1
Have problem with being able to boot off an new 8GB USB Flash Memory stick. When I load the 8.0 disc1.iso to an 2GB USB Flash Memory stick it will boot fine. But when I do the same thing to the new 8GB USB Flash Memory stick it’s not recognized as bootable. I can access the installed

Sony Memory Stick Pro Duo 8 GB

2008-07-12 Thread beni
Hi, I'm trying to get my 8 GB Sony MS card recognised by my fbsd 7.0-stable. But when I'm putting the memory card in the reader, it doesn't even show up in dmesg and there is no mention in /var/log/messages either. Reader and card are working fine under windows. Any pointers on how to get acces

Re: How to mount memory stick on sony vaio laptop?

2008-05-24 Thread Manolis Kiagias
Andrei Flame wrote: pci10: at device 3.2 (no driver attached) This is, I am afraid, your card reader device :( You're right about the device, thanks! My pciconf -lv says: [EMAIL PROTECTED]:10:3:2: class=0x018000 card=0x81ef104d chip=0x803b104c rev=0x00 hdr=0x00 ven

Re: How to mount memory stick on sony vaio laptop?

2008-05-24 Thread Andrei Flame
> > pci10: at device 3.2 (no driver > > attached) > > > > > > This is, I am afraid, your card reader device :( You're right about the device, thanks! My pciconf -lv says: [EMAIL PROTECTED]:10:3:2: class=0x018000 card=0x81ef104d chip=0x803b104c rev=0x00 hdr=0x00 vendor = 'Texas I

Re: How to mount memory stick on sony vaio laptop?

2008-05-24 Thread Manolis Kiagias
Andrei Flame wrote: I've just installed FreeBSD 7.0-RELEASE on my Sony Vaio VGN-FE31ZR laptop with built-in memory stick duo pro slot. The problem is that I can't get memory stick card detected and mounted. When I'm inserting a card, nothing happens - no new messages in dme

How to mount memory stick on sony vaio laptop?

2008-05-24 Thread Andrei Flame
I've just installed FreeBSD 7.0-RELEASE on my Sony Vaio VGN-FE31ZR laptop with built-in memory stick duo pro slot. The problem is that I can't get memory stick card detected and mounted. When I'm inserting a card, nothing happens - no new messages in dmesg and /var/log/messag

Re: Transfer CD image to USB memory stick?

2008-04-30 Thread Christian Laursen
grub on the USB memory stick and use memdisk from the syslinux package to load the image. A sample menu entry for grub is included in the script. http://borderworlds.dk/~xi/iso2diskimage.pl -- Christian Laursen ___ freebsd-questions@freebsd.org maili

Transfer CD image to USB memory stick?

2008-04-29 Thread Per olof Ljungmark
Hi, Could someone please point me to information how to achieve this? Have new hardware that lacks CD/floppy and want to install FreBSD... Thanks, --per ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Booting from Memory Stick

2008-03-02 Thread Walker
On Sun, Mar 2, 2008 at 11:37 AM, Walker <[EMAIL PROTECTED]> wrote: > # set root password and timezone (optionally add users here as well) > chroot ${USBMNT} /bin/sh > passwd root > tzsetup One error, the above should be: # set root password and timezone (optionally add users here as well) chr

Re: Booting from Memory Stick

2008-03-02 Thread Walker
On Sat, Mar 1, 2008 at 4:23 PM, <[EMAIL PROTECTED]> wrote: > I am working on getting a FreeBSD system to boot from a USB memory stick. FWIW, my cut/paste script for installing 7.0 to a USB flash drive. This is adapted from a post by Ceri Davies (thank you!). ** This assumes the drive i

Re: Booting from Memory Stick

2008-03-01 Thread John Nielsen
On Saturday 01 March 2008 04:23:24 pm [EMAIL PROTECTED] wrote: > I am working on getting a FreeBSD system to boot from a USB memory > stick. > > Would it be possible to install the operating system using the > following: > > cd /usr/src > make DESTDIR=/mnt/usbdisk w

Re: Booting from Memory Stick

2008-03-01 Thread Dominique Goncalves
Hi, On Sat, Mar 1, 2008 at 10:23 PM, <[EMAIL PROTECTED]> wrote: > I am working on getting a FreeBSD system to boot from a USB memory stick. > > Would it be possible to install the operating system using the following: > > cd /usr/src > make DESTDIR=/mnt/usbdisk wo

Re: Booting from Memory Stick

2008-03-01 Thread Tim Kellers
: At 03:23 PM 3/1/2008, [EMAIL PROTECTED] wrote: I am working on getting a FreeBSD system to boot from a USB memory stick. Would it be possible to install the operating system using the following: cd /usr/src make DESTDIR=/mnt/usbdisk world boot0cfg -v -B -o noupdate da0 Or, is there an easier

Re: Booting from Memory Stick

2008-03-01 Thread Derek Ragona
At 03:23 PM 3/1/2008, [EMAIL PROTECTED] wrote: I am working on getting a FreeBSD system to boot from a USB memory stick. Would it be possible to install the operating system using the following: cd /usr/src make DESTDIR=/mnt/usbdisk world boot0cfg -v -B -o noupdate da0 Or, is there an easier

Booting from Memory Stick

2008-03-01 Thread jhall
I am working on getting a FreeBSD system to boot from a USB memory stick. Would it be possible to install the operating system using the following: cd /usr/src make DESTDIR=/mnt/usbdisk world boot0cfg -v -B -o noupdate da0 Or, is there an easier way to do this? Thanks, Jay

Re: Odd memory stick formatting

2007-11-16 Thread Joshua Isom
On Nov 16, 2007, at 10:31 AM, RW wrote: I have a couple of USB devices that I mount as /dev/da0s1, which what I would expect. I've just got a memory stick that's showing as /dev/da0 & /dev/da0s4. and only /dev/da0 mounts. The output of fdisk is garbage, showing four un

Odd memory stick formatting

2007-11-16 Thread RW
I have a couple of USB devices that I mount as /dev/da0s1, which what I would expect. I've just got a memory stick that's showing as /dev/da0 & /dev/da0s4. and only /dev/da0 mounts. The output of fdisk is garbage, showing four unfeasibly large partitions with unknown sysid values.

Re: Problem booting from memory-stick with ASUS A7V-133

2007-07-24 Thread ilsa . gold
Hi Steve, > > I have a problem with booting from a 128MB USB-memory-stick with the ASUS > > A7V-133 motherboard. I downloaded the boot-floppy-image"boot.flp" (version > > 6.2) from the FreeBSD-FTP-server and "dd"-ed it to a memory stick. Booting > >

Re: Problem booting from memory-stick with ASUS A7V-133

2007-07-24 Thread Steve Bertrand
[EMAIL PROTECTED] wrote: > Hi all, > > hope this is the right list. > > I have a problem with booting from a 128MB USB-memory-stick with the ASUS > A7V-133 motherboard. I downloaded the boot-floppy-image"boot.flp" (version > 6.2) from the FreeBSD-FTP-server a

Problem booting from memory-stick with ASUS A7V-133

2007-07-24 Thread ilsa . gold
Hi all, hope this is the right list. I have a problem with booting from a 128MB USB-memory-stick with the ASUS A7V-133 motherboard. I downloaded the boot-floppy-image"boot.flp" (version 6.2) from the FreeBSD-FTP-server and "dd"-ed it to a memory stick. Booting from this s

Re: Getting rid of /dev and mount entry after unplugging mounted USB memory stick

2005-11-14 Thread Lowell Gilbert
Hans Nieser <[EMAIL PROTECTED]> writes: > Is there a way I can get rid of the bogus mount / device entry other > than rebooting, or will I really have to teach myself to unmount my > USB device everytime before I unplug it? > > Note that integrity of the data or data-transfer speed of the USB > d

Getting rid of /dev and mount entry after unplugging mounted USB memory stick

2005-11-12 Thread Hans Nieser
Hi list, Every now and then I forget to unmount my USB memory stick. This becomes a problem because every time I do it, I am left with a bogus mount and device entry. "umount -f" makes the whole machine reboot instantly. From the googling that I have done, I have concluded that this

Re: Solutions for memory stick name!

2005-09-26 Thread Dan Nelson
In the last episode (Sep 26), Carstea Catalin said: > What is the simple way to know my memory stick name? > > With dmesg i know if my memory stick is mount but i want to know the > complete name. > Ex.: da0s1 > ... One way is by loading the geom_label module. Then y

Solutions for memory stick name!

2005-09-26 Thread Carstea Catalin
What is the simple way to know my memory stick name? With dmesg i know if my memory stick is mount but i want to know the complete name. Ex.: da0s1 ... -- Any help would be greatly appreciated. regards, Carstea Catalin ___ freebsd-questions

5-Stable: USB "LG XTICK" 1GB memory stick fails

2005-09-26 Thread Rob
Hello, I can't get my LG XTICK 1GB USB memory stick working with 5-Stable (as of Sept. 25, 2005). Also, when I plug it in, my mouse pointer in X disappears; I get it back by restarting the moused daemon. Various outputs are listed below. Any idea what's the problem here? Is there a

Re: How to use USB memory-stick for booting FreeBSD?

2005-09-26 Thread jonas
> > I suppose one GigaByte should be enough for the base system of 5.4, > > isn't it? > > Definitely. The full base system (as I mentioned above) takes about > 170 MB of disk space on i386 installations. hi! i would just like to add that it's a good idea to put rapidly changing filesystems/dire

Re: How to use USB memory-stick for booting FreeBSD?

2005-09-25 Thread Giorgos Keramidas
On 2005-09-25 22:32, Rob <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas wrote: >> By installing a FreeBSD base system on it (approx. 170 MB) and a >> boot loader, and setting your BIOS to boot from "USB legacy device". > > Hmmm, how do I do that? > After a system and kernel build, is it then somet

Re: How to use USB memory-stick for booting FreeBSD?

2005-09-25 Thread Rob
Giorgos Keramidas wrote: > On 2005-09-25 22:06, Rob wrote: > >>I have a USB memory stick of one GigaByte. >> I learned that on some PCs, the BIOS allows >> booting from USB memory-stick. >> >>Is this possible with FreeBSD? > > > Yes. Great! >

Re: How to use USB memory-stick for booting FreeBSD?

2005-09-25 Thread Giorgos Keramidas
On 2005-09-25 22:06, Rob <[EMAIL PROTECTED]> wrote: > I have a USB memory stick of one GigaByte. I learned that on some > PCs, the BIOS allows booting from USB memory-stick. > > Is this possible with FreeBSD? Yes. > If yes, then how do I install FreeBSD on such a USB memor

How to use USB memory-stick for booting FreeBSD?

2005-09-25 Thread Rob
Hi, I have a USB memory stick of one GigaByte. I learned that on some PCs, the BIOS allows booting from USB memory-stick. Is this possible with FreeBSD? If yes, then how do I install FreeBSD on such a USB memory stick, so that it becomes a 'bootable USB'? T

Re: take MS memory stick

2005-09-19 Thread jessup15
Lowell Gilbert <[EMAIL PROTECTED]> wrote: writes: > I use FreeBsd 5 generic Kernel. I have a takeMS mem drive 2.0 , 1G > capacity , for USB . The system recognizes the USB port but when i > plug the device in i get an error message after 20-30 seconds. The > device is not listed within the hardw

Re: take MS memory stick

2005-09-18 Thread Lowell Gilbert
<[EMAIL PROTECTED]> writes: > I use FreeBsd 5 generic Kernel. I have a takeMS mem drive 2.0 , 1G > capacity , for USB . The system recognizes the USB port but when i > plug the device in i get an error message after 20-30 seconds. The > device is not listed within the hardware compatibility list o

take MS memory stick

2005-09-17 Thread jessup15
I use FreeBsd 5 generic Kernel. I have a takeMS mem drive 2.0 , 1G capacity , for USB . The system recognizes the USB port but when i plug the device in i get an error message after 20-30 seconds. The device is not listed within the hardware compatibility list of the USB Mass-Storage daemon ( um

Respuesta: Re: USB memory stick hotswap problems

2004-09-29 Thread edwinculp
- Mensaje original - De: Julian Stacey <[EMAIL PROTECTED]> Fecha: Miércoles, Septiembre 29, 2004 4:34 am Asunto: Re: USB memory stick hotswap problems > Very telling mail that. Hopefully someone may find time to solve it. Yes, I agree, basically because Micro$oft has users a

Re: USB memory stick

2003-10-02 Thread Jean-Baptiste Quenot
* Michael L. Hostbaek: > I have just purchased a MP3 player - which basically consists of a USB > 128MB memory stick, with some audio hardware.. Anyways, when I plug > the USB stick into my 5.1-RELEASE-p3 box, I am seeing the following in > /var/log/messages: > > Oct

USB memory stick

2003-10-02 Thread Michael L. Hostbaek
I have just purchased a MP3 player - which basically consists of a USB 128MB memory stick, with some audio hardware.. Anyways, when I plug the USB stick into my 5.1-RELEASE-p3 box, I am seeing the following in /var/log/messages: Oct 2 15:31:27 kernel: umass0: SigmaTel, Inc. USBMSC Audio Player

Re: Mount a Sony Memory stick

2003-07-21 Thread Matthew Seaman
On Sun, Jul 20, 2003 at 09:31:03PM -0600, Sean Countryman wrote: > I'm trying to mount a 64MB Sony memory stick via a USB cable and need a > bit of help. > > I recompiled my kernel and upgraded to 4.8 RELEASE and now, if I boot > with the camera connected, it finds it as a

Mount a Sony Memory stick

2003-07-20 Thread Sean Countryman
I'm trying to mount a 64MB Sony memory stick via a USB cable and need a bit of help. I recompiled my kernel and upgraded to 4.8 RELEASE and now, if I boot with the camera connected, it finds it as a SCSI device, but it conflicts with my da0 device which has my / partition on it. I've

[doc pointer] 2 questions about usb memory stick ...

2003-06-19 Thread Lowell Gilbert
roland Mathieu <[EMAIL PROTECTED]> writes: > I've got a 128MB usb memory stick (pmi memory). It works very well since > I've modified file /usr/src/sys/cam/scsi/scsi_da.c by adding lines: > > { > /* > * Pmi / 128MB > */ >

2 questions about usb memory stick ...

2003-06-18 Thread roland Mathieu
I've got a 128MB usb memory stick (pmi memory). It works very well since I've modified file /usr/src/sys/cam/scsi/scsi_da.c by adding lines: { /* * Pmi / 128MB */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*&qu

Re: USB memory stick

2003-01-05 Thread Flemming Froekjaer
Louis LeBlanc wrote: On 01/05/03 01:24 PM, Flemming Froekjaer sat at the `puter and typed: I have a 128 MB USB memory stick from ez-memory. When I connect it to my FreeBSD 4.7 box it is recognized, but I can't mount it. Any hints? \Flemming Jan 5 12:56:53 athlon /kernel: umass0: USB

Re: USB memory stick

2003-01-05 Thread Louis LeBlanc
On 01/05/03 01:24 PM, Flemming Froekjaer sat at the `puter and typed: > I have a 128 MB USB memory stick from ez-memory. > When I connect it to my FreeBSD 4.7 box it is recognized, but I can't mount it. > Any hints? > > \Flemming > > Jan 5 12:56:53 athlon /kernel: um

USB memory stick

2003-01-05 Thread Flemming Froekjaer
I have a 128 MB USB memory stick from ez-memory. When I connect it to my FreeBSD 4.7 box it is recognized, but I can't mount it. Any hints? \Flemming Jan 5 12:56:53 athlon /kernel: umass0: USB Solid state disk, rev 1.10/1.00, addr 2 Jan 5 12:57:03 athlon /kernel: da0 at umass-sim0 bus 0 t