Displaying 20 results from an estimated 4000 matches similar to: "Upgrading Drive, Best Practice?"
2005 Nov 16
1
correct way to migrate old data on hda to new sda
I am migrating off of a 40GIG hda to a new 160GIG sda disk.
I plan on installing 4.2 from scratch. But after that what is the
correct way
do transfer all the data from hda (home partition really) to the new sda
home
partition?
I presume there is just a couple files in /etc to restore also. Like
hosts, passwd.
Anything else?
Other suggestions welcome also. this is my first time migrating to a
2007 Jun 26
2
NFS, nested ZFS filesystems and ownership
Hello,
I''m sure there is a simple solution, but I am unable to figure this one out.
Assuming I have tank/fs, tank/fs/fs1, tank/fs/fs2, and I set sharenfs=on for
tank/fs (child filesystems are inheriting it as well), and I chown
user:group /tank/fs, /tank/fs/fs1 and /tank/fs/fs2, I see:
ls -la /tank/fs
user:group .
user:group fs1
user:group fs2
user:group some_other_file
If I mount
2005 Jun 11
7
A questiong about replacing my failing drive
First, I am not a RedHat or linux newbie. I simply have not had to do
what I am getting ready to do, and I want to see if I am going to run into
a problems...
My HDA drive is failing (I can hear the occasional click from it and I am
seeing Smart errors, the transfer rate is slow but all my data is there).
I have 3 partitions on it, the /, /boot/ and my game servers (this is also
the drive the
2018 Oct 10
6
same netbios aliases on multiple servers
Hi
Can I set the same netbios name on multiple servers?
more precisely why it does not work?
server A
[global]
netbios name = FS1
netbios aliases = fs fs.example.ru
server B
[global]
netbios name = FS2
netbios aliases = fs fs.example.ru
2007 Sep 13
4
How to delegate filesystems from different pools to non-global zone
I''m trying to add filesystems from two different pools to a zone but can''t seem to find any mention of how to do this in the docs.
I tried this but the second set overwrites the first one.
add dataset
set name=pool1/fs1
set name=pool2/fs2
end
Is this possible or do I need to use different syntax?
-Robert
This message posted from opensolaris.org
2001 Nov 22
5
How to setup Rsync as an NT Service
For a recent project I needed to run Rsync as a service on Windows NT. The
following is a link to the instructions I created to recreate my steps.
http://members.home.net/cbollerud2/projects/rsync/NTService.html
The "no-fork" patch used here is very similar to the "no-detach" option
mentioned in many previous posts. I wish I could take credit for it, but I
basically put
2007 Dec 05
2
zfs mirroring question
I create two zfs''s on one pool of four disks with two mirrors, such as...
/
zpool create tank mirror disk1 disk2 mirror disk3 disk4
zfs create tank/fs1
zfs create tank/fs2/
Are fs1 and fs2 striped across all four disks?
If two disks fail that represent a 2-way mirror, do I lose data?
Brian.
2018 Oct 10
2
same netbios aliases on multiple servers
we have many branch, with different call quality, each branch, has a
samba DC with a file server, and in order not to create labels for each
branch, we set up a geo round robin on the DNS server.
branch A net 192.168.1.0/24
dc and fs 192.168.1.1 name fs1
branch B net 192.168.2.0/24
dc and fs 192.168.2.1 name fs2
if open fs.example in branch A, then user open fs1
if open fs.example in
2018 Oct 10
3
same netbios aliases on multiple servers
how to set one DNS name on different samba DC and FS servers?
> Having said all that, you do have different netbios names (I do hope
> the two machines are called fs1 & fs2) and you don't actually need to
> set it in smb.conf, Samba will do it for you.
>
> You are trying to set the same 'netbios aliases' on both Samba
> servers and, for the same reasons as the
2005 Sep 11
2
mounting nfs partition at boot.
This seems like another basic question because I always assumed that if
I threw something in my /etc/fstab then it will be automatically mounted
at boot time (unless I put in the 'noauto' option).
But my NFS partition isn't getting mounted, here's the excerpt from my
/etc/fstab file, split on the whitespace so it's easier to read:
nfs_server:/exports/var/www
/var/www
nfs
2010 Nov 26
2
ACL Problems with Samba and ADS Integration
I am running a Samba Box as a Domain Member in a Windows ADS Domain (Windows Server 2003). The Box has joined the ADS domain and the kerberos authentication works, I can see "smbd" processes running with AD user accounts.
But I can not set ACLs on the directories or the files located on the share. If I change them using Windows Explorer, they either will be ignored by samba, or I get the
2009 Feb 04
1
rsync differences between Fedora/Ubuntu?
Hello All,
(I'm only one step above a user, so would appreciate any technical
answers thoroughly explained. But if you're in a real rush, I could
just forward your reply to a local wizard for translation.)
With the script below, I use rsync to mirror the /boot partition and the
/ (without /boot) partition on to removable ATA/IDE hard drives.
(Insertion/removal of mirror drives are
2005 Nov 30
2
Apache/PHP Security Help.
I have a personal apache/mail server that is getting hacked and I'm not
sure how the person is getting in. What's happening is that every few
days, the below script will show up in /tmp as 'dc.txt', owned by apache
and then a TON of mail is queued up to a bunch of addresses in
@uol.com.br.
I initially thought they got in becuase I had an outdated version of
'gallery'
2012 Jun 07
2
Performance optimization tips Gluster 3.3? (small files / directory listings)
Hi,
I'm using Gluster 3.3.0-1.el6.x86_64, on two storage nodes, replicated mode
(fs1, fs2)
Node specs: CentOS 6.2 Intel Quad Core 2.8Ghz, 4Gb ram, 3ware raid, 2x500GB
sata 7200rpm (RAID1 for os), 6x1TB sata 7200rpm (RAID10 for /data), 1Gbit
network
I've it mounted data partition to web1 a Dual Quad 2.8Ghz, 8Gb ram, using
glusterfs. (also tried NFS -> Gluster mount)
We have 50Gb of
2015 Feb 04
2
[LLVMdev] Question on Machine Combiner Pass
Ping
From: Mandeep Singh Grang [mailto:mgrang at codeaurora.org]
Sent: Tuesday, February 03, 2015 4:34 PM
To: 'llvmdev at cs.uiuc.edu'
Cc: 'ghoflehner at apple.com'; 'apazos at codeaurora.org'; mgrang at codeaurora.org
Subject: Question on Machine Combiner Pass
Hi,
In the file lib/CodeGen/MachineCombiner.cpp I see that in the function
2005 Apr 05
3
grub/raid1 on centos4
With Centos3, fedora1/2 I have been able to put /boot on a RAID1
partition and have it boot normally. Unlike earlier versions that
used lilo as the default boot loader, these did not make the 2nd drive
bootable but at least I was fairly confident that if the first drive
failed I could use the install CD in rescue mode to fix up the 2nd one
and go on. However, Centos4 won't boot at all with
2007 May 02
16
ZFS Support for remote mirroring
Does ZFS support any type of remote mirroring? It seems at present my only two options to achieve this would be Sun Cluster or Availability Suite. I thought that this functionality was in the works, but I haven''t heard anything lately.
Thanks!
Aaron Newcomb
http://opennewsshow.org
http://thesourceshow.org
This message posted from opensolaris.org
2005 Feb 14
6
Query regarding initramfs
Hi
I had some doubts regarding what all the init application should do:
>> so, that should that application do?
>> - mount /dev/hda1 /new-root
>> - cd /new-root
>> - run-init
1. Of what I understand, before exitting, init should mount the realroot
and execute the init process.
Is realroot the '/' or the empty directory created (in the cpio
archive) ?
2008 May 13
4
FS 2004
Hi
I've FS9 on another NTFS partition but get errors for starting. So now I tried to install but how do i change the disk FS1 to FS2?
if i kill wine setup.exe I can exchange the discs but cklicking on insert discs2 does not continue the installation.
Thanks Michael
( suse 10.2 )
2003 Nov 07
13
File Locking
Hi,
I'm running smbd 2.2.8. I'm a little green when it comes to file locking
with samba.
I have two users that access a single data file on a FreeBSD box. It's a
moneydance data file and obviously it gets messed-up if two users are
writing to it at the same time. Is there a way with samba to stop a second
instance of the file from being opened, something like a "File In