arch挂载移动硬盘之后只能读不能写,肿末办?
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
arch挂载移动硬盘之后只能读不能写,肿末办?
本来是在nautilus点了对应分区之后出来一个框框,输入root密码,然后就可以用了
觉得麻烦,就用了这个,自动挂载
https://wiki.archlinux.org/index.php/GN ... n_Nautilus
可是现在自动挂载上了,却不能写入……
觉得麻烦,就用了这个,自动挂载
https://wiki.archlinux.org/index.php/GN ... n_Nautilus
可是现在自动挂载上了,却不能写入……
-
- 帖子: 22323
- 注册时间: 2010-07-19 21:41
- 系统: OS X
- Steve Jobs
- 帖子: 824
- 注册时间: 2011-04-28 12:27
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
jtshs256 写了:ntfs-3g
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
- Steve Jobs
- 帖子: 824
- 注册时间: 2011-04-28 12:27
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
现在谁还用hal啊 

-
- 帖子: 190
- 注册时间: 2009-08-05 11:38
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
使用gdm登录X
或者编辑 .xinitrc文件使用startx启动X
或者编辑 .xinitrc文件使用startx启动X
代码: 全选
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session gnome-session
- monk
- 帖子: 19507
- 注册时间: 2010-01-28 10:45
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
这个一运行就出错oldoldstone 写了:使用gdm登录X
或者编辑 .xinitrc文件使用startx启动X代码: 全选
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session gnome-session
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
hal怎么了啊?Steve Jobs 写了:现在谁还用hal啊
我看了ntfs-3g的wiki,后来指向hal的链接,然后我就设置了
现在ntfs和fat32都能写,但是ext3/4 不能写,为啥啊?
-
- 帖子: 190
- 注册时间: 2009-08-05 11:38
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
你不会没启动dbus吧?
- Steve Jobs
- 帖子: 824
- 注册时间: 2011-04-28 12:27
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
oldoldstone 写了:你不会没启动dbus吧?
- tenzu
- 论坛版主
- 帖子: 36924
- 注册时间: 2008-11-21 20:26
- Lavande
- 论坛版主
- 帖子: 5353
- 注册时间: 2008-12-21 15:27
- 来自: TARDIS
- ReiFFEXzyx
- 帖子: 1045
- 注册时间: 2010-08-14 13:13
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
Steve Jobs 写了:jtshs256 写了:ntfs-3g
- ReiFFEXzyx
- 帖子: 1045
- 注册时间: 2010-08-14 13:13
Re: arch挂载移动硬盘之后只能读不能写,肿末办?
可能是权限问题
Linux is a multi-user environment. You should not do your everyday work using the root account: it is more than poor practice, it is dangerous. Use root for administrative tasks only and instead add a normal user account using the adduser program:
代码: 全选
# adduser
You will be asked to enter some information in an interactive way. In the following example we are creating the user archie:
代码: 全选
Login name for new user []: archie
User ID ('UID') [ defaults to next available ]:
Initial group [ users ]:
Additional groups (comma separated) []: audio,lp,optical,storage,video,wheel,games,power,scanner
Home directory [ /home/archie ]:
Shell [ /bin/bash ]:
Expiry date (YYYY-MM-DD) []:
As showed in the example, you are advised to enter values only for the Login name and the Additional groups, and leave empty all the other fields.
The list of Additional groups in the example is a typical choice for a desktop system, hence it is recommended especially for beginners:
audio - for tasks involving sound card and related software
lp - for managing printing tasks
optical - for managing tasks pertaining to the optical drive(s)
storage - for managing storage devices
video - for video tasks and hardware acceleration
wheel - for using sudo
games - needed for write permission for games in the games group
power - used with power options (e.g. shutdown with power button)
scanner - for using a scanner