Hi all
Long time lurker, first time poster (coming from Arch Linux ARM board)...and owner of a Pogo v2 (pink).
I wanted to install pptpd and according to threads here, it seemed to require a kernel update. I bit the bullet and ran it...
Now I keep getting mount errors and after reading the forum I installed udev-automount.
That seemed to have fixed the mount problem (I see my USB HDD now) BUT:
- I still get the mount errors
- my USB flash drive that I boot from used to be /dev/sda1, now this has become the USB HDD - is this a problem?
Do I need to edit fstab to specify mounting the USB flash drive with my FS? The line is commented out (and always was...).
Worried that I might mess up the Linux partition at some point...
Here are the errors from the log and the content of fstab and autofs.master:
$this->bbcode_second_pass_code('', '
Sep 6 23:10:23 Arch Linux ARM automount[4903]: mount_autofs_indirect: failed to read map for /media/net
Sep 6 23:10:23 Arch Linux ARM automount[4903]: handle_mounts: mount of /media/net failed!
Sep 6 23:10:23 Arch Linux ARM automount[4903]: master_do_mount: failed to startup mount
Sep 6 23:21:36 Arch Linux ARM automount[5308]: mount_autofs_indirect: failed to read map for /media/net
Sep 6 23:21:36 Arch Linux ARM automount[5308]: handle_mounts: mount of /media/net failed!
Sep 6 23:21:36 Arch Linux ARM automount[5308]: master_do_mount: failed to startup mount
[root@Arch Linux ARM log]#
[root@Arch Linux ARM autofs]# more auto.master
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(5).
#/media /etc/autofs/auto.media
/media/misc /etc/autofs/auto.misc --timeout=5
/media/net /etc/autofs/auto.net --timeout=60
[root@Arch Linux ARM autofs]# more /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0
/swapfile none swap sw 0 0
tmpfs /tmp tmpfs nodev,nosuid 0 0
[root@Arch Linux ARM autofs]#
[root@Arch Linux ARM autofs]# mount
/dev/root on / type ext2 (rw,relatime,errors=continue)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
/sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
/run on /run type tmpfs (rw,nosuid,nodev,relatime,size=10240k,mode=755)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
/dev/sda1 on /media/FATASS500 type vfat (rw,noatime,gid=100,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
[root@Arch Linux ARM autofs]# ')
Thanks for any suggestions you have to offer...