作者booger (Designer)
看板NextTV
标题Re: [心得] 网乐通改机
时间Mon Mar 7 10:57:03 2011
我照着步骤挂载上USB硬碟,但在下载BT时出现Error: Read-only file system
(/root/Downloads/ABC.jpg)
打mount指令去看,发现USB硬碟被挂载成ro,後来我把硬碟整个格式化成ext3,但是反而变
成没办法挂载..
NTFS ↓
root@(none):/# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,data=journal)
proc on /proc type proc (rw)
none on /dev/pts type devpts (rw)
sysfs on /sys type sysfs (rw)
/dev/sda3 on /mnt/usb type ext3 (rw,data=journal)
/dev/sda4 on /mnt/user type ext3 (rw,data=journal)
/dev/sdb1 on /root/Downloads type ntfs
(ro,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1)
EXT3 ↓
root@(none):~# mount -o iocharset=utf8 /dev/sdb1 /root/Downloads
mount: mounting /dev/sdb1 on /root/Downloads failed: Invalid argument
另外我执行FTP时也出现以下讯息
状态: 正在连线到 192.168.0.100:21 ...
状态: 连线已建立, 正等候欢迎讯息...
回应: 220---------- Welcome to Pure-FTPd [privsep] ----------
回应: 220-You are user number 1 of 50 allowed.
回应: 220-Local time is now 16:05. Server port: 21.
回应: 220 You will be disconnected after 15 minutes of inactivity.
指令: USER gb620
回应: 331 User gb620 OK. Password required
指令: PASS *****
回应: 530 Login authentication failed
错误: 严重错误
错误: 无法连线到伺服器
看起来有点像是密码打错...
用上一篇提到的指令来查权限,竟然出现无此资料夹
但我gb620资料夹确实已经建立并更改权限完成了说
root@(none):~# /home/gb620# ls -al
-bash: /home/gb620#: No such file or directory
root@(none):~# cd /home
root@(none):/home# ls
gb620 iDTV
高手请帮忙看看是哪里出了问题... 我只是想拿来抓个BT XD
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 118.171.40.153
1F:→ firewolf:记得 -o iocharset在挂 ext3 的时候不用这个参数 03/07 13:27
2F:→ booger:感谢f大, bt功能终於可以正常使用了! 关於ntfs的部份,是不 03/08 06:05
3F:→ booger:是还要装个ntfs-3g才有办法让linux可以写入ntfs? 03/08 06:07
4F:→ booger:另外再请问一下,网乐通可以挂载swap吗? 03/08 06:11
5F:→ firewolf:目前网乐通的kernel不能挂swap,因为kernel没开这个功能 03/08 09:29
6F:→ firewolf:挂ntfs-3g,先 insmod /root/modules/fuse.ko 03/08 09:30
7F:→ firewolf:除非编新的 kernel 才行 03/08 09:32
8F:→ firewolf:再 /bin/sh4-linux-ntfs-3g -o iocharset=utf8 /dev/sdb1 03/08 09:35
9F:→ firewolf:/root/Downloads (和上面写在同一行) 03/08 09:36
10F:→ firewolf:开启 swap 功能的kernel 档,替换掉 /vmlinux.ub 即可 03/09 19:06
12F:→ booger:哇!正点!感谢f大~话说我的ftp莫名其妙又可以登了.. 科科 03/10 10:44