Sponsored Content
Top Forums UNIX for Advanced & Expert Users Which system calls to move data on a device with mounted partitions? Post 302762003 by vstrom on Sunday 27th of January 2013 05:01:51 PM
Old 01-27-2013
Which system calls to move data on a device with mounted partitions?

I need to be able to move data around a disk that has mounted partitions. I am not touching the data on the mounted partition, the MBR or any other disk metadata, only the freespace and unmounted partitions. At the moment I am using libparted but it causes data corruption sometimes although there are no reported errors.

I am experimenting now with open() on, for example, /dev/sdc while /dev/sdc2 is mounted. That also sometimes seems to have problems with busy partitions on the disk. No errors are reported.

Any suggestions?

Thank you.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

System Calls

What does the system call "dup" do? What is the difference between dup and dup2 I have a fair idea of what it does but I am confused when its coming down to the exact details... Please help me!:confused: (2 Replies)
Discussion started by: clickonline1
2 Replies

2. UNIX for Dummies Questions & Answers

System calls for cp and mv

Which system calls are made for operations cp and mv (2 Replies)
Discussion started by: gaurava99
2 Replies

3. IP Networking

Identification of data calls & voice calls

Is there any facility to filter/identify the data calls and voice calls coming throug modem? OR Can we get the data or voice calls information through a script(preferably C Kermit)? (0 Replies)
Discussion started by: pcsaji
0 Replies

4. Programming

Checking if device is mounted..

Hi, I want to check if a device is mounted before performing actual mount. I was able to check that using the below C code. But in C++ it is throwing the following error: " error: invalid conversion from `int' to `const char*' " C program just generated a warning message, but C++ throws... (3 Replies)
Discussion started by: cjjoy
3 Replies

5. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

6. OS X (Apple)

Not mounted, no-driver USB device in terminal (how to access?)

hi, i am on a quest to access and even mount if possible a drive on os x. there is no driver for the device, but it lists fine in the system profiler. can i access its location from the terminal? how? here is what i get on the system profiler: Speed: Up to 480 Mb/sec Manufacturer: SAMSUNG ... (3 Replies)
Discussion started by: sontarieh
3 Replies

7. UNIX for Dummies Questions & Answers

How to Export Glance "Global System Calls" data to a file

Hello... I'm trying to setup a cronjob to record system data using glance at certain times of the day. My question is, how would one export the "Global System Calls" information to a file? Below is the command I have been using and it works to export CPU information. glance -f ... (0 Replies)
Discussion started by: fumus
0 Replies

8. UNIX for Dummies Questions & Answers

lvrename to a mounted device

Hi, I wanted to rename a filesystem but I forgot to unmount it before running lvrename and now it is still visible when doing df -k old name device: /dev/mapper/vg01-MGRSTR3 mounted as /MGRSTR3 new name: /dev/mapper/vg01-mgrusr3 mounted as /mgrusr3 when trying to unmount the old one... (2 Replies)
Discussion started by: galuzan
2 Replies

9. Solaris

How to modify a disk with mounted partitions?

Hi Guys, I was wondering; can a disk with mounted partitions be modified? If yes, how can this be done? Thanks lots (1 Reply)
Discussion started by: cjashu
1 Replies
radisk(8)						      System Manager's Manual							 radisk(8)

Name
       radisk - Digital Storage Architecture (DSA) disk maintenance

Syntax
       /etc/radisk

       radisk -c LBN length special
       radisk -e special
       radisk -n special
       radisk -r LBN special
       radisk -s LBN length special

Description
       The  Digital  Storage  Architecture (DSA) disk maintenance program provides the essential functions to manage DSA disk devices. The command
       must be used on unmounted disk partitions to insure correct results.

       The LBN is a decimal number that represents the logical block number as reported in the errorlog file.  The LBN is the  actual  disk  block
       number starting from the beginning of the disk.

       The  length  is a decimal number that indicates how many (512 byte) blocks to process.  The length specified may be -1 to indicate the last
       block of the specified partition.

       The special file specified is used with -c, -e, -n, and -r options and indicates an unmounted c partition of  a	character  device  special
       file.

Options
       The following options may be set with

       -c   Clears  a forced error indicator on the range of specified LBNs.  The forced error condition indicates that the data in the disk block
	    is bad.  The disk block is good, but the data can not be read without getting an error detection code (EDC) error.	This  option  will
	    cause  the	forced error condition to be removed.  After the forced error indicator is cleared, the EDC error will not be reported nor
	    will the data be marked as bad.

	    All indications that the data is corrupt are lost.	The data should be restored either by manual methods or with the command. The com-
	    mand affects the integrity of the data on a disk and should be followed by a file system restore if data is affected.

       -e   Sets  the  exclusive  access  attribute  associated  with  the specified disk.  This attribute is provided by multihost controllers to
	    restrict access to a disk to one host.  The command will return a failure status if the disk is already  exclusively  associated  with
	    another  host  or  the underlying controller does not provide multihost support.  If the command is issued to a disk that is currently
	    mounted and the command fails, the disk will no longer be online to this host.  For this reason the -e option should not be issued	to
	    a disk that is mounted.

       n    Clears the exclusive access attribute associated with the specified disk.  If the controller provides multihost support and the exclu-
	    sive access attribute is not set for a particular disk, it would be possible for the disk to be accessed by more than one  host.   The
	    command  will  return  a  failure status if the disk is not currently and exclusively associated with this host or the underlying con-
	    troller does not provide multihost support.

       -r   Replaces a block on the disk specified by LBN. See Restrictions.

       -s   Starts a scan for bad blocks on the specified area on a disk. Bad blocks are disk blocks that have data transfer errors to the  extent
	    that they cannot be relied on.  When a bad block is found, it is replaced and the bad block's LBN is reported.  The LBN specified with
	    the option can be 0 to indicate the first block in the specified partition.  If 0 is specified, however, the program starts  searching
	    from the first block of the partition. The option will accept any valid partition on the disk. This allows any partition to be scanned
	    without scanning the entire disk and ensures that the specified partition is free of bad blocks. As an example, indicates the h parti-
	    tion of the third logical disk unit.

Diagnostics
       The command generates messages when the user is not privileged, when the LBN is not in the specified partition, and when the length exceeds
       the size of the partition.

Restrictions
       You must be in single-user mode when using the and options of the program.  If you are in multiuser mode, hangs the system  and	cannot	be
       killed.	If this happens, you must reboot.

       The option is supported only with those DSA disks which use host-initiated dynamic bad block replacement.

       The and options are only supported on controllers that provide multi-host support.  These options are only supported on HSC Version 5.00 or
       later.

See Also
       dkio(4), ra(4), sdc(4), chpt(8), mount(8), restore(8)
       Guide to System Disk Maintenance

4th Berkeley Distribution														 radisk(8)
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy