thomas4711 hat geschrieben:auch
hier?
Thomas
Hallo Thomas,
ja genau diese Seite habe ich schon mehrfach durchgearbeitet.
Hier mal die log vom putty:
tf7700:~# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104514+ 83 Linux
/dev/sda2 263 295 265072+ 82 Linux swap
/dev/sda3 296 121601 974390445 83 Linux
tf7700:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,data=ordered)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /ram type tmpfs (rw)
/dev/root on /dev.static type ext3 (rw,data=ordered)
tmpfs on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
automount(pid342) on /autofs type autofs (rw,fd=4,pgrp=342,timeout=5,minproto=2,maxproto=3,indirect)
tmpfs on /tmp type tmpfs (rw)
automount(pid1070) on /misc type autofs (rw,fd=4,pgrp=1070,timeout=300,minproto=2,maxproto=3,indirect)
tf7700:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
#/dev/root / auto defaults,errors=remount-ro,noatime,nodiratime 0 0
#/dev/sda1 /hdd auto defaults,errors=remount-ro,noatime,nodiratime 0 0
#/dev/sda2 none swap sw
proc /proc proc defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
/dev/sda3 /hdd/movie ext2 defaults 1 2
tf7700:~# mount /dev/sda3
-sh: mount/dev/sda3: not found
tf7700:~# mount -t ext2 /dev/sda3 /hdd/movie
mount: mounting /dev/sda3 on /hdd/movie failed: Invalid argument
tf7700:~#