Find the answer to your Linux question:
Results 1 to 3 of 3
Greetings and thank you in advance for your assistance, I am using openSuse 11.0 and trying to automount a Windows XP network share at boot through editing the fstab. I ...
  1. #1
    Just Joined!
    Join Date
    Mar 2006
    Location
    Inside THE Beltway
    Posts
    8

    Question Automount Windows Network Share at Boot Suse 11

    Greetings and thank you in advance for your assistance,

    I am using openSuse 11.0 and trying to automount a Windows XP network share at boot through editing the fstab. I have not been successful. I can browse the share with Samba protocol "smb://Window_Server/Share. The share appears in "My Computer" on the Linux box but does not automount at boot and when I right click on it in My Computer and select the mount option, I get a "Permissions Denied" error message. Below is a copy of my fstab for review. Any suggestions would be greatly appreciated. I had successfully done this when using openSuse 10.0 but understand that things work differently in 11.

    Thank you

    fstab:

    /dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1R2LZZE-part1 swap swap defaults 0 0
    /dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1R2LZZE-part2 / ext3 acl,user_xattr 1 1
    /dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1R2LZZE-part3 /home ext3 acl,user_xattr 1 2
    proc /proc proc defaults 0 0
    sysfs /sys sysfs noauto 0 0
    debugfs /sys/kernel/debug debugfs noauto 0 0
    usbfs /proc/bus/usb usbfs noauto 0 0
    devpts /dev/pts devpts mode=0620,gid=5 0 0
    //192.168.0.102/E:/DRMFreeMusicLibrary /media/DRMFreeMusicLibrary cifs username=secret,password=secrets,_netdev,uid=secre t,gid=secret 0 0

  2. #2
    Just Joined! denniscox's Avatar
    Join Date
    Aug 2008
    Location
    Austin, Texas
    Posts
    27

    Might not work for you

    I don't run SUSE 11 - but I did try this out... "cifs" as the third argument didn't work for me. I had to use "smbfs" instead.

    Hope this helps - let me know either way.

  3. #3
    Just Joined!
    Join Date
    Mar 2006
    Location
    Inside THE Beltway
    Posts
    8

    Thank You but no results

    Thank you. Tried your suggestion but same results.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...