Sponsored Content
Operating Systems Solaris X86 solaris10 suddenly stopped mounting flashdrive Post 302782623 by hicksd8 on Tuesday 19th of March 2013 08:03:44 AM
Old 03-19-2013
@MadeInGermany.....Yes, of course. What was I thinking?? Thanks for correcting my stupid mistake.

Last edited by hicksd8; 03-19-2013 at 09:13 AM..
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris10 x86 on external drives

Hi guys. Am about to install Solaris10 x86 and I was wondering if there are any news as to whether it is possible or not to install the os on an external drive, especially firewire, I suppose I will have to open my tower and put in the drive to install it..the machine I want to put it on,... (0 Replies)
Discussion started by: BSDDomi
0 Replies

2. Solaris

mounting floppy on x86 - help

hello from newbie :) i have a question : i've just installed sol-10 on x86 - and i cant access my floppy/cdrom. the device naming totally different from those in bsd or linux - where it was much more difficult to understand :( the mntab/vfstab - i know where it was pointing at - but from... (2 Replies)
Discussion started by: rossonieri#1
2 Replies

3. Solaris

mounting 1TB hard disk with Solaris10 X86

I have a 1TB hard disk that I had partitioned on a Sun clone and had 7 partitions of 137GB a piece. (Using a USB to SATA adaptor) I then had loaded a new hard disk on my laptop (T60...Lenova) with Solaris 10 X86. I tried to mount the hard disk but it kept telling me the mount point was busy and I... (2 Replies)
Discussion started by: mndavies
2 Replies

4. UNIX for Dummies Questions & Answers

anyone know if backup exec 11d agent run on solaris10 x86?

anyone ? i install and it just fail to startup. (0 Replies)
Discussion started by: kakabobo
0 Replies

5. Solaris

How to load a Sunix/Initio Sata card on Solaris10/x86

Hi All, Anyone has configured a Sunix Sata S150 card (AKA Initio Inic-1622) + disk in a Solaris10/x86 05/09 system? I wondered what to do to get it running. The Sunix card does not come with a Solaris driver ;-( The card is seen by the system as the prtconf -v output shows (see below at the... (0 Replies)
Discussion started by: longwave
0 Replies

6. Solaris

Solaris10 x86 - How to find out the CPU model and speed?

Please let me know if there is any way I can find out (either via command line or SMF) the following: 1.CPU model (eg. Pentium 4,Celeron) 2.CPU speed (eg. 1GHz) for this I could get the output through psrinfo -v, but still is there any other way? 3.Hard disk model (eg. Seagate). When I... (9 Replies)
Discussion started by: saagar
9 Replies

7. Solaris

solaris10 x86 stop at GRUB

Dear All I am using Core2Duo processor on G31 chipset motherboard with 1 Gb RAM and 20 GB IDE HDD. I tried to install Solaris 10 from DVD and it installs Successfully without any error. after the first reboot it stop at GRUB prompt. I tried to many times with different partitions layout,... (9 Replies)
Discussion started by: jineetech
9 Replies

8. UNIX for Dummies Questions & Answers

FTP batch file suddenly stopped working

Hello, we have a UNIX system the runs our business data. We have 4 users that use a particular batch command file to extract data for use in the Windows side of the fence: (despreg.bat) ftp ftp> open danapak (database name) connected to danapak ftp> user ccsb password ccsb ftp>... (29 Replies)
Discussion started by: Mick_Dundee
29 Replies

9. Solaris

Solaris10(x86) display goes blank

Hi all, Installed Solaris10(1/13) on a normal Lenovo Thinkcenter desktop. The installation could proceed only in text mode (4). Install is success, but not able to get the login window after the grub screen. The screen goes blank. (as was the case when selecting desktop mode during... (7 Replies)
Discussion started by: Solaris_Begin
7 Replies
fsck_pcfs(1M)						  System Administration Commands					     fsck_pcfs(1M)

NAME
fsck_pcfs - file system consistency check and interactive repair SYNOPSIS
fsck -F pcfs [generic_options] special fsck -F pcfs [generic_options] [-o specific_options] special DESCRIPTION
The fsck utility audits and interactively repairs inconsistent conditions on file systems. special represents the character special device on which the file system resides, for example /dev/rdiskette. The character special device, not the block special device, should be used. In the case of correcting serious inconsistencies, by default, fsck asks for confirmation before making a repair and waits for the operator to respond either yes or no. If the operator does not have write permission on the file system, fsck defaults to a -n (no corrections) action. See fsck(1M). Repairing some file system inconsistencies may result in loss of data. The amount and severity of data loss may be determined from the diagnostic output. When executed with the verify option (-o v), fsck_pcfs automatically scans the entire file system to verify that all of its allocation units are accessible. If it finds any units inaccessible, it updates the file allocation table (FAT) appropriately. It also updates any effected directory entries to reflect the problem. This directory update includes truncating the file at the point in its allocation chain where the file data is no longer accessible. Any remaining accessible allocation units become orphaned. Orphaned chains of accessible allocation units are, with the operator's concurrence, linked back into the file system as files in the root directory. These files are assigned names of the form fileNNNN.chk, where the Ns are digits in the integral range from 0 through 9. After successfully scanning and correcting any errors in the file system, fsck displays a summary of information about the file system. This summary includes the size of the file system in bytes, the number of bytes used in directories and individual files, and the number of available allocation units remaining in the file system. OPTIONS
generic_options The following generic options are supported: -m Check but do not repair. This option checks that the file system is suitable for mounting, returning the appropriate exit status. If the file system is ready for mounting, fsck displays a message such as: pcfs fsck: sanity check: /dev/rdiskette okay -n | -N Assume a no response to all questions asked by fsck; do not open the file system for writing. -V Echo the expanded command line, but do not execute the command. This option may be used to verify and to validate the command line. -y | -Y Assume a yes response to all questions asked by fsck. -o specific_options Specify pcfs file system specific options in a comma-separated list, in any combination, with no intervening spaces. v Verify all allocation units are accessible prior to correcting inconsistencies in the metadata. p Check and fix the file system non-interactively (preen). Exit immediately if there is a problem requiring intervention. w Check writable file systems only. FILES
special The device which contains the pcfs. The device name for a diskette is specified as /dev/rdiskette0 for the first diskette drive, or /dev/rdiskette1 for a second diskette drive. A hard disk device or high-capacity removable device name much be qualified with a suffix to indicate the proper FDISK partition. For example, in the names: /dev/rdsk/c0t0d0p0:c and /dev/rdsk/c0t4d0s2:c, the :c suffix indicates the first partition on the disk contains the pcfs. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ SEE ALSO
fsck(1M), fstyp(1M), fdisk(1M), mkfs(1M), mkfs_pcfs(1M), mountall(1M), attributes(5), pcfs(7FS), WARNINGS
The operating system buffers file system data. Running fsck on a mounted file system can cause the operating system's buffers to become out of date with respect to the disk. For this reason, the file system should be unmounted when fsck is used. If this is not possible, care should be taken that the system is quiescent and that it is rebooted immediately after fsck is run. Quite often, however, this is not suf- ficient. A panic will probably occur if running fsck on a file system modifies the file system. SunOS 5.11 28 Jan 2000 fsck_pcfs(1M)
All times are GMT -4. The time now is 12:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy