Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21
Hi all, Can anyone provide me with instructions how to permanently mount my other drives and their respective partitions in OpenSuSe 10.2? In 10.0 (which I also use) they're there ...
  1. #1
    Linux User martinfromdublin's Avatar
    Join Date
    Dec 2004
    Location
    Dublin, Rep. of Ireland
    Posts
    436

    Permanently mount other drives/partitions in OpenSuSE 10.2

    Hi all,

    Can anyone provide me with instructions how to permanently mount my other drives and their respective partitions in OpenSuSe 10.2? In 10.0 (which I also use) they're there automatically and all I need do is create a link on the desktop but not so in 10.2, I have to keep adding them to the /mnt/ folder in my home directory.

    Martin
    LINUX: Where do you want to go.......Tomorrow!

    Registered Linux user 396633

  2. #2
    Linux User tech_man's Avatar
    Join Date
    Jan 2007
    Location
    USA
    Posts
    385
    Just edit your /etc/fstab.
    'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
    --Abraham Lincoln

  3. #3
    Linux User martinfromdublin's Avatar
    Join Date
    Dec 2004
    Location
    Dublin, Rep. of Ireland
    Posts
    436
    Sorry, I've never edited /etc/fstab in SuSe, only in Mandriva and the 2 look different. Can you help?

    Here's what my /etc/fstab looks like;

    /dev/hda8 / reiserfs acl,user_xattr 1 1
    /dev/hda7 swap swap defaults 0 0
    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
    /dev/fd0 /media/floppy auto noauto,user,sync 0 0

    I want to add entries for hda1 (labelled 'Master'), hda5 (Win2000), hdb1 (Slave_XP) and hdf5 (Archive)


    Martin
    LINUX: Where do you want to go.......Tomorrow!

    Registered Linux user 396633

  4. #4
    Just Joined!
    Join Date
    Jan 2007
    Posts
    21
    I'm really new at this, so i'm not really giving qualified advice.

    When I mounted my windows sata drive, I created a folder (in this case called /windows/F and then added a line like this in the /etc/fstab

    dev/sda1 /windows/F ntfs

    but sda1 was my specific drive and the ntfs is the file system.

    However, I just copied the drive privilages of my other windows drives which go after ntfs.

  5. #5
    Linux User martinfromdublin's Avatar
    Join Date
    Dec 2004
    Location
    Dublin, Rep. of Ireland
    Posts
    436
    Thanks michaellouis, that worked. I just copy/pasted the line above in my fstab, added a new entry then pasted. All I needed to do then was change the name of the /dev/ and name the partition itself. It works in SuSe 10.0 as well!

    Martin
    LINUX: Where do you want to go.......Tomorrow!

    Registered Linux user 396633

  6. #6
    Linux User martinfromdublin's Avatar
    Join Date
    Dec 2004
    Location
    Dublin, Rep. of Ireland
    Posts
    436
    I'm afraid I'm still not out of the woods yet. Now in OpenSuSe the icons appear on the desktop but I can't open them until I mount them in the /mnt/ directory, which is what I had to keep doing before but in SuSe 10.0 everything is fine...? Have I missed something?

    Martin
    LINUX: Where do you want to go.......Tomorrow!

    Registered Linux user 396633

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I'm afraid I'm still not out of the woods yet. Now in OpenSuSe the icons appear on the desktop but I can't open them until I mount them in the /mnt/ directory, which is what I had to keep doing before but in SuSe 10.0 everything is fine...? Have I missed something?

    MArtin
    post the contents of /etc/fstab file and output of fdisk -l command.






    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    Can you post what you have in your /etc/fstab now?

    Beaten by devils_casper

  9. #9
    Linux User martinfromdublin's Avatar
    Join Date
    Dec 2004
    Location
    Dublin, Rep. of Ireland
    Posts
    436
    Here you go;

    /dev/hda8 / reiserfs acl,user_xattr 1 1
    /dev/hda7 swap swap defaults 0 0
    /dev/hdf5 archive Fat32 defaults 0 0
    /dev/hda5 win2000 Fat32 defaults 0 0
    /dev/hda1 master Fat32 defaults 0 0
    /dev/hdb1 slave_XP Fat32 defaults 0 0
    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
    /dev/fd0 /media/floppy auto noauto,user,sync 0 0


    Martin
    LINUX: Where do you want to go.......Tomorrow!

    Registered Linux user 396633

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    /dev/hdf5 archive Fat32 defaults 0 0
    /dev/hda5 win2000 Fat32 defaults 0 0
    /dev/hda1 master Fat32 defaults 0 0
    /dev/hdb1 slave_XP Fat32 defaults 0 0
    its should be vfat instead of FAT32 and mount_point path is not correct.
    where did you create mount_points archive, win2000 master and slave_XP?
    i assume that you have created mount_points ( folders ) in /media folder.
    correct code is
    Code:
    /dev/hdf5 /media/archive vfat defaults,umask=0 0 0
    there isn't any entry for NTFS partition. post the output of fdisk -l command.






    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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