设置ubuntu和xp文件夹共享<br>按照网上步骤  现在已经可以共享一个文件夹<br>但是 每登录一次ubuntu都要手动挂载一次文件才可以共享 例如:
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;">sudo mount -t vboxsf myshare /home/alan/share myshare是xp下共享的文件夹<br>

网上给出的解决方案是 “</span>
<p><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;">假如您不想每一次都手动挂载,可以在/etc/fstab中添加一项</span></p>

<div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;">myshare /mnt/shared vboxsf rw,gid=100,uid=1000,auto 0 0</span></div>


<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;">”<br>

可是我etc这个文件夹(文件)没有fstab,请问这个指令怎么理解?</span>