Jump to content

System Hangs Accessing /mnt [solved]


cmus
 Share

Recommended Posts

I have a very frustrating problem, whenever I need to browse to my mounted partitions and external drives that are accessed through a subfolder of /mnt my whole system hangs up for a good minute or two while the application trying to navigate there tries to open the folder. I have tried looking at my /etc/fstab file for some problem, but my newbie eyes might be missing something. Any advice?

 

Mahalo in advance....

 

here is the contents of my /etc/fstab

 

/dev/hda1 / ext3 noatime 1 1

none /dev/pts devpts mode=0620 0 0

/dev/hda6 /home ext3 noatime 1 2

/dev/hdb /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0

/dev/sda /mnt/disk1 auto user,noauto,exec 0 0

/dev/hda7 /mnt/fat32 vfat umask=0 0 0

/dev/hda8 /mnt/fat32b vfat umask=0 0 0

none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0

none /mnt/hd2 supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0

/dev/sda2 /mnt/ipod vfat defaults 0 0

none /proc proc defaults 0 0

/dev/hda5 swap swap defaults 0 0

Link to comment
Share on other sites

Yep its looking for something not there....

 

probably the supermount,,,

none /mnt/hd2 supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0

to

 

/mnt/hd2 supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,codepage=850 0 0

should do it or similar with the floppy....

then of course you must explicitly mount

if you wanna make life easy add the user option like

/mnt/hd2 supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,codepage=850,user 0 0

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...