LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 976|回复: 8

new to ubuntu, 2 questions

[复制链接]
发表于 2005-10-2 02:23:23 | 显示全部楼层 |阅读模式
i havn't set a input method yet...
so now i can type in english only

up to now, i face two major problems:

1)
i don't know why, no configuration of ntfs partition had been done in the setup
that means, i have to mount the ntfs partitions manually
i trid to change /etc/fstab by myself to make ubuntu mount those ntfs drives automatically
my configuration:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>          <options>                     <dump>  <pass>
proc            /proc           proc            defaults                        0       0
/dev/hdc6       /               ext3            defaults,errors=remount-ro        0       1
/dev/hdd2       none            swap            sw                                0       0
/dev/hda        /media/cdrom0   udf,iso9660         user,noauto                        0       0
/dev/hdb        /media/cdrom1   udf,iso9660        user,noauto                        0       0
/dev/fd0        /media/floppy0  auto            rw,user,noauto                        0       0
/dev/hdc1        /media/win-c        ntfs                defaults,iocharset=big5                0        0
/dev/hdc5        /media/win-d        ntfs                defaults,iocharset=big5                0        0
/dev/hdd5        /media/win-e        ntfs                defaults,iocharset=big5                0        0
/dev/hdd6        /media/win-f        ntfs                defaults,iocharset=big5                0        0

and i found that, the win-(x) folders have a permission of 500!
i cannot even read these folders with my normal user account!
then i used the root to chmod them, but the system alerted me that those are read only drives...
how can i do?

2)
i 've used mandriva before, and i could easily change the input method with modifying ~/.i18n
but i think that doesn't work at ubuntu...
my ~/.i18n:

LANGUAGE=zh_TW.UTF-8:zh_TW:zh_HK:zh
LANG=zh_TW.UTF-8
LC_ADDRESS=zh_TW.UTF-8
LC_COLLATE=zh_TW.UTF-8
LC_NAME=zh_TW.UTF-8
LC_NUMERIC=zh_TW.UTF-8
LC_TIME=zh_TW.UTF-8
LC_MEASUREMENT=zh_TW.UTF-8
LC_MESSAGES=zh_TW.UTF-8
LC_IDENTIFICATION=zh_TW.UTF-8
LC_CTYPE=zh_TW.UTF-8
LC_TELEPHONE=zh_TW.UTF-8
LC_MONETARY=zh_TW.UTF-8
LC_PAPER=zh_TW.UTF-8
CONSOLE_NOT_LOCALIZED=yes
ENC=utf8
XIM_PROGRAM=scim
XIM=scim
GTK_IM_MODULE=xim
XMODIFIERS="@im=SCIM"

forgive me that i cannot type chinese now,
thank you
发表于 2005-10-2 05:03:37 | 显示全部楼层
1. just do:
$sudo gedit  /etc/fstab
2.楼下的继续。
回复 支持 反对

使用道具 举报

发表于 2005-10-2 06:21:18 | 显示全部楼层
问题2:
ubuntu很多东西没必要修改,因为它缺省的都是经过调试的。
不能用中文。楼主安装输入法没有?
SCIM:
$sudo apt-get install scim scim-gtk2-immodule scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
$sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
$sudo chmod +755 /etc/X11/Xsession.d/95xinput
fcitx:
$sudo apt-get install fcitx
$sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
$sudo chmod +755 /etc/X11/Xsession.d/95xinput
重新启动Xwindow完成。按 Ctrl + 空格 键激活输入法。

恩,现在能中文了?
一定要看中文网站的帮助:http://www.ubuntu.org.cn/

4楼继续~~~~~:)
回复 支持 反对

使用道具 举报

发表于 2005-10-2 10:59:57 | 显示全部楼层
没有了,顺便说网通的访问ubuntu.org.cn速度很慢,建议按照官方的方法找个最快的源
我这最快的是上海交大的
http://www.ubuntu.org.cn/support ... uide/faqfolder_view
http://www.ubuntu.org.cn/support/documentation/doc/sources
http://www.ubuntu.org.cn/support ... oc/howtofolder_view
回复 支持 反对

使用道具 举报

发表于 2005-10-2 11:59:24 | 显示全部楼层
上海交大的源很久没更新了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-2 12:12:48 | 显示全部楼层
先感謝幾位
不過還是不行...
(在用別人的電腦打中文)

我第一個問題是指掛載點的folder, 即是當
$mount /dev/hdd6 /media/win-f 時,
改不了 /media/win-f 這個folder的permission

第二個問題照nirenyang的方法後
login後會自動載入scim
不過crtl+space沒反應@@

現在還有一個新問題...
每一次開機都要先$sudo pppoeconf,
否則上不到網....明明都選了隨電腦連線....
回复 支持 反对

使用道具 举报

发表于 2005-10-2 16:13:55 | 显示全部楼层
你是不是对你的ubuntu“做了很多不该做的”?

我们菜鸟一路next过来,然后http://www.ubuntu.org.cn/一趟就好了啊?

先sources.list改写:
=======================================================
deb http://cn.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu hoary main restricted
deb http://cn.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://debian.okey.net/ubuntu/ubuntu hoary main restricted
deb-src http://debian.okey.net/ubuntu/ubuntu hoary main restricted
deb http://debian.okey.net/ubuntu/ubuntu hoary-updates main restricted
deb-src http://debian.okey.net/ubuntu/ubuntu hoary-updates main restricted
deb http://debian.okey.net/ubuntu/ubuntu hoary-security main restricted
deb-src http://debian.okey.net/ubuntu/ubuntu hoary-security main restricted


deb http://archive.ubuntu.org.cn/ubuntu hoary main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn hoary main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-extras main universe multiverse restricted
========================================================
我是北京网通用户,访问上面两个都很快,第三个源慢但是必不可缺。
回复 支持 反对

使用道具 举报

发表于 2005-10-2 16:21:19 | 显示全部楼层
第一個問題:看完http://www.ubuntu.org.cn/挂载文件系统那一章就知道怎么弄了。

第二個問題:你缺少中文环境吧?记得经常使用apt和aptitude,注意执行-f install 小心删错。

新問題:没遇到过,每次退出我都会选择保存设置。
回复 支持 反对

使用道具 举报

发表于 2005-10-2 21:41:49 | 显示全部楼层
Post by crescal

我第一個問題是指掛載點的folder, 即是當
$mount /dev/hdd6 /media/win-f 時,
改不了 /media/win-f 這個folder的permission

第二個問題照nirenyang的方法後
login後會自動載入scim
不過crtl+space沒反應@@

scim搞不定大不了换fcitx,不过我想这些问题应该都有解决方法,本论坛有一个专门的输入法讨论区,到那里去看看精华帖

mount上的分区的权限是在mount是指定的,默认的好像是755
你可以用umask选项指定,比如
mount /dev/hdd6 /media/win-f  -o umask=0
这样mount上后就是777了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表