Hello,

I found your thread and I wanted to add something I found on my system.
If I add additional drives (either network or internal) into the fstab file the system hangs for the 4+ minutes stated.
If I do not add the drives the system acts normally during shutdown/restart.

I also noted that if I mount these drives I cannot unmount them.
The system states that only the root can unmount them.
Hope this helps

fstab below:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type> <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=dbe17944-35f1-4c6e-bad2-8ff642a90703 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=3b967a80-d527-4e3e-a239-e216f70ea78f none swap sw 0 0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto 0       0

#ADDITIONAL DRIVES



#UUID=16CA1C95CA1C736B /mnt/MultiMedia ntfs-3g defaults,locale=en_US.utf8 0 0

# NETWORK DiskStation

#//10.0.1.125/software /media/Software cifs username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec 0 0

#//10.0.1.125/photo /media/Photos cifs username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec 0 0

#//10.0.1.125/video /media/Movies cifs username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec 0 0

#//10.0.1.125/music /media/Music cifs username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec 0 0

#//10.0.1.125/documents /media/NAS-Documents cifs username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec 0 0

--


ありがとうございます

Arigatou Gozaimasu.

Scott David Sutton

LINUX
JOINT THE REVOLUTION!

Every facet  every compartment of your mind
needs to be programmed by you.
Unless you assume your rightful responsibility
and begin to program your own mind
The world will program it for you.

The Crystal Method

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=dbe17944-35f1-4c6e-bad2-8ff642a90703 /               ext4    
errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=3b967a80-d527-4e3e-a239-e216f70ea78f none            swap    sw            
  0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0

#additional Drive
#/dev/sdc1      /media/MultiMedia ntfs-3g defaults,locale=en_US.utf8 0 0
#UUID=16CA1C95CA1C736B /mnt/MultiMedia  ntfs-3g defaults,locale=en_US.utf8 0 0

# DiskStation

#//10.0.1.125/software          /media/Software                 cifs 
username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec   0 0

#//10.0.1.125/photo             /media/Photos           cifs 
username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec   0 0

#//10.0.1.125/video             /media/Movies           cifs 
username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec   0 0

#//10.0.1.125/music             /media/Music            cifs 
username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec   0 0

#//10.0.1.125/documents          /media/NAS-Documents           cifs 
username=HTPC,password=tp3gR.17,uid=1000,umask=000,exec   0 0

Reply via email to