Jump to content

Mounting Drives


mdg
 Share

Recommended Posts

I recently moved to 10 OE and I'm having trouble with drive mounts. I can mount drives using eg

mount -t auto /dev/hdd /mnt/cdrom

but it mounts read only

 

I understand that supermount doesn't work in 10 - so how can I automount my fstab entries at boot?

I'm getting errors at boot with this issue, namely:

mount: mount: wrong fs type, bad option, bad superblock on /dev/hda1,
                     or too many mounted file systems
mount: mount: No medium found
mount: mount: /dev/fd0 is not a valid block device

Also, /proc doesn't load at boot

My fstab

/dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850,defaults 0 0

/dev/hdb1 / ext3 defaults 1 1
/dev/hdb5 /home ext3 defaults 1 2
/dev/hdb6 /usr ext3 defaults 1 2
/dev/hdb7 swap swap defaults 0 0

/dev/hda6 /mnt/92home ext3 defaults 1 2
/dev/hda5 /mnt/92root ext3 defaults 1 2
/dev/hda7 /mnt/92usr ext3 defaults 1 2

none /proc proc defaults 0 0
none /dev/pts devpts mode=0620 0 0

/dev/hdd /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,ro 0 0
/dev/fd0 /mnt/floppy auto umask=0,user,iocharset=iso8859-1,sync,codepage=850 0 0

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Here is my fstab. Not only does Magic Mount work well, but when I stick a blank disk in the writer, along with a disk to copy in the dvd, k3b auto launches!!!!

 

/dev/hdd1 / reiserfs notail 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdd6 /home reiserfs notail 1 2
/dev/hdb /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
/dev/hdc /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
/dev/hda1 /mnt/win_c vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
/dev/hda2 /mnt/win_d vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hdd7 /usr reiserfs notail 1 2
/dev/hdd5 swap swap defaults 0 0
/dev/hdd8 /mnt/SuSE_root reiserfs notail 1 2
/dev/hdd9 /mnt/SuSE_home reiserfs notail 1 2

Link to comment
Share on other sites

Here is my fstab. Not only does Magic Mount work well, but when I stick a blank disk in the writer, along with a disk to copy in the dvd, k3b auto launches!!!!

 

Wait a minute. I'm running 10.0 OE. Why doesn't my fstab look like this. Supermount is still screwing things up for me. How do I get my sys to use Magic Mount?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...