some basical questions
来源: 互联网 发布时间:2014-12-21
本文导语: 1. How to read windows directory (FAT32) 2. How to change the setting of Screen ( Size , frequency etc) | 1:use command : cd mnt mkdir win mount /dev/**(the disk that you want...
1. How to read windows directory (FAT32)
2. How to change the setting of Screen ( Size , frequency etc)
2. How to change the setting of Screen ( Size , frequency etc)
|
1:use command : cd mnt
mkdir win
mount /dev/**(the disk that you want to mount) /mnt/win
cd /mnt/win
then you can get every file that you need in the directory of windows.
2:you can configure your the setting of screen use command:
xconfigurator
mkdir win
mount /dev/**(the disk that you want to mount) /mnt/win
cd /mnt/win
then you can get every file that you need in the directory of windows.
2:you can configure your the setting of screen use command:
xconfigurator
|
1,把你的windows的分区用mount到你的/mnt目录里,最好自己看看manpage,那里写的很详细。
2,如果是redhat的话,setup就可以设置了。不行的话试试XConfigurator。
2,如果是redhat的话,setup就可以设置了。不行的话试试XConfigurator。