search for: rootpart

Displaying 6 results from an estimated 6 matches for "rootpart".

Did you mean: bootpart
2003 Dec 01
3
rsync'd destination much larger than source
...ently, I started using rsync to backup files in my root partition on an Ensim box over to a remote machine. The remote machine 'pulls' from the Ensim box using the following: rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete --delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/ The problem is, if I 'df' the Ensim box, it reports that the entire root partition is using 3.5 GB of space, however, the rsync'd copy of the root directory structure on the remote box is consuming over 23 GB. Note that I did use -x as well as some excludes to ensure that files on...
2002 Sep 28
1
oplock problem - how to fix?
...55 domain admin group = noonans root @wheel wins support = no dns proxy = no [homes] comment = Home Directories browseable = no writeable = yes [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writeable = no printable = yes [rootpart] comment = Everything! path = / valid users = noonans root @wheel force user = root public = no writeable = yes printable = no create mask = 0765 How to fix??? TIA, -- Sean Noonan
2002 Oct 06
1
Show stopper - 2nd cry for help
...s the correct size. 6. Error messages are generated in the samba logs, mostly regarding oplocks. 7. Running smbstatus on the target server shows the file that was copied is locked: Samba version 2.2.6pre2 Service uid gid pid machine ---------------------------------------------- rootpart root wheel 12099 sean (192.168.100.103) Sun Oct 6 09:40:51 2002 rootpart root wheel 9981 sean (192.168.100.103) Sat Oct 5 21:50:27 2002 Locked files: Pid DenyMode Access R/W Oplock Name ------------------------------------------------...
2016 Jun 10
0
Re: [PATCH 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
...file changed, 41 insertions(+) > > diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml > index 62bb536..8579240 100644 > --- a/v2v/convert_windows.ml > +++ b/v2v/convert_windows.ml > @@ -466,6 +466,45 @@ if errorlevel 3010 exit /b 0 > ignore (g#pwrite_device rootpart bytes 0x1a_L) > ) > ) > + > + and fix_win_esp () = > + let fix_win_uefi_bcd esp_path = > + try > + let bcd_path = "/EFI/Microsoft/Boot/BCD" in > + Windows.with_hive_write g (esp_path ^ bcd_path) ( > + (* Remove the ...
2016 Jun 15
3
[PATCH 2/3] Convert source so it can be compiled with OCaml '-safe-string' option.
OCaml 4.02 introduced the 'bytes' type, a mutable string intended to replace the existing 'string' type for those cases where the byte array can be mutated. In future the 'string' type will become immutable. This is not the default now, but it can be forced using the '-safe-string' compile option. I tested this on Fedora 24 (OCaml 4.02) & RHEL 7 (OCaml 4.01).
2008 Aug 21
0
kickstart error on 5.2 exception
..., 'network': 1, 'upgrademigratefs': 1, 'parttype': 1, 'confirmupgrade': 1, 'welcome': 1, 'bootloaderadvanced': 2, 'tasksel': 1, 'betanag': 2, 'upgbootloader': 2, 'upgrademount': 1, 'upgradecontinue': 1, 'findrootparts': 1, 'findinstall': 1, 'language': 2, 'upgradeswapsuggestion': 1, 'partition': 1, 'group-selection': 1, 'regkey': 1} dispatch.firstStep: 0 dispatch.method: CdromInstallMethod instance, containing members: dispatch.method.messageWindow: &l...