Sponsored Content
Full Discussion: Dear Debian-Developers
The Lounge What is on Your Mind? Dear Debian-Developers Post 302946031 by Jeremy O'Connor on Friday 5th of June 2015 10:55:04 PM
Old 06-05-2015
Debian

Srry directed at wrong Member

---------- Post updated at 09:55 PM ---------- Previous update was at 09:44 PM ----------

Quote:
Originally Posted by 1in10
yes, it seems to me as if the so called freeze for all maintainers and developers occured too early last november, so thats why I am stuck almost daily in a program freezing and simply sleeping. Simple programs like gedit and evince causing a complete freezing. Expecting the worst while hoping for the best, waiting for Stinky Pete, maybe.
I had a problem with apt not hitting or claiming hits with no substance. I've tried many thing's and am running great with much available to me. I laid the .sqhaushfs LuKs4 down on a Partion Sliced in the Boch's partition table format I don't know If it truly truly bochs as i modified a mac partion program to collect new partion tables it run's across...and it's not without flaws because some times option's are greyed and sometimes gone completely. Boch's is working for me I even trie Linux Plain Text Partition table Scheme.

Regards,
jao1488

Last edited by Jeremy O'Connor; 06-05-2015 at 11:48 PM.. Reason: @WrongMember
 

We Also Found This Discussion For You

1. Debian

Sandboxes for developers

hi guys, I need to create a sandbox environment on my Debian based LAMP server for PHP/MySql development. Anyone who could point me in the right direction or share their insight? (1 Reply)
Discussion started by: ziggy911
1 Replies
xfs_freeze(8)                                                 System Manager's Manual                                                xfs_freeze(8)

NAME
xfs_freeze - suspend access to an XFS filesystem SYNOPSIS
xfs_freeze -f | -u mount-point DESCRIPTION
xfs_freeze suspends and resumes access to an XFS filesystem (see xfs(5)). xfs_freeze halts new access to the filesystem and creates a stable image on disk. xfs_freeze is intended to be used with volume managers and hardware RAID devices that support the creation of snapshots. The mount-point argument is the pathname of the directory where the filesystem is mounted. The filesystem must be mounted to be frozen (see mount(8)). The -f flag requests the specified XFS filesystem to be frozen from new modifications. When this is selected, all ongoing transactions in the filesystem are allowed to complete, new write system calls are halted, other calls which modify the filesystem are halted, and all dirty data, metadata, and log information are written to disk. Any process attempting to write to the frozen filesystem will block waiting for the filesystem to be unfrozen. Note that even after freezing, the on-disk filesystem can contain information on files that are still in the process of unlinking. These files will not be unlinked until the filesystem is unfrozen or a clean mount of the snapshot is complete. The -u flag is used to un-freeze the filesystem and allow operations to continue. Any filesystem modifications that were blocked by the freeze are unblocked and allowed to complete. One of -f or -u must be supplied to xfs_freeze. NOTES
A copy of a frozen XFS filesystem will usually have the same universally unique identifier (UUID) as the original, and thus may be pre- vented from being mounted. The XFS nouuid mount option can be used to circumvent this issue. In Linux kernel version 2.6.29, the interface which XFS uses to freeze and unfreeze was elevated to the VFS, so that this tool can now be used on many other Linux filesystems. SEE ALSO
xfs(5), lvm(8), mount(8). xfs_freeze(8)
All times are GMT -4. The time now is 08:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy