Sponsored Content
Operating Systems BSD Vbox - FreeBSD - get data from pendrive? Post 303046332 by sea on Friday 1st of May 2020 02:44:08 AM
Old 05-01-2020
Figured...
Eventhough the REAL fs is msdosfs... I had to mount it as cd9660... because it got 'assigned' to /dev/cd0...

EDIT:
I wish.... sometimes I'm too fast on reporting success Smilie
It was a valid image.. but it's the BSD image I booted the VM off, NOT the usb-image i had expected.

Now Im looking to figure the 'real' usb-link to my hosts-iso...
Vbox - FreeBSD - get data from pendrive?-bsd-gpart-list2jpg

Last edited by sea; 05-01-2020 at 04:26 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to install FreeBSD without loosing my data?

hi. I am newbie in Unix. I wanted to install Free BSD 5.2.1 to my computer which winXp was already installed. But i couldn't. I chose Standard. Then it said you are going to use dos style fdisk partitioning. Then a window displayed begining like this. WARNING: A geometry of 155127/16/63 for... (0 Replies)
Discussion started by: sualcavab
0 Replies

2. Red Hat

helo how to mount pendrive on redhat 9

helo my sysem is running on redhat 9. now i want to take data from redhat 9 pc to pen drive. but when i plug it it is not detected. can u tell me how to mount pendrive on redhat9. amit (1 Reply)
Discussion started by: amitpansuria
1 Replies

3. UNIX for Dummies Questions & Answers

boot from a pendrive

Can anybody explane 'How to boot from a pendrive' ?Is it possible to load Operating System from a pendrive----? How? (5 Replies)
Discussion started by: Ajith kumar.G
5 Replies

4. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

5. UNIX for Dummies Questions & Answers

Copying files unto a usb pendrive/external disk from Solaris 9

Hi all, Can anybody help me with how I can connect a usb pendrive or external disk to a Sun Server which runs on Solaris 9? I am able to connect the usb drive to a windows server easily and copy files but am wondering if it is possible to do that with Solaris. Any help will be appreciated. thanks. (3 Replies)
Discussion started by: rahmantanko
3 Replies

6. UNIX for Advanced & Expert Users

installation of vbox failing

Hi, I am using compaq t5207tu model with 60gb harddisk and 2.5gb RAM.Its dual boot-Windows XP and Solaris. I tried installing SUN xVM on solaris to make client -server architecture (32 bit processor and 32 bit OS ) -guest OS (solaris 10)on host OS(Solaris 10). But whenever i try to install... (1 Reply)
Discussion started by: shruti_gupta
1 Replies

7. SCO

mount the pendrive on the unixware 7.1.4

please let me know how to mount the pendrive on the unixware (1 Reply)
Discussion started by: deepthi.s
1 Replies

8. UNIX for Dummies Questions & Answers

Unable to acces my pendrive in linux

Hi Gurus, in linux I am unable to access my pendrive(i am even not seeing the icon or location for my pendrive ). Please anyany could help me to get rid of this issue. regards, Sanjay :) (4 Replies)
Discussion started by: sanjay.login
4 Replies

9. Slackware

Which USB pendrive image to install Slackware on an old AMD K6 3D ?

Holla, I have been trying to install a recent distro, with a minimum X such as jwm, but unfortunately my cdrom is broken and I can only boot the USB port, with a pendrive. AMD K6 3D is today too old for being for linux. Is there an image of slackware than runs that processor and that can... (5 Replies)
Discussion started by: raptor34
5 Replies

10. Linux

LM 19.1 from pendrive

I've "installed" LM 19.1 to a PNY 16Gb(2.0) pendrive. I have a few issues that I'd like to resolve. First and foremost, the O.S. experiences "lagging" issues and to a lesser degree, freezing. Example: Complete "boot-up" (from start to complete "home" page) can take upwards of 7 mins. Then when... (10 Replies)
Discussion started by: 69Rixter
10 Replies
sane-umax1220u(5)						File Formats Manual						 sane-umax1220u(5)

NAME
sane-umax1220u - SANE backend for the UMAX Astra 1220U scanner DESCRIPTION
The sane-umax1220 library implements a SANE (Scanner Access Now Easy) backend for the the UMAX Astra 1220U scanner. For the latest information on this backend, please visit http://umax1220u-sane.sourceforge.net/. UMAX ASTRA 2000U EXPERIMENTAL SUPPORT This backend may also be able to drive the UMAX Astra 2000U. Some people are successful with it, others report that the colors come out terrible. Your milage may vary. From Stephane (the author of sane-umax_pp), I learned that there are differences in the way the color calibration is performed on the 1220U and the 2000U and it may account for the problem. Stephane's backend support the 2000P, the parallel port sibling to the 2000U. It may be possible to use ideas and code from Stephane's backend to add complete support for the 2000U to this backend. Since I do not have access to an Astra 2000U, I do not plan to work on this -- any volunteers? CONFIGURATION
The configuration file for this backend resides in /etc/sane.d/umax1220u.conf. Its contents is a list of device names that correspond to UMAX Astra 1220U scanners. Empty lines and lines starting with a hash mark (#) are ignored. A sample configuration file is shown below: #usb vendor product usb 0x1606 0x0010 # Device list for non-linux systems /dev/scanner /dev/usb/scanner0 When driving a Astra 2000U, use the product number 0x0030. See sane-usb(5) for information on how to set the access permissions on the usb device files. FILES
The backend configuration file: /etc/sane.d/umax1220u.conf The static library implementing this backend: /usr/lib/sane/libsane-umax1220u.a The shared library implementing this backend : /usr/lib/sane/libsane-umax1220u.so (present on systems that support dynamic loading) ENVIRONMENT
SANE_DEBUG_UMAX1220U If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. E.g., a value of 128 requests all debug output to be printed. Smaller levels reduce verbosity: SANE_DEBUG_UMAX1220U values Number Remark 1 print failures 2 print information 3 print high-level function calls 4 print high-level function checkpoints 9 print mid-level function calls 10 print mid-level function checkpoints 80 print protocol-level function entry 90 print protocol-level function exit Example: export SANE_DEBUG_UMAX1220U=10 KNOWN BUGS
600 dpi scanning may fail for large image sizes. If you keep getting I/O errors, try cycling the power on your scanner to reset it. There is no way to cancel a scan, since the driver ignores sane_cancel(). If you try scanning an image which is too small, you will get I/O errors. Be sure to adjust the scan area before doing a scan, since by default, the scan area is zero. SEE ALSO
sane(7), sane-usb(5) For latest bug fixes and information see http://umax1220u-sane.sourceforge.net/ AUTHOR
Marcio Luis Teixeira <marciot@users.sourceforge.net> EMAIL-CONTACT umax1220u-sane-devel@lists.sourceforge.net REPORTING BUGS
When reporting bugs, please run the backend with SANE_DEBUG_UMAX1220U set to 10 and attach a copy of the log messages. 6 Jan 2002 sane-umax1220u(5)
All times are GMT -4. The time now is 12:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy