Using USB sticks in FreeBSD


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Using USB sticks in FreeBSD
# 1  
Old 08-19-2009
Using USB sticks in FreeBSD

I have a number of questions regarding using usb sticks on xfce and freebsd.
1- Does the thunar volume manager (xfce plugin) actually provide a means to automount usb sticks? I have set all possible options in the volume manager, but have not had any automount yet.
2- Is there any utility on freebsd to measure mean time between failure, or expected time to failure?
3- Is it possible (apart from being undesirable for security and performance reasons) to define a usb stick as a network disc, whereby it defines itself as network disc regardless of where it is plugged in?

Thanks in advance
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. BSD

Freebsd live usb

Hello. I'm going to make freebsd live usb based on FreeBSD-8.3-RELEASE-i386-livefs.iso. The iso is 257 Megabytes, but after i copy its content to usb drive its volume increases to 971 Megabytes. I tried different methods of copying (tar,cp,cpio) but with the same result. Could anyone help? (0 Replies)
Discussion started by: urello
0 Replies

2. BSD

Installing FreeBsd. No usb device found

Hello, all. My english is not good. I have a problem installing FreeBsd. I have not CD-Roms, so i use program FlashBoot for convert iso-image to USB Device. After, I was beginning to install FreeBsd (Sorry my english) When it's time to choose an installation media, i select 9 USB:... (3 Replies)
Discussion started by: snet
3 Replies

3. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

4. BSD

Mounting a USB stick in FreeBSD

When mounting a USB stick or pen drive on a FreeBSD machine I always issue the following command: mount -t msdosfs /dev/da0s1 /mnt Something I have always wondered is what the option msdosfs stands for and more importantly, why it is necessary. (7 Replies)
Discussion started by: figaro
7 Replies

5. BSD

Detecting usb stick in freebsd

I inserted a 8GB usb stick in a number of machine with FreeBSD 7.1, but the medium was not detected: $ dmesg | grep MB usable memory = 4263022592 (4065 MB) avail memory = 4082540544 (3893 MB) pci0: <serial bus, SMBus> at device 31.3 (no driver attached) ad0: 238475MB <WDC WD2500BEVT-00ZCT0... (6 Replies)
Discussion started by: figaro
6 Replies

6. UNIX for Dummies Questions & Answers

Using USB Memory Sticks to backup

I'm trying to set up a RELIABLE backup routine using several USB memory sticks on a SCO 6 Server. Does anybody have any experience of how to do this? I presume I have to mount the memory stick, copy the files to it & then unmount the stick so that another memory stick could be used for the next... (5 Replies)
Discussion started by: ifleet2007
5 Replies

7. UNIX for Dummies Questions & Answers

Usb printer on freebsd

Hello,i have laserjet 1000 usb printer on fbsd 4.7 when i connect it to usb, usbdev tells me it is working, on port ulpt0 (whatever). When i send some data to port it doesn't tell me any error, printcap is modifyed according manual, and lpr -Plj /etc/rc.conf gives me following error /kernel:... (1 Reply)
Discussion started by: hachik
1 Replies
Login or Register to Ask a Question
usb-devices(1)							Linux USB Utilities						    usb-devices(1)

NAME
usb-devices - print USB device details SYNOPSIS
usb-devices DESCRIPTION
usb-devices is a (bash) shell script that can be used to display details of USB buses in the system and the devices connected to them. The output of the script is similar to the usb/devices file available either under /proc/bus (if usbfs is mounted), or under /sys/ker- nel/debug (if debugfs is mounted there). The script is primarily intended to be used if the file is not available. In contrast to the usb/devices file, this script only lists active interfaces (those marked with a "*" in the usb/devices file) and their endpoints. Be advised that there can be differences in the way information is sorted, as well as in the format of the output. RETURN VALUE
If sysfs is not mounted, a non-zero exit code is returned. FILES
/sys/bus/usb/devices/usb* The part of the sysfs tree the script walks through to assemble the printed information. /proc/bus/usb/devices Location where the usb/devices file can normally be found for Linux kernels before 2.6.31, if usbfs is mounted. /sys/kernel/debug/usb/devices Location where the usb/devices file can normally be found for Linux kernel 2.6.31 and later, if debugfs is mounted. SEE ALSO
lsusb(8), usbview(8). AUTHORS
Greg Kroah-Hartman <greg@kroah.com> Randy Dunlap <rdunlap@xenotime.net> Frans Pop <elendil@planet.nl> usbutils-005 23 June 2009 usb-devices(1)