[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DVD Questions



hi ya scarleton

On Sat, 20 Dec 2003, Scarletdown wrote:

> How do I mount my DVD drive?

manually or automatically after the system is up and running
 
> mount /dev/dvd /dvd -t udf
> mount: block device /dev/dvd is write-protected, mounting read-only
> mount: No medium found

..thats true if the dvd drive doesnt have a dvd in it
 
> # /etc/fstab: filesystem table.
> #
> # filesystem  mountpoint  type  options  dump  pass
> /dev/hda3  /  ext3  defaults,errors=remount-ro  0  1
> /dev/hda4  none  swap  sw  0  0
> proc  /proc  proc  defaults  0  0
> /dev/fd0  /floppy  vfat  defaults,user,noauto,showexec,umask=022  0  0

..

> /dev/cdrom /cdrom  iso9660  defaults,ro,user  0  0

same problem as dvd

> # /dev/cdrom1 /dvd  udf  defaults,ro,user  0  0
> /dev/dvd /dvd  udf  defaults,ro,user  0  0

change defaults,ro,user to noauto,ro
	-- the system will nto attempt to mount it during bootup

> /dev/cdaudio /cdaudio  iso9660  defaults,ro,user  0  0

same problem as dvd...

after the system is up, when you insert a dvd, it should
pop up automatically 

c uya
alvin

> /dev/hda1 /mnt/sunblossom/winsys vfat ro,users,exec,umask=000 0 0
> /dev/hda5 /mnt/sunblossom/win-native vfat ro,users,exec,umask=000 0 0
> /dev/hda6 /mnt/sunblossom/workspace vfat users,exec,umask=000 0 0
> /dev/hda7 /mnt/sunblossom/media vfat users,exec,umask=000 0 0

i think you want no-exec on the windoze partitons..
	you dont want to be running linux apps sitting on windoze boxes ??
	mask seems whacky too ...  making everthing on windoze 777 as far
	as linux is concerned...

> Any ideas what is amiss here?
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: