This is a discussion on Problems with fstab within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I am trying to mount a Windows XP partition and two cd-rom drives. I followed an example on the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to mount a Windows XP partition and two cd-rom drives. I followed an example on the internet but these 3 lines are giving errors. /dev/hda1 /mnt/windows ntfs defaults, user, noexec, uid=1000, gid=100, umask=007 0 0 /dev/cdrom /mnt/cdrom iso9660 defaults, user, noexec, uid=1000, gid=100, umask=007, ro 0 0 /dev/cdrom2 /mnt/cdrom2 iso9660 defaults, user, noexec, uid=1000, gid=100, umask=007, ro 0 0 Could somebody please show me where the problem is. |
| |||
| Mark Constant wrote: > I am trying to mount a Windows XP partition and two cd-rom drives. I > followed an example on the internet but these 3 lines are giving > errors. > /dev/hda1 /mnt/windows ntfs defaults, user, noexec, > uid=1000, gid=100, umask=007 0 0 > /dev/cdrom /mnt/cdrom iso9660 defaults, user, noexec, > uid=1000, gid=100, umask=007, ro 0 0 > /dev/cdrom2 /mnt/cdrom2 iso9660 defaults, user, noexec, > uid=1000, gid=100, umask=007, ro 0 0 > > Could somebody please show me where the problem is. remove the spaces after the commas -- Even if you do learn to speak correct English, whom are you going to speak it to? -- Clarence Darrow |
| ||||
| In alt.os.linux.slackware, Mark Constant dared to utter, > /dev/cdrom2 /mnt/cdrom2 iso9660 defaults, user, noexec, ^ ^ > uid=1000, gid=100, umask=007, ro 0 0 ^ ^ ^ Get rid of those spaces. -- It is better to hear the rebuke of the wise, Than for a man to hear the song of fools. Ecclesiastes 7:5 |