|
There isn't an entry in fstab -
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda10 / reiserfs defaults,user_xattr 0 1
/dev/hda13 none swap sw 0 0
/dev/hdb /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
Here is the output of "mount" when the ipod is plugged in, when it's not working.
/dev/hda10 on / type reiserfs (rw,user_xattr,commit=0)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev on /.dev type unknown (rw,bind)
none on /dev type tmpfs (rw,size=5M,mode=0755)
usbfs on /proc/bus/usb type usbfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda3 on /media/iPod type hfsplus (rw,nosuid,nodev,uid=1000,gid=1000)
As you can see thats the ipod down the bottom there. I think that the rw would mean read write but it isn't it's mounted read only, i can't edit anything even with root. Hope you guys can help.
|