CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - General Support
  Optimizing Boot Time

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  curtis1000
      curtis1000
Optimizing Boot Time
#1
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
On a fast computer, it takes me slightly over 2 minutes to reach the login screen. What I found was that there are 3 things are slowing up the process:


1- There is a message "Reading all Physical Volumes, This might take a while"; This takes about 25 seconds. Is there a way to automaticall skip this?

2- There is a message "Determining IP Information for eth0. This takes about 15 seconds. Is there a way to optimize this?

3- There are many services loaded at the end of the boot process that take up time. How can I get a list of services, determine which are not relevant, and tell Centos not to load them at boot time?


Thank you for your help.
Posted on: 2010/9/12 8:46
Create PDF from Post Print
Top
  •  scottro
      scottro
Re: Optimizing Boot Time
#2
Moderator
Joined: 2007/9/3
From NYC
Posts: 1502
For the services, you can use the command


chkconfig --list |grep on

This will also list anything with "on" in its name, but it will show you what services are running at boot. Like Windows, it will start up just about everything installed.

For an idea of what each of these services do, your best bet is to probably go to the mjmwired.net site and look for the Fedora 5 or 6 guides, where the author gives a listing of most of the services with an explanation of what they do.

You can try searching through the RedHat guides too, but their explanations are usually harder to find and pretty bad--this is a made up example for effect, but it will often be along the lines of

avahi. This starts the avahi daemon.

Whereas, the mjmwired guides will actually <gasp> add a few words saying what the avahi daemon does.
_________________
New users should read FAQ & Readme First
Posted on: 2010/9/12 10:02
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#3
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
Thanks. I am running Centos as a Desktop Environment. Basically using Productivity Applications and connecting to via DSL for internet browsing / email. Here is the list of processes that are preloaded. Do you see any obvious ones that don't belong?

acpid
anacron
atd
auditd
autofs
avahi-daemon
avahi-dnsconfd
conman
cpuspeed
crond
cups
firstboot
gpm
haldaemon
hidd
hplip
iptables
irqbalance
isdn
kdump
kudzu
lvm2-monitor
mcstrans
mdmonitor
messagebus
microcode_ctl
netconsole
netfs
network
nfslock
pcscd
portmap
rawdevices
readahead_early
readahead_later
restorecond
rhnsd
rpcgssd
rpcidmapd
sendmail
setroubleshoot
smartd
sshd
syslog
wdaemon
xfs
yum-updatesd
Posted on: 2010/9/12 10:58
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Optimizing Boot Time
#4
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Quote:

scottro wrote:
chkconfig --list |grep on

Or, as there are a number of services that have "on" in the name which may actually be "off" by default, to get only services that are actually on
chkconfig --list | grep :on
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2010/9/12 11:02
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Optimizing Boot Time
#5
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Quote:

curtis1000 wrote:
Do you see any obvious ones that don't belong?
...
rhnsd
...

Hard for anyone else to guess what you do or don't need, as it depends on what you are doing with the system, but AFAIK rhnsd only exists on Red Hat systems, not on CentOS.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2010/9/12 11:08
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#6
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
Understood.

Any ideas on how I can get the startup routine to skip the time consuming "Reading All Physical Volumes" step?
Posted on: 2010/9/12 11:25
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Optimizing Boot Time
#7
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
I believe doing that would be very likely to break your system. Most CentOS systems are not rebooted all that often, so optimizing boot time may rapidly reach a point of diminishing returns. Optimizing services has a much greater payoff as it will help with performance as well as boot time.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2010/9/12 11:33
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Optimizing Boot Time
#8
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 9131
Quote:

Any ideas on how I can get the startup routine to skip the time consuming "Reading All Physical Volumes" step?

Yes.

Oh, you want me to type some more?

O.k. -- Your system was installed using LVM, hence all Physical Volumes have to be read at system boot time. To dispense with that step requires you to dispense with the use of LVM. So backup all of your data and then re-install the OS, ensuring that you de-select the use of LVM. Finally restore all of your data.
_________________
Alan

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2010/9/12 16:55
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#9
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
Yes Alan, I want you to type more :) It helps me become more literate.

Two questions,

-Before I backup my data and reinstall, are there any compelling reasons why I should be using LVM?


-If I look at my startup process, I see that the 2 minutes can be broken down roughly as follows:

1- 50 seconds - LVM
2- 40 seconds - Determining IP info for ETH0 and then setting up and connecting to DSL
3 - 30 seconds - Starting up services, udev, etc.)

Is there anything that can be done to the second item?
Posted on: 2010/9/12 19:05
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Optimizing Boot Time
#10
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 9131
Quote:

are there any compelling reasons why I should be using LVM?

It's really a personal / system requirements decision.

For example, my (static) workstation. As it is a reuse of (refurbished) hardware of over eleven years of age (the "trailing edge" of hardware) and only has PATA (EIDE) disk interfaces both small (physical) disks are "stitched" together by LVM to provide one logical, larger, disk.

On the other hand my laptop, just a few months old with one average sized SATA disk, does not use LVM -- it isn't even installed.

That is just a personal view with a couple of "personal" systems.

Others will be able to explain the many benefits of LVM when used with a multi-disk server.

Quote:

40 seconds - Determining IP info for ETH0 and then setting up and connecting to DSL

That seems to be excessive, to me.

My workstation, above, take no more than 5 seconds. It is configured to use a static link between the workstation and the switch / router / modem. (The ADSL link between the modem and the DSLAM is configured as DHCP.)

Please post the output returned by ./getinfo.sh network, as detailed in How To Provide Information About Your System . . .
_________________
Alan

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2010/9/12 19:43
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Optimizing Boot Time
#11
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Quote:

curtis1000 wrote:
...
2- 40 seconds - Determining IP info for ETH0 and then setting up and connecting to DSL
...
Is there anything that can be done to the second item?

My suspicion would be on what's on the other end of the wire - DSL modem, router, DHCP server, DNS, ISP.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2010/9/12 20:10
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#12
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
I can understand 10 to 15 seconds needed to setup and connect the DSL connection, what I don't understand is why it takes often 20 seconds to "Determine IP information for ETH0"
I tried posting at the pastebin, but the captcha doesn't appear (probably a problem with my company's web filter.) So, I can just paste here, what is relevant (or not), sorry about the length

== BEGIN lspci ==
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
15:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
15:00.3 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 11)
15:00.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11)
15:00.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 11)
== END   lspci ==

== BEGIN lspci -n ==
00:00.0 0600: 8086:2a00 (rev 0c)
00:01.0 0604: 8086:2a01 (rev 0c)
00:19.0 0200: 8086:1049 (rev 03)
00:1a.0 0c03: 8086:2834 (rev 03)
00:1a.1 0c03: 8086:2835 (rev 03)
00:1a.7 0c03: 8086:283a (rev 03)
00:1b.0 0403: 8086:284b (rev 03)
00:1c.0 0604: 8086:283f (rev 03)
00:1c.1 0604: 8086:2841 (rev 03)
00:1c.2 0604: 8086:2843 (rev 03)
00:1c.3 0604: 8086:2845 (rev 03)
00:1c.4 0604: 8086:2847 (rev 03)
00:1d.0 0c03: 8086:2830 (rev 03)
00:1d.1 0c03: 8086:2831 (rev 03)
00:1d.2 0c03: 8086:2832 (rev 03)
00:1d.7 0c03: 8086:2836 (rev 03)
00:1e.0 0604: 8086:2448 (rev f3)
00:1f.0 0601: 8086:2811 (rev 03)
00:1f.2 0101: 8086:2828 (rev 03)
00:1f.3 0c05: 8086:283e (rev 03)
01:00.0 0300: 10de:0429 (rev a1)
03:00.0 0280: 8086:4230 (rev 61)
15:00.0 0607: 1180:0476 (rev ba)
15:00.1 0c00: 1180:0832 (rev 04)
15:00.2 0805: 1180:0822 (rev 21)
15:00.3 0880: 1180:0843 (rev 11)
15:00.4 0880: 1180:0592 (rev 11)
15:00.5 0880: 1180:0852 (rev 11)
== END   lspci -n ==

== BEGIN ifconfig -a ==
eth0      Link encap:Ethernet  HWaddr 00:1C:25:70:DF:70
          inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:213937 errors:0 dropped:0 overruns:0 frame:0
          TX packets:166392 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:186122570 (177.5 MiB)  TX bytes:16336630 (15.5 MiB)
          Memory:fe200000-fe220000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1997 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1997 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:67373 (65.7 KiB)  TX bytes:67373 (65.7 KiB)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:212.76.114.180  P-t-P:212.76.127.115  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:202986 errors:0 dropped:0 overruns:0 frame:0
          TX packets:164542 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:180998562 (172.6 MiB)  TX bytes:12653185 (12.0 MiB)

vboxnet0  Link encap:Ethernet  HWaddr 0A:00:27:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0     Link encap:Ethernet  HWaddr 00:1D:E0:6D:81:C3
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

== END   ifconfig -a ==

== BEGIN route -n ==
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
212.76.127.115  0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
10.0.0.0        0.0.0.0         255.0.0.0       U     0      0        0 eth0
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 ppp0
== END   route -n ==

== BEGIN cat /etc/resolv.conf ==
; generated by /sbin/dhclient-script
nameserver 213.151.32.70
search localdomain
nameserver 213.151.32.72
== END   cat /etc/resolv.conf ==

== BEGIN grep net /etc/nsswitch.conf ==
#networks:   nisplus [NOTFOUND=return] files
#netmasks:   nisplus [NOTFOUND=return] files
netmasks:   files
networks:   files
netgroup:   nisplus
== END   grep net /etc/nsswitch.conf ==

== BEGIN chkconfig --list | grep -i network ==
NetworkManager  0:off   1:off   2:off   3:off   4:off   5:off   6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
== END   chkconfig --list | grep -i network ==
Posted on: 2010/9/12 20:45
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Optimizing Boot Time
#13
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 9131
Quote:

I tried posting at the pastebin, but the captcha doesn't appear (probably a problem with my company's web filter.) So, I can just paste here, what is relevant (or not), sorry about the length

I asked you to make it available, so please don't worry about its length.

Quote:

My suspicion would be on what's on the other end of the wire - DSL modem, router, DHCP server, DNS, ISP.

Exactly, Phil. Whatever it is, the system is configured, DHCP-wise, to talk to it and it's waiting for the device's response that accounts for the delay.

So, the advice is to check the configuration of the device at the other end of the Ethernet cable. If at all possible, try a static configuration.
_________________
Alan

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2010/9/12 22:17
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#14
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
I changed the ETH0 connection from Dynamic to Static; now it only takes 5 seconds for ETH0 to be loaded and activated at startup! Thanks Alan and Phil!

Next step....removing LVM and reinstalling in the most efficient way.

I foolishly let Centos decide how to partition my HD, so it put everything on one 100G partition.
The newbie asks "Is there a way, I can shrink this partition, create a new partition, copy everything that is in my /home folder to the new partition, and reinstall Centos on the original partition?"
Posted on: 2010/9/13 10:37
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Optimizing Boot Time
#15
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 9131
I think it will now be necessary for you to show us the output produced by ./getinfo.sh disk, when executed with root's powers . . .

Do you already have more data than the capacity of one DVD in your home partition to backup?

Could you borrow an external USB drive to act as a temporary data repository?
_________________
Alan

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2010/9/13 14:27
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#16
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
Here is the relevant output:
== BEGIN cat /etc/fstab ==
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
== END   cat /etc/fstab ==

== BEGIN df -h ==
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       85G   18G   63G  23% /
/dev/sda1              99M   27M   68M  29% /boot
tmpfs                 1.9G     0  1.9G   0% /dev/shm
== END   df -h ==

== BEGIN fdisk -l ==

Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14       12161    97578810   8e  Linux LVM
== END   fdisk -l ==

== BEGIN blkid ==
/dev/mapper/VolGroup00-LogVol01: TYPE="swap"
/dev/mapper/VolGroup00-LogVol00: UUID="7105dfd6-1c99-4f5a-869b-7ad7f9f5db8d" TYPE="ext3"
/dev/sda1: LABEL="/boot" UUID="b6ae4628-1595-4b8d-826f-e8b5bab8d081" TYPE="ext3"
/dev/hdc: LABEL="OFFICE11" TYPE="iso9660"
/dev/VolGroup00/LogVol00: UUID="7105dfd6-1c99-4f5a-869b-7ad7f9f5db8d" TYPE="ext3"
/dev/VolGroup00/LogVol01: TYPE="swap"
== END   blkid ==
[Moderator edit: Again added code tags to preserve formatting.]


I can backup the most important files (i.e. docs, mail, music, pictures) to my 8gb flash disk; but I have no DVD write capability nor room to back up anything else. I was hoping that there would be a little magic available.
Posted on: 2010/9/13 19:18
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Optimizing Boot Time
#17
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 9131
Quote:

I can backup the most important files (i.e. docs, mail, music, pictures) to my 8gb flash disk; but I have no DVD write capability nor room to back up anything else. I was hoping that there would be a little magic available.

Right, understood. With your 8 GB flash disk you've already got ~1.7 times the capacity of a standard DVD.

Magic is available via these fora -- but not from this Wizard, as my knowledge of LVM is extremely limited.

I wonder who will be the first to offer some guidance -- Phil, perhaps?
_________________
Alan

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2010/9/14 0:31
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Optimizing Boot Time
#18
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Not sure what magic is desired. If it is to convert LVM to just a plain ext3 partition, without reinstalling or losing data, that is beyond my magical powers.

Frankly, I'd just wait the extra time for the boots, and optimize overall time usage by doing something else during that minute or two; rather than spending hours to potentially days, in the case of difficulty and/or getting up the learning curve, backing up, reinstalling, restoring, and configuring.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2010/9/14 17:54
Create PDF from Post Print
Top
  •  curtis1000
      curtis1000
Re: Optimizing Boot Time
#19
Jr Board Member
Joined: 2010/8/30
From
Posts: 28
Thanks Phil.

I decided to go for a full reinstall because WebCam is a show stopper. Relatives that live overseas and want to see us on Skype.
In VirtualBox the camera didn't work (it has no problems in Windows) so I am going to try installing the 32bit version of Centos (it is rumored that webcams live better in that environment)
if that doesn't work, I will have to setup a dual boot system with Windows.
Posted on: 2010/9/14 18:46
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Optimizing Boot Time
#20
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
If you have webcam problems that should be discussed in another thread - first mention of that or VirtualBox here (or there - if relevant it should have been mentioned). USB is somewhat problematic in VB on a CentOS host. See http://wiki.centos.org/HowTos/Virtualization/VirtualBox
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2010/9/14 19:56
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com