search for: diskutil

Displaying 5 results from an estimated 5 matches for "diskutil".

Did you mean: discutir
2010 Sep 16
4
DO NOT REPLY [Bug 7685] New: rsync should not set the creation data on the root folder of an HFS+ volume
...echo "rsyncing /Volumes/HLSource to target." $rsync -aHNx --include="/" --exclude=".*" --exclude="*" $source/ $target 1> /dev/null stat -f " %N: Creation date: %B" $target echo "" echo "Unmounting and remounting the target" diskutil unmount $tgt_dev 1> /dev/null diskutil mount $tgt_dev 1> /dev/null echo "Creating a hard link on the target" touch $target/one ln $target/one $target/one_link stat -f " %N: inode: %i, Link count: %l" $target/one echo "" echo "rsyncing / to target" $r...
2006 Nov 13
0
how to get 'real' freespace after rsync+hardlinks?
...oing a backup. question: how does one check "real" available freespace? "real", as in not double-counted hardlinked/shared files. fwiw, my LOCAL drive is on an osx/hfs+ box (i actually think this may make a difference, esp wrt linux ...). 'native' osx utils (finder, diskutil, etc) report the apparent usage -- not the acutal, hardlinked/shared usage. as a result, i can't readily check for space. what do folks here do? thanks.
2018 Jun 07
3
Slightly OT : write bootable CentOS USB disk under Windows 10 and Mac OS X ?
Hi, I'm currently writing my fourth book about Linux, for the french editor Eyrolles. The book will cover Linux server basics for pros, and it will be based on CentOS 7. I have a quick question to those of you who use either Windows 10 or Mac OS X as their everyday desktop system. How do you write a bootable CentOS USB disk using either Windows 10 or Mac OS X ? I've googled this, of
2014 Sep 11
3
rsync with 8bit file names?
When trying to sync my TV folder to a mirror drive, episodes with non-ASCII characters in them cannot be processed by rsync. Anything I can do about this? For example, I get this: building file list ... file has vanished: "/Volumes/TV/Raising Hope/Raising Hope - S04E01 - De?\#201ja Vu Man.mkv" This is rsync under OS X: $ rsync --version rsync version 2.6.9 protocol version 29
2008 May 21
11
Per-user home filesystems and OS-X Leopard anomaly
I encountered an issue that people using OS-X systems as NFS clients need to be aware of. While not strictly a ZFS issue, it may be encounted most often by ZFS users since ZFS makes it easy to support and export per-user filesystems. The problem I encountered was when using ZFS to create exported per-user filesystems and the OS-X automounter to perform the necessary mount magic. OS-X