Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok so I have a FAT32 partition on my current harddrive as well as an External DVD-RW. And I cannot mount or see them in Linux. So can anyone help me figure out why they do not appear? They appear on my hwbrowser but I cannot mount them so I can use them.
I have added my FAT32 to my /etc/fstab file and when Fedora boots up fedora says that it cannot find the drive. Here are the contents of my fstab file.
In the fstab change fat32 to vfat. For the dvd-rw, what kind of disc are you trying to mount and how? From the commandline it would be something like
mount -t udf /dev/scd0 /mnt/dvdrw
dvd movies don't need to mount to watch.
Ok I will change that. As for my DVD I am trying to mount all forms of DVD media, DVD-ROM, DVD-R, DVD-RW, DVD-RAM.
I tried the above command to mount my DVD-RAM drive and this is what I got
Quote:
Originally Posted by terminal
[root@localhost darek]# mount -t udf /dev/scd0 /mnt/dvdram
mount: mount point /mnt/dvdram does not exist
[root@localhost darek]# mount -t udf /dev/scd0 /mnt/dvdrw
mount: mount point /mnt/dvdrw does not exist
[root@localhost darek]# mount -t udf /dev/scd0 /media/dvdrw
mount: mount point /media/dvdrw does not exist
Ok after much typing and playing around I almost managed to get my DVD-RW to get on my file system. Whenever I try and mount my DVD-RW I always get this error
mount: block device /dev/scd0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
And nothing is mounted. So then I try to mount the DVD-RW under the file system NTFS, as listed in man 8 mount. And FC5 says that NTFS is an unknown file system. I just want to watch the stuff on my DVD-R's on FC5. How do I get them to appear. I burned all the DVD-R's on windows.
Ok, on the partition not showing up. When you look at hardware browser, how is that partition shown? Should be like /dev/hda2 or something close. Whatever it show up as is the first entry in fstab.
Is the DVD a usb device? If it is FC lists them as /dev/sdX (X=then device usually "a" as in sda).
Ok after much typing and playing around I almost managed to get my DVD-RW to get on my file system. Whenever I try and mount my DVD-RW I always get this error
mount: block device /dev/scd0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
And nothing is mounted. So then I try to mount the DVD-RW under the file system NTFS, as listed in man 8 mount. And FC5 says that NTFS is an unknown file system. I just want to watch the stuff on my DVD-R's on FC5. How do I get them to appear. I burned all the DVD-R's on windows.
Ok thanks to you guys I am almost done with this problem. So I get the DVD drive to be mounted. But there is one catch, there has to be media in it. So my question is how do I get the DVD drive to mount reguardless of whether or not there is media in it?
Data DVD/cd yes.
Fansubs, if they will play in a regular standalone dvd player then no.
Ha ha alright then. Thanks.
So lets say that I am going on a marathon and I get through all 20-26 episodes of anime on my DVD-RW. How would I get the DVD-RW to eject the DVD-R? Because I push the Eject button but nothing happens.
Use the eject utility or unmount the disc first and then press the eject button. When the disc is mount or in use, you can not press the eject button although when using automounters like dbus or supermount, pressing the eject button will work.
In order to mount a FAT32 partition, use vfat as the file system. It is not fat32.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.