Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If all your other drives are /mnt/hda#, than use /mnt.
If they're all /mount/hda#, use /mount to keep consistency,
If you have no other drives at mnt or mount, just pick whatever one you want (it's your choice). I could pick /mounted-drives/hard-disk1/partition2/files/ if I wanted to, but I wouldn't as it's too long.
Or, to keep all drives consistent,
/dev/hda7 /
/dev/hda2 /mnt/hda2
/dev/cdrecorder /mnt/hdc
/dev/fd0 /mnt/fd0
/dev/hda5 /mnt/hda5
/dev/cdrom /mnt/hdd
Or go for a more descriptive scheme
/dev/hda7 /
/dev/hda2 /mnt/windows
/dev/cdrecorder /mnt/cdrw
/dev/fd0 /mnt/floppy
/dev/hda5 /mnt/backupdrive
/dev/cdrom /mnt/cdrom
Assuming that you are using SuSE, if you have hard drive partitions that aren't assign a standard mount point, during installation, the installer will create mount points /data1, /data2, etc. for them. So you might want to have this partition mount in the root directory.
Mandrake mounts extra partitions like CDROMs and the floppy disk under the /mnt directory, while SuSE uses /media instead. The /media partition is an LFS standard location for mounting media devices such as DVDs, CDROMs, and floppy disks.
Some partitions don't create any mount points under /mnt. For them, the /mnt directory is used as a standard location to temporarily mount a device from the console. For example if you wanted to mount an .iso file somewhere to look at it, or if you are mounting a different file sytem before using the chroot command.
But answering your question directly, /mount/dev/hda5/mnt/1GB_native in way too long. Consider using either something like /data5 or if you want to keep the root directory uncluttered /mnt/data5. The last part was an arbitrary name that I just made up and you would probably want a more functional name.
Originally posted by jschiwal Assuming that you are using SuSE, if you have hard drive partitions that aren't assign a standard mount point, during installation, the installer will create mount points /data1, /data2, etc. for them. So you might want to have this partition mount in the root directory.
Mandrake mounts extra partitions like CDROMs and the floppy disk under the /mnt directory, while SuSE uses /media instead. The /media partition is an LFS standard location for mounting media devices such as DVDs, CDROMs, and floppy disks.
Some partitions don't create any mount points under /mnt. For them, the /mnt directory is used as a standard location to temporarily mount a device from the console. For example if you wanted to mount an .iso file somewhere to look at it, or if you are mounting a different file sytem before using the chroot command.
But answering your question directly, /mount/dev/hda5/mnt/1GB_native in way too long. Consider using either something like /data5 or if you want to keep the root directory uncluttered /mnt/data5. The last part was an arbitrary name that I just made up and you would probably want a more functional name.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.