Red Hat / Fedora :: Universal Storage Between Guest OSs

Feb 3, 2010

I am currently building a Linux server from the ground up that will be used to virtualize many Linux distro for development environments.The host is CentOS 5.4 using KVM as it's virtualization platform.Currently I have Fedora 11 configured as a guest with an allocation of 15GB for the OS its self (this actual guest).The reason I allocated such a small amount of space was because I was hoping to make some sort of user drive that contained the majority of the server's space. My goal was to then share this part of the drive between all of the guest.Essentially I want all of my guest OSs to access one huge drive (part of the drive the host is installed on).

View 7 Replies


ADVERTISEMENT

Fedora Networking :: Samba Guest Account With Password Of 'guest'?

Mar 16, 2009

I have a local file server running Samba on Fedora 9. It's already configured and serves a few people without any problems. I am now trying to set up a new read-only share with the username 'guest' and the password 'guest'. However, with no success so far! If I log on as 'guest' with the password 'guest' like so:

Code:

su - guest
No problem. Once logged in, if I try:

Code:

smbclient //samba/share

I'm prompted for a password. If I enter 'guest' I get:

Code:

session setup failed: NT_STATUS_LOGON_FAILURE

If I enter nothing (null) I get:

Code:

Anonymous login successful
Domain=[RIVER] OS=[Unix] Server=[Samba 3.2.8-0.26.fc9]
tree connect failed: NT_STATUS_LOGON_FAILURE

View 8 Replies View Related

General :: Install VirtualBox Guest Additions On Fedora 14 Guest?

Apr 3, 2011

I installed a Fedora 14 guest on a Fedora 14 host with Virtualbox, then i run these commands on the guest:yum install kernel-devel kernel-headersbut if i try to install the virtualbox-guest additions on the guest, is still complains about that it's unable to find the kernel source directory?Ha anyone succeded installing the guest additions on a guest Fedora 14?

View 2 Replies View Related

Fedora :: Installing Guest Additions Virtualbox 13 Guest?

Jun 3, 2010

I had a lot of trouble installing Guest Additions within the Fedora 13 Guest on a Linux host. I had to mount the vboxGuestadditions.iso from the Device --> CD/DVD Devices menu. Then I located the appropriate package for my system. In my case it was the AMD64 Linux version.I ran this as administrator in Terminal. I used the "bash" command followed by the package name. This was after CDing the the appropriate directory. The packaged installed, I then rebooted and it worked fine. (Something that would make this easier is to load a script into nautilus that would allow me to open a locatation as administartor at the open window. I'm sure there is something in Fedora to do this but I couldn't find it in a hurry so I used the command line way).

View 5 Replies View Related

Fedora :: Universal Access Settings

Jun 9, 2011

I was wondering if anyone knew how to remove the "Universal Access" icon/functionality from a Fedora 15 install?I don't need High Contrast, Visual Alerts, Zoom, etc and want to get it out of my top panel and off the system if possible. The icon I am referencing is the white circle with a person inside, arms and legs out stretched next to the sound/speaker icon as seen in this picture (not my desktop):

View 3 Replies View Related

Fedora :: Increase Default Large Text Size In Universal Access Settings?

May 28, 2011

I installed Fedora 15/Gnome 3 because I liked the Universal Access Settings widget for controlling the appearance of my living room computer attached to my TV. It should (when it becomes more stable) make it easy to zoom in on the screen when I'm on the couch. There is also a Large Text setting that allows me to toggle between normal text size and perhaps 125% text size.

I'd like to set that value to about 200%, but don't see how to do it. dconf-editor didn't seem to have a way. gnome-tweak-tool has a way to make all fonts bigger or smaller but I want to easily switch between normal text size when I'm sitting close and large text from the UAS. Screwing around with gnome-tweak-tool would require me to be up-close. It looks like UAS is controlled by /usr/share/gnome-control-center/ui/uap.ui, but it is a wickedly complex xml file & I don't know what to edit. Is there a per user way to change the behavior?

View 1 Replies View Related

Ubuntu Servers :: Mainboard And Storage System - How Both Storage Devices Will Be Supported By Debian

Mar 11, 2011

I'm interested in buying a new hardware for my company. The old server (now 10 years old) should be replaced with a new one. Till now, I was looking on different hardware suppliers, boards and different other places. I found a Tyan board [URL]. The hardware spec is quite interesting and the board would fullfill our claims.

how both storage devices will be supported by Ubuntu or Debian??

- SATA-Controller: AMD SP5100
- SAS-Controller: LSI 1068E

View 4 Replies View Related

Ubuntu Servers :: Install The Guest Additions For A VM Running A Guest Lucid Lynx?

May 11, 2010

I'm trying to install the Guest Additions for a VM running a guest Lucid Lynx Server. The problem I'm encountering is this: The vboxadd-install.log for vbox says it "couldn't find the sources of your current Linux kernel" and to "Specify KERN_DIR=<directory> and run Make again."

View 4 Replies View Related

OpenSUSE :: Virtualbox Guest Additions: Set A Shared Folder In 11.2 Guest

Mar 4, 2010

OpenSUSE installed in a Virtualbox Virtual Machine and I want to set a shared folder.

1 - Set up a Virtual Machine and install OpenSUSE 11.2

2 - Create a shared folder on host (HostFolder)

3 - Setup the shared folder in Virtualbox Via the Virtual Machine details or via Devices > Shared Folders...

4 - Install dependencies for running the Virtualbox installer You need to install the right development kernelpackage for your machinetype (use 'zypper search -i kernel' to see what's installed) sudo zypper make gcc kernel-source kernel-hosttype/default-devel

5 - Run the Virtual Machine and go to Devices > Guest Additions This mounts an iso image in your OpenSUSE guest.

6 - Open a root terminal and run

cd /usr/src/linux
make oldconfig && make prepare && make scripts && make dep
cp ../linux-obj/$HOSTTYPE/default/Module.symvers .
make prepare

* A commenter on previously mentioned thread says this step is unnecessary but it doesn't work without on my system. I suggest trying step 7 first and returning to step 6 if that fails. *

7 - Run ./VirtualboxLinux yourhosttype .run from the mounted iso image.

8 - Create shared folder in OpenSUSE (GuestFolder)

9 - Test with sudo mount -t vboxsf HostFolder /home/user/GuestFolder It works? Great! Let's set up the system so it automounts for your regular useraccount instead of root-only access.

10 - Add this line to /etc/fstab HostFolder /home/user/GuestFolder vboxsf defaults,uid=1000,gid=1000 0 0

11 - It works for me but if it still doesn't automount after a reboot; sudo mount -a

View 1 Replies View Related

Ubuntu :: Installing Guest Additions To Kubuntu Guest?

May 24, 2010

i've installed kubuntu 10.04 on a sun virtualbox , and when i tried to install the guest additions i got this error in the terminal:

Building the VirtualBox Guest Additions kernel modules. fail ! (Your system does not seem to be set up to build kernel modules. Look at /var/log/vboxadd-install.log to find out what went wrong) i'am running windows 7 as a host operating system .

View 1 Replies View Related

Debian :: Universal Image For Different PC

Apr 12, 2016

Can I make an hd image to use in different laptop/desktop??....

View 5 Replies View Related

Ubuntu :: Universal USB Installer

Mar 24, 2010

I recently downloaded the Universal USB Installer v1.1 and put Ubuntu on the flash drive.I put it into my laptop, and had it set to boot from flash drive, and it didn't do anything. Is it supposed to just auto run from the flash drive and format my hard drive and put Ubuntu on it?

View 3 Replies View Related

Server :: Cluster Storage With The Rock Cluster Storage Operating System?

Jun 8, 2010

I am trying to do the cluster storage with the Rock Cluster storage operating system . I have install the rock cluster on the main server . and I want to connect the client with the PXE boot . when I starting the client then it boot from the PXE boot into the mode of compute node. but it ask the where is to be stored the I have give the path..then server says that not able to find the directory path.

Steps:-
1) insert-ethers
2) client is started with the PXE boot.
3) it detects the dhcp .
4) At last it demand where is to be started by cd-rom, harddisk ,nfs etc.

then I started with the nfs and I have given the lanIp of server.and server is detecting the client but client is not finding the filesystem directory. into export partition directory but it is not taking path.

PATH:-
/export/rock/install it is not finding this path then it is not able to start the o/s from PXE boot..Is there any solution and manual of rock or anyother solution then u can reply to me...

View 3 Replies View Related

Ubuntu :: Universal Format For Externals

Jan 14, 2011

I have a 500 GB external hard drive that is screwed up and wont let me copy any files to it on Ubuntu, I plugged it into my dads iMac and it works perfect so clearly this is just an OS 10 thing.I bought a 320 GB external a few days ago to back up the 270GB of files on the 500 GB so I can format it to a Universal format that will work fine on Ubuntu, OSX, and Windows.

The problem I had was Ubuntu telling me I don't have permission to change anything even in terminal with the chown and chmod commands, nothing worked so I have everything backed up onto the 320 GB right now and I would just like to know what format I can put the 500 GB to that will work in all three operating systems.

View 1 Replies View Related

General :: Universal Man Page Directories?

Feb 15, 2011

I'm studying for the CompTIA Linux+ LC0-101 exam and I just need some clarification on where man pages are stored. I understand that this can be different depending on the distribution you are working on but so far I've read that man pages are stored in:

/usr/share/man
/usr/local/share/man
/usr/local/man
/usr/X11R6/man

While all these might be containers for man pages on various distributions I highly doubt that I will be given the option to make four selections during the test. So is there one or two of them that are seen as the universal man page directories?

View 3 Replies View Related

General :: UNetBootIn Vs Universal-USB-Installer?

Sep 11, 2010

I know of two utilities on Windows to burn Linux live distros on USB keydrives: UNetBootIn and Universal-USB-Installer.I know nothing about what is required to make a USB keydrive bootable and run from it, and I was wondering if...

- those two utilies have the exact same features, and just use a different UI
- there are yet other utilies for Windows I should know about?

View 3 Replies View Related

OpenSUSE :: KDE 4 Hunspell And Universal Spell Checking

Oct 21, 2010

Please help me with this anoying spell check "helper".I've installed openSUSE 11.3 and KDE 4 and updated the latest patches.When I start firefox and thunderbird a spell checker activates which is active in all windows (including shell). I have removed all spell checkers (aspell, ispell, hunspell) then rebooted and the spell checker was gone. But now I wasn't able to start firefox and thunderbird because they seem to use it. I have installed again hunspell. The "helping" spell checker was there again :-))In the spell checking section of kde system settings I'm not able to find an option to disable this "helper".

View 9 Replies View Related

Ubuntu :: Universal PATH Setting In Karmic

Apr 2, 2010

Where is the universal PATH variable set/exported in Karmic?It is not exported from the normal place (/etc/profile). I can't find where it is set. I tried Code:find /etc/* | xargs grep "export PATH=" and it did not reveal the magic place.

View 2 Replies View Related

Ubuntu :: How To Acheive Universal Opaqueness Of Panel

Apr 29, 2010

can anyone help me achieve universal transparency for the panel??

View 9 Replies View Related

Ubuntu Installation :: USB Universal Installer Not Recognizing USB?

Aug 2, 2010

I'm trying to install the Ubuntu ISO onto my USB drive using the Universal USB installer. I selected the distribution, found and selected the ISO file, but cannot select my USB drive.

I have a stick with 1.86GB of free space connected to my computer, and I can see it in My Computer. It is completely empty, and designated as ( F: ). The problem is that the 'Select your USB flash drive' part is only letting me choose either D: or E:

View 1 Replies View Related

Ubuntu Installation :: Bad Filesystem - Universal USB Installer?

Sep 26, 2010

I've downloaded the "universal USB installer" and am trying to install "Ubuntu 9.10/10.4.1 Desktop i386" to a laptop with no CD drive. I downloaded the iso but when I try to install I get a message that filesystem.squashfs is bad. I tried downloading the .tar file for it but I don't see how to create the file... I'm using a Windows XP machine and don't have a running copy of Linux.

View 2 Replies View Related

Ubuntu :: Ext3 External Hdd With Universal Permission

Jul 27, 2011

A friend of mine and I bought an external hd (WD Elements 2TB) and formatted it in ext3 as root. Now we want to use this hard disk in more than one systems with different usernames. So we did "chmod -R 777 /media/ VolumeLabel" in all the systems.But we want the hd to pass around. So its a little bit inconvenient to do chmod all the time. So what should we do to make the access for the hd universal in all the systems that we plug it in?

View 2 Replies View Related

General :: Universal Linux Autostart Folder

May 29, 2010

I'm a complete Linux beginner who wrote his first little script.I'm writing an 'installer' for it (so I can share it with friends) and I'm wandering if there is a universal method to add it to autostart in all Linux distributions.I was thinking about cron/crontab but it's not the best choice, as writing an uninstaller which removes a specific line from crontab is out of my league. I'd rather copy a *.desktop file to autostart folders and then be able to remove them.BTW do you have to put *.desktop files in ~/.config/autostart in Ubuntu, but ~/.kde/Autostart in Kubuntu even if they are shell scripts?

View 3 Replies View Related

Fedora :: Virtualization With Fedora 13 As Host And Windows Vista As Guest Activation

Sep 2, 2010

I have windows vista 32bit oem that originally came with DELL system when I bought new. On the PC, MS$ sticker has the product key for windows vista.When I reformatted the disk and re-install windows vista natively on the machine for which it was licensed, it got automatically activated and passed MS$ genuine check. But I got into problems when using windows vista as guest os from fedora 13 host os using virtualbox on exactly same machine for which vista is licensed for. I go that MS$ : x -days to automatic activation, activate now link. Clicking on activate now it says invalid product key even I entered correct product key as it is on the PC.

I tried to create new windwos vista guest os 2 ways:
1) using existing native installation of windows vista by using vmware converter to create vmware disk image of the running windows vista and shutting down and log back into fedora 13 used this disk image as the storage in virtualbox and create windows vista guest. It starts up ok except for that activation issue.
2) using the windows vista dvd and using that as the source for new windows vista installation in virtualbox. All fine except got that activation issue.After killing my 2 days just for this I dont know whats next. Does that not make sense that I have a license for using windows vista on this specific pc, I am entitled to install it on that same pc as virtual or native or even both ways ?

This link: http://www.zdnet.com/blog/bott/vista-vi icture/360 says starting with service pack 1 MS$ now allows virtual installation of windows oem. My native installation was updated to service pack 2 and I also updated the fresh dvd install of windows vista in virtualbox to service pack 1 and then service pack 2 but still no effect in regard to license activation.Did any one solved the problem in some way regarding this issue for windows vista, I would like to know.

View 1 Replies View Related

Fedora :: Use Existing WIndows 7 As Guest Virtual Machine In Fedora 12

Apr 5, 2010

My company's default OS is Windows 7. I convinced my manager so that I could use Fedora 12, since I am mostly familiar with development environment in Fedora. However there are a few things I need in Windows 7, and I want to stop going back and forth in two OS'es in dual boot-up setting.

I've searched online for easy way to use the existing Windows 7 as guest virtual machine. I first tried VMware's Vcenter Converter Standalone in Windows 7, but it failed with some error code, and searching the particular error code didn't turn up any solution. I also tried to use Sun's VirtualBox, but I get segmentation fault error in Fedora. I tried to see if VMware server has a tool, but installation exists with an error, and searching the web for the error code didn't turn up anything either.... I wonder if I am having this much difficulties because I am using x86_64 version of OS'es.

Anyhow, if anyone has done it successfully - using existing Windows 7 as guest virtual machine in x86_64 version of Fedora 12.

View 3 Replies View Related

Fedora :: How To Fix Mouse Locking Up In Fedora 13 Running As Vmware Guest?

Jun 2, 2010

I'm happily running Fedora 13 as a guest OS in VMWare 3.0.1, except that it has one little issue.Sometimes the mouse would get terribly confused. It generally happens when I hit the mouse scroll wheel or when I move a window around very quickly. After that the left mouse button would stop working...

Anyway I found an easy workaround which I thought I'd share.Just hit 'enter unity' on the VMWare player menu. Then you can immediately exit unity again. This somehow resets the mouse into its normal state...

View 12 Replies View Related

Red Hat / Fedora :: 1 TB Storage - Samba Share

Mar 3, 2011

We have set up a dedicated server with Centos5.4(Kernel 2.6.18-164.el5PAE). In this we have mounted a external storage device above 1 Tb. And also we have shared this storage device in samba share.

Sometime when we access this large storage in windows machine the server hangs and we were pushed to restart the server. Past few days it often happens. How to break down this issue and is there some thing that we have to look in specific area to avoid this?

View 4 Replies View Related

Ubuntu Installation :: 10.04 USB Universal Installer - Username / Password?

May 26, 2010

I have installed the ubuntu-10.04-desktop-i386.iso to a USB Key/Drive using Universal USB Installer (v1.5.5). I restart my machine and boot to Ubuntu from USB. I then go to System > Administration > Update Manager and download all the updates and start to install them. I then come across this... Where do I go from here? Do I need to type anything in?

View 8 Replies View Related

Ubuntu Installation :: Universal USB Installer Doesn't See Drive

Jun 6, 2010

20GB Laptop HDD in external enclosure with USB interface. Formatted FAT32. Shows up in Windows as E:. The Universal USB Installer, however does not see the drive. Is that app only set to look for a true USB flash drive and I'm just doing it wrong?

View 8 Replies View Related

Ubuntu Installation :: Universal USB Installer With Grub Menu?

Sep 23, 2010

I know this is not strictly a Ubuntu question, but I was unsure where to ask this question and since it is about installing Ubuntu Server, I put this question here.

I have used the Universal USB installer to create an install USB device, but I also need to be able to boot to a DOS prompt so I can update the bios if I need to. I would like to have just a single USB drive rather than having to carry two of them around.

Has anybody used the Universal USB installer and is there a way to modify the resulting USB installer so that I could say add a menu program such as grub or something else that would allow me to either access the installer or go to a DOS prompt? Kind of like the way CloneZilla does or perhaps the gparted Live CD.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved