<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/css" href="./clientscript/vbulletin_css/rsstyle.css"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxSir.Org - Linux 基础建设讨论专版</title>
		<link>http://www.linuxsir.org/bbs</link>
		<description>讨论基础知识、各发行版所具有的共性问题等；请按论坛公告和本版说明发帖，多谢！</description>
		<language>zh</language>
		<lastBuildDate>Fri, 10 Sep 2010 17:26:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxsir.org/bbs/images/misc/rss.jpg</url>
			<title>LinuxSir.Org - Linux 基础建设讨论专版</title>
			<link>http://www.linuxsir.org/bbs</link>
		</image>
		<item>
			<title>双系统，Linux,windows都无法进行操作系统--紧急求助！！！</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372122&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 10:04:16 GMT</pubDate>
			<description>各位大侠：
我安装的是双系统，一个是xp, 一个是CentOS5.4

因为不知什么时候设置过BIOS的密码，所以想要清除它，在xp的dos命令提示符下，按网上说的使用debug命令没有效果 。

所以在网上找到了个名叫CmosPwd的一个软件，介绍上说是可以在linux下清除bios密码，但我用root身份运行src/cmospwd这个执行档后,
重新启动机器，就出现了附件中的信息，并且僵死在那里了。

我现在的情况是可以进入到grub显示画面,选择centos则会僵死，选择xp蓝屏闪了一下就重新启动机器，之前双系统都是好的。

请问各位牛人，我这是怎么回事呢？我在linux下操作怎么会影响到windows呢？现在bios密码还存在，无法设置光驱启动，现在想重新安装系统都不成...

有解决办法么？

CmosPwd软件地址：
http://www.cgsecurity.org/wiki/CmosPwd</description>
			<content:encoded><![CDATA[<div>各位大侠：<br />
我安装的是双系统，一个是xp, 一个是CentOS5.4<br />
<br />
因为不知什么时候设置过BIOS的密码，所以想要清除它，在xp的dos命令提示符下，按网上说的使用debug命令没有效果 。<br />
<br />
所以在网上找到了个名叫CmosPwd的一个软件，介绍上说是可以在linux下清除bios密码，但我用root身份运行src/cmospwd这个执行档后,<br />
重新启动机器，就出现了附件中的信息，并且僵死在那里了。<br />
<br />
我现在的情况是可以进入到grub显示画面,选择centos则会僵死，选择xp蓝屏闪了一下就重新启动机器，之前双系统都是好的。<br />
<br />
请问各位牛人，我这是怎么回事呢？我在linux下操作怎么会影响到windows呢？现在bios密码还存在，无法设置光驱启动，现在想重新安装系统都不成...<br />
<br />
有解决办法么？<br />
<br />
CmosPwd软件地址：<br />
<a href="http://www.cgsecurity.org/wiki/CmosPwd" target="_blank">http://www.cgsecurity.org/wiki/CmosPwd</a></div>


	<br />
	<div style="padding:4px">
	
	

	
	
	
		<fieldset class="fieldset">
			<legend>上传的图像</legend>
			<table cellpadding="0" cellspacing="1" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.linuxsir.org/bbs/images/attach/jpg.gif" alt="文件类型: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
 <!-- PHPForce - Joey修改附件隐藏 -->
 	
 	<td><a href="http://www.linuxsir.org/bbs/attachment.php?attachmentid=56049&amp;d=1284113048" target="_blank">errorinfo.jpg</a> (171.4 KB, 无 次查看)

</td>
 	
 <!-- /PHPForce - Joey修改附件隐藏 -->


 </tr>
			</table>
			</fieldset>
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>zflinux21</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372122</guid>
		</item>
		<item>
			<title>关于sed的正则表达式</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372087&amp;goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 14:15:21 GMT</pubDate>
			<description><![CDATA[Makefile里的内容：

代码:
---------
AS      =as
LD      =ld
LDFLAGS =-Ttext 0 -e startup_32
CC      =gcc -mcpu=i386 $(RAMDISK)
CFLAGS  =-Wall -fomit-frame-pointer -g

CPP     =cpp -nostdinc -Iinclude
---------
sed -n '/CFLAGS *=/p' Makefile 
怎么没有找到呢]]></description>
			<content:encoded><![CDATA[<div>Makefile里的内容：<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">代码:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">AS&nbsp; &nbsp; &nbsp; =as<br />
LD&nbsp; &nbsp; &nbsp; =ld<br />
LDFLAGS =-Ttext 0 -e startup_32<br />
CC&nbsp; &nbsp; &nbsp; =gcc -mcpu=i386 $(RAMDISK)<br />
CFLAGS&nbsp; =-Wall -fomit-frame-pointer -g<br />
<br />
CPP&nbsp; &nbsp;  =cpp -nostdinc -Iinclude</code><hr />
</div>sed -n '/CFLAGS *=/p' Makefile <br />
怎么没有找到呢</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>bijianing</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372087</guid>
		</item>
		<item>
			<title>求助：如何修改分区顺序</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372062&amp;goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 14:34:45 GMT</pubDate>
			<description>以下是我现在的分区表
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63    81920159    40960048+   7  HPFS/NTFS
/dev/sda4        81920160   957670542   437875191+   5  Extended
/dev/sda5        81920223   167196959    42638368+   7  HPFS/NTFS
/dev/sda6       167197023   232001279    32402128+   7  HPFS/NTFS
/dev/sda7       232001343   326395438    47197048   83  Linux
/dev/sda8       326395503   955553758   314579128   83  Linux
/dev/sda9       955553823   957670542     1058360   82  Linux swap / Solaris  


其中扩展分区被划成了/dev/sda4，我想将其修改为按顺序的/dev/sda2，应该怎么办？

非常感谢。。。</description>
			<content:encoded><![CDATA[<div>以下是我现在的分区表<br />
   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1              63    81920159    40960048+   7  HPFS/NTFS<br />
/dev/sda4        81920160   957670542   437875191+   5  Extended<br />
/dev/sda5        81920223   167196959    42638368+   7  HPFS/NTFS<br />
/dev/sda6       167197023   232001279    32402128+   7  HPFS/NTFS<br />
/dev/sda7       232001343   326395438    47197048   83  Linux<br />
/dev/sda8       326395503   955553758   314579128   83  Linux<br />
/dev/sda9       955553823   957670542     1058360   82  Linux swap / Solaris  <br />
<br />
<br />
其中扩展分区被划成了/dev/sda4，我想将其修改为按顺序的/dev/sda2，应该怎么办？<br />
<br />
非常感谢。。。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>Hexec</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372062</guid>
		</item>
		<item>
			<title>求！！LFS liveCD-6.1.1.4版本的镜象！急！急！急！</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372048&amp;goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 02:52:47 GMT</pubDate>
			<description>如题，请各位大虾帮忙帮忙！</description>
			<content:encoded><![CDATA[<div>如题，请各位大虾帮忙帮忙！</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>hanyiwill</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372048</guid>
		</item>
		<item>
			<title>发一个我使用U盘启动，通过FTP方式安装redhat 5.4的经历。</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372040&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 13:31:49 GMT</pubDate>
			<description>由于找不到DVD 刻录机，所以采用了FTP方式来安装linux 过程如下，
使用 syslinux -m 来创建了一个U盘启动盘。将 光盘的image目录和 isolinux目录都copy到U盘
通过U盘启动，可以到安装界面，并且安装完成，估计由于U盘出现问题，造成GRUB 没有安装好，系统安装后，重启服务器，提示“没有安装操作系统”等等

再用U盘启动 发现无法进入resure模式：在设置了IP地址以后，总是卡在加载一个img文件（忘记名字了） 然后尝试通过光盘启动， 进入了resure mode ， chroot后，发现 grub.conf文件的 中显示为 hd1,2,难道从u盘安装的时候 把本地硬盘当做了 hd1？？？ 都修改为hd0 后， grub setup 后，重启发现系统能起来了
我通过U盘启动，通过FTP的方式安装了4台服务器，其中只有一台能够启动，这台安装的时候，在进入了安装界面后就将U盘拔掉了的，在安装选择本地硬盘的时候，就没有显示 u盘（sdb）了。但后来再尝试进入安装界面后拔掉U盘，又卡在 加载IMG文件那里了。奇怪。
、
看来 通过U盘来启动安装redhat linux 5 ，还是有一些问题的，最好还是采用pxe的方式。
而通过一个redhat linux4的光盘启动 在使用 linux askmethod 后，选择任意一种安装方式，都会提示find install disk ，然后就无法再继续了。</description>
			<content:encoded><![CDATA[<div>由于找不到DVD 刻录机，所以采用了FTP方式来安装linux 过程如下，<br />
使用 syslinux -m 来创建了一个U盘启动盘。将 光盘的image目录和 isolinux目录都copy到U盘<br />
通过U盘启动，可以到安装界面，并且安装完成，估计由于U盘出现问题，造成GRUB 没有安装好，系统安装后，重启服务器，提示“没有安装操作系统”等等<br />
<br />
再用U盘启动 发现无法进入resure模式：在设置了IP地址以后，总是卡在加载一个img文件（忘记名字了） 然后尝试通过光盘启动， 进入了resure mode ， chroot后，发现 grub.conf文件的 中显示为 hd1,2,难道从u盘安装的时候 把本地硬盘当做了 hd1？？？ 都修改为hd0 后， grub setup 后，重启发现系统能起来了<br />
我通过U盘启动，通过FTP的方式安装了4台服务器，其中只有一台能够启动，这台安装的时候，在进入了安装界面后就将U盘拔掉了的，在安装选择本地硬盘的时候，就没有显示 u盘（sdb）了。但后来再尝试进入安装界面后拔掉U盘，又卡在 加载IMG文件那里了。奇怪。<br />
、<br />
看来 通过U盘来启动安装redhat linux 5 ，还是有一些问题的，最好还是采用pxe的方式。<br />
而通过一个redhat linux4的光盘启动 在使用 linux askmethod 后，选择任意一种安装方式，都会提示find install disk ，然后就无法再继续了。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>greatspy</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372040</guid>
		</item>
		<item>
			<title>系统开机后反复重启</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372032&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 07:23:24 GMT</pubDate>
			<description>大家好，我的Redhat5无法进入系统，反复的重启，能不能指点一下，我该从哪方面入手，谢谢。
我正在网上查找资料，麻烦遇到过类似的朋友给了指点，谢谢。</description>
			<content:encoded><![CDATA[<div>大家好，我的Redhat5无法进入系统，反复的重启，能不能指点一下，我该从哪方面入手，谢谢。<br />
我正在网上查找资料，麻烦遇到过类似的朋友给了指点，谢谢。</div>


	<br />
	<div style="padding:4px">
	
	

	
	
	
		<fieldset class="fieldset">
			<legend>上传的图像</legend>
			<table cellpadding="0" cellspacing="1" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.linuxsir.org/bbs/images/attach/jpg.gif" alt="文件类型: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
 <!-- PHPForce - Joey修改附件隐藏 -->
 	
 	<td><a href="http://www.linuxsir.org/bbs/attachment.php?attachmentid=56024&amp;d=1283757724" target="_blank">未命名.jpg</a> (182.6 KB, 无 次查看)

</td>
 	
 <!-- /PHPForce - Joey修改附件隐藏 -->


 </tr>
			</table>
			</fieldset>
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>haohaoge</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372032</guid>
		</item>
		<item>
			<title>红帽Linux视频共享了！</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371984&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 13:05:38 GMT</pubDate>
			<description>在
http://itboba.com/taxonomy/term/1086</description>
			<content:encoded><![CDATA[<div>在<br />
<a href="http://itboba.com/taxonomy/term/1086" target="_blank">http://itboba.com/taxonomy/term/1086</a></div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>anmyyang</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371984</guid>
		</item>
		<item>
			<title>出thinkpad x200 7457 4600元已安装gentoo winxp mac</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371972&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 07:17:52 GMT</pubDate>
			<description>x200 7457 cpu 8600 2g 320g 6心电池 指纹蓝牙摄像头

9成新

安装了winxp系统  gentoo系统 mac 系统

gentoo系统桌面装了xfce4 内核模块完全加载 各驱动完美使用

qq六一三二八九八</description>
			<content:encoded><![CDATA[<div>x200 7457 cpu 8600 2g 320g 6心电池 指纹蓝牙摄像头<br />
<br />
9成新<br />
<br />
安装了winxp系统  gentoo系统 mac 系统<br />
<br />
gentoo系统桌面装了xfce4 内核模块完全加载 各驱动完美使用<br />
<br />
qq六一三二八九八</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>ariel_gabril</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371972</guid>
		</item>
		<item>
			<title>arp  -v  命令?</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371970&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 05:31:46 GMT</pubDate>
			<description>ubuntu9.10  
单机

arp  -v 
这个命令不是输出MAC地址与IP地址的对应表么?
为什么没有任何输出?</description>
			<content:encoded><![CDATA[<div>ubuntu9.10  <br />
单机<br />
<br />
arp  -v <br />
这个命令不是输出MAC地址与IP地址的对应表么?<br />
为什么没有任何输出?</div>


	<br />
	<div style="padding:4px">
	
	

	
	
	
		<fieldset class="fieldset">
			<legend>上传的图像</legend>
			<table cellpadding="0" cellspacing="1" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.linuxsir.org/bbs/images/attach/png.gif" alt="文件类型: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
 <!-- PHPForce - Joey修改附件隐藏 -->
 	
 	<td><a href="http://www.linuxsir.org/bbs/attachment.php?attachmentid=56008&amp;d=1283491888" target="_blank">a.png</a> (9.9 KB, 无 次查看)

</td>
 	
 <!-- /PHPForce - Joey修改附件隐藏 -->


 </tr>
			</table>
			</fieldset>
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>SIR_SIR</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371970</guid>
		</item>
		<item>
			<title>无法移动, 找不到原因 ;-(</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371893&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 02:46:54 GMT</pubDate>
			<description><![CDATA[$ mv data data2
mv: cannot move `data' to `data2': Device or resource busy
$ lsof data
$

这个情况不知道如何解释, 请各位帮忙~]]></description>
			<content:encoded><![CDATA[<div>$ mv data data2<br />
mv: cannot move `data' to `data2': Device or resource busy<br />
$ lsof data<br />
$<br />
<br />
这个情况不知道如何解释, 请各位帮忙~</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>Jcan</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371893</guid>
		</item>
		<item>
			<title>关于yum源的问题</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371866&amp;goto=newpost</link>
			<pubDate>Sat, 28 Aug 2010 13:25:50 GMT</pubDate>
			<description>有时yum源是一个repo的文件，但有时也会rpm安装后，得到的repo，我想问下，我到那里可以找到rpm格式的yum源文件</description>
			<content:encoded><![CDATA[<div>有时yum源是一个repo的文件，但有时也会rpm安装后，得到的repo，我想问下，我到那里可以找到rpm格式的yum源文件</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>w1330</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371866</guid>
		</item>
		<item>
			<title>传说中的塞满硬盘的压缩文件？？？</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371853&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 14:38:38 GMT</pubDate>
			<description><![CDATA[一种方法（等到解压错误时硬盘早已被占满）：

代码:
---------
cat /dev/zero | gzip -9f - > sobig.gz
---------
另一中方法：用hexedit/vim编辑已经做好的压缩文件，把某个数值改为FFFFFFFF]]></description>
			<content:encoded><![CDATA[<div>一种方法（等到解压错误时硬盘早已被占满）：<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">代码:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">cat /dev/zero | gzip -9f - &gt; sobig.gz</code><hr />
</div>另一中方法：用hexedit/vim编辑已经做好的压缩文件，把某个数值改为FFFFFFFF</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>defrag</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371853</guid>
		</item>
		<item>
			<title><![CDATA[[zt] Native ZFS Is Coming To Linux Next Month]]></title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371848&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 10:59:27 GMT</pubDate>
			<description><![CDATA[详见：
http://www.phoronix.com/scan.php?page=article&item=zfs_linux_coming&num=1

许可协议问题仍存在，不会进入官方内核树。

是否合法仍有争议。

如果只是为了交换数据，建议用 zfs-fuse，合法好用。]]></description>
			<content:encoded><![CDATA[<div>详见：<br />
<a href="http://www.phoronix.com/scan.php?page=article&amp;item=zfs_linux_coming&amp;num=1" target="_blank">http://www.phoronix.com/scan.php?pag...x_coming&amp;num=1</a><br />
<br />
许可协议问题仍存在，不会进入官方内核树。<br />
<br />
是否合法仍有争议。<br />
<br />
如果只是为了交换数据，建议用 zfs-fuse，合法好用。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>聚焦深空</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371848</guid>
		</item>
		<item>
			<title><![CDATA[我觉得这张图片蛮有趣的: Linux&Apple]]></title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371838&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 03:47:52 GMT</pubDate>
			<description>图像: http://www.linuxeden.com/upimg/100826/1_144105_1.jpg 

G:Gentoo
F:Fedora
A:Arch
N:Novell
C:Chrome OS
O:Ophone???
M:Mandriva</description>
			<content:encoded><![CDATA[<div><img src="http://www.linuxeden.com/upimg/100826/1_144105_1.jpg" border="0" alt="" /><br />
<br />
G:Gentoo<br />
F:Fedora<br />
A:Arch<br />
N:Novell<br />
C:Chrome OS<br />
O:Ophone???<br />
M:Mandriva</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>songtime</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371838</guid>
		</item>
		<item>
			<title>问个vrtualbox共享的问题</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371807&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 02:09:19 GMT</pubDate>
			<description>主机archlinux,客机archlinux,virtualbox 3.2.8
在客下/etc/fstab,已有

archlinux /mnt/share    vboxsf  rw,user,auto,unhide 0 0
 
在lxde的图标上已经显示share,点击share,(登录账号为普通用户zhang,，独立组，非root) 提示


only root can mount shared folders from the host.

如何使普通用户能使用共享空间，最好是自动挂在。</description>
			<content:encoded><![CDATA[<div>主机archlinux,客机archlinux,virtualbox 3.2.8<br />
在客下/etc/fstab,已有<br />
<br />
archlinux /mnt/share    vboxsf  rw,user,auto,unhide 0 0<br />
 <br />
在lxde的图标上已经显示share,点击share,(登录账号为普通用户zhang,，独立组，非root) 提示<br />
<br />
<br />
only root can mount shared folders from the host.<br />
<br />
如何使普通用户能使用共享空间，最好是自动挂在。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=31">Linux 基础建设讨论专版</category>
			<dc:creator>zswlb9999</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371807</guid>
		</item>
	</channel>
</rss>
