Sponsored Content
Operating Systems Solaris Recovering DATA from sparc classic Post 302931835 by fpmurphy on Thursday 15th of January 2015 09:14:03 PM
Old 01-15-2015
Then remove the jumper and apply power to the disk. If the disk does not spin up, you are waiting your time trying to get data off it.
 

6 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Filesystems: Hiding and recovering data

Here is a very interesting article on not only hiding data on filesystems (the article deals mainly with the ext2 filesystem, which should also work with etx3), but also recovering, including from slack space on raw blocks, and even deleted data! ... (0 Replies)
Discussion started by: LivinFree
0 Replies

2. UNIX for Dummies Questions & Answers

Recovering lost folders/files data

Hello, Is there a way to recover data from a SCO UNIXWARE 7.4 operating system without using a tape backup device? We believe there is some data in some directories that was there once; but not anymore, we don't have a backup on tape. So, is there any other solution to recover? Hope... (0 Replies)
Discussion started by: Yorgy
0 Replies

3. UNIX for Dummies Questions & Answers

Flash drive recovering data.

I have a flash drive which contained very important docs. But somebidy accidently dleted those files. I want to recover these files anyhow. I have listened the Linux have best possible chances of recovering it. Can anybody tell me how to recover that? (1 Reply)
Discussion started by: nixhead
1 Replies

4. Solaris

Unable to login Solaris 10 Sparc - Data Access Error

Hello everyone, This is the first time I am installing Solaris. I have SunBlade 1500 Wrkstn. I installed Solaris 10 Sparc. The installation went successfully but I don't get the login screen. I get the following error message: Boot device: disk:a File and agrs:- Data Access Error Ok ... (4 Replies)
Discussion started by: mfsaeed
4 Replies

5. Solaris

SPARC, data sectors/track

when I try to enter the value 424 for "data sectors/track" in format menu, it returns this error: `424' is out of range. is that hard drive parameter important? what to enter? thanks. (2 Replies)
Discussion started by: orange47
2 Replies

6. Linux

Recovering corrupted LVM data: No readable superblocks

Hi all. Not sure where to post this, so figured I'd start here. I have a LVM2 partition that has become unreadable. I've scoured dozens of threads about the topic and have hit a wall, so any advice is appreciated. Below is what I think shows what my major problem is: First, a simple mount... (3 Replies)
Discussion started by: dargason
3 Replies
fsync(2)							System Calls Manual							  fsync(2)

NAME
fsync, fdatasync - synchronize a file's in-core and on-disk states SYNOPSIS
DESCRIPTION
and cause all modified data and attributes of fildes to be moved to a permanent storage device. This normally results in all in-core modi- fied copies of buffers for the associated file to be written to a disk. and apply to ordinary files, and apply to block special devices on systems which permit I/O to block special devices. and should be used by programs that require a file to be in a known state, such as when building a simple transaction facility. causes all modified data and file attributes of fildes required to retrieve the data to be written to disk. causes all modified data and all file attributes of fildes (including access time, modification time and status change time) to be written to disk. Together, and constitute support for File Synchronization. RETURN VALUE
and return 0 on success or -1 if an error occurs, and set to indicate the error. ERRORS
fsync and fdatasync fail if any of the following conditions are encountered: [EBADF] fildes is not a valid descriptor. [EINVAL] fildes refers to a file type to which or does not apply. WARNINGS
The current implementation of these functions is inefficient for large files. AUTHOR
was developed by the University of California, Berkeley and HP. SEE ALSO
fcntl(2), fcntl(5), open(2), select(2), sync(2), sync(1M), unistd(5). STANDARDS CONFORMANCE
fsync(2)
All times are GMT -4. The time now is 04:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy