> Thanks for your reply But still Iam having same > problem.. > I removed the contents of > /opt/ltsp/i386/etc/lts.conf, > I just run that "install" script I got "rmedia' file > in /opt/ltsp/i386/etc/rc.d/ directory and > /dev/cdroms/cdrom0 ->../ide/host0/bus1/target0/lun0/cd > file is created locally.. > But nothig is coming up in > /var/ftp/rmedia/ directory. > Is anything Iam missing here? > Thanks > Vamsi
OK, so you undid everything you had done and reinstalled the ltsp_rmedia package? You should be OK, then, as long as you add the right lts.conf entries afterward. On rereading your earlier message below, I think that the problem might be that you are trying to use /dev/cdrom, which normally doesn't exist when using devfs. Use /dev/cdroms/cdrom0 instead, eg: RAMDISK_SIZE = 2048 RCFILE_01 = "rmedia" RMEDIA_DEV01_NAME = "floppy" RMEDIA_DEV01_NAME = "/dev/floppy/0" RMEDIA_DEV02_NAME = "cdrom" RMEDIA_DEV02_NAME = "/dev/cdroms/cdrom0" Then reboot and try "ls /var/ftp/rmedia/cdrom". > > > Actually iam trying to mount CDROM locally as > > user, > > > as root I can mount it locally but as user I > > can't. > > > it is telling "you must be superuser" even I > > changed > > > /opt/ltsp/i386/etc/fstab file. > > > > > > I appended these lines > > > > > > RAMDISK_SIZE = 2048 > > > RCFILE_01 = "rmedia" > > > RMEDAI_DEV01_NAME = "floppy" > > > RMEDIA_DEV01_NAME = "/dev/fd0" > > > RMEDIA_DEV02_NAME = "cdrom" > > > RMEDIA_DEV02_NAME = /dev/cdrom > > > in my lts.conf file. > > > Is it possible to mount CDROM as user? > > > > The whole idea behind the ltsp_rmedia package is > > that you don't have to manually mount anything. The > > package does provide you with components that would > > allow manual mounting by an unprivileged user, but I > > have deliberately removed the setuid bit on > > /opt/ltsp/i386/bin/mount to prevent this. Also, > > in.ftpd gets very upset if /opt/ltsp/i386/etc/fstab > > exists and does not contain certain entries, which > > is why the package install script renames the > > default zero-length fstab file, so editing it is not > > a good idea. > > > > Your lts.conf entries above look OK (apart from the > > misspelling of RMEDIA_DEV01_NAME). Using these, you > > should be able to automagically access your floppy > > drive in /var/ftp/rmedia/floppy/ and your CDROM in > > /var/ftp/rmedia/cdrom/. The only catch is that > > these directories won't exist until you try to > > access them, so if you do an "ls /var/ftp/rmedia" > > you will just get an empty listing. However, if you > > do an "ls /var/ftp/rmedia/cdrom" or "cd > > /var/ftp/rmedia/cdrom; ls" it ought to work fine, > > and the directory will then remain mounted for the > > next five minutes even if you don't use it. -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Meet Singles http://corp.mail.com/lavalife ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
