Quote:
Originally Posted by lbutler
Please post the output of mount.
The filesystem should be mounted under /media. Have you tried the command
ls -l /media to see if it is there?
|
$ mount
/dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-26-generic/volatile type tmpfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
/dev/scd0 on /media/cdrom1 type iso9660 (ro,nosuid,nodev,utf8,user=knighttof3)
gvfs-fuse-daemon on /home/knighttof3/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=knighttof3)
$ ls -l /media
total 10
lrwxrwxrwx 1 root root 6 2010-01-04 05:06 cdrom -> cdrom0/
drwxr-xr-x 2 root root 4096 2010-01-04 05:06 cdrom0/
dr-xr-xr-x 1 root root 2048 2010-01-04 16:23 cdrom1/
lrwxrwxrwx 1 root root 7 2010-01-04 05:06 floppy -> floppy0/
drwxr-xr-x 2 root root 4096 2010-01-04 05:06 floppy0/