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.
Does anyone have details on when and why the SuSE team usurped the /dev/tape symbolic link standard and created the /dev/tape/ folder hierarchy?
When using tools like mt, the default device entry of /dev/tape is now causing problems because the device is now a directory. Previously, /dev/tape was a symlink to the default, non-rewinding tape device (i.e.: /dev/nst0).
Thanks, but that doesn't explain why it was done and what its purpose is (i.e.: easier device naming, better handling of 100 attached tape devices...). I know that some have assumed a udev thing, but it's not necessary for udev. It would be nice to know the purpose since it's not present in all distributions and even the distributions that include it config it differently.
After doing some testing it appears that both Fedora and openSuSE do the same process, however, it depends if you're using a SCSI tape device versus a USB tape device. As you can see from below, the output is different.
Whereas openSuSE uses something like the following with USB tape drives:
Code:
# ls -lR /dev/tape
/dev/tape:
total 0
drwxr-xr-x 2 root root 60 2008-06-10 16:01 by-id
/dev/tape/by-id:
total 0
lrwxrwxrwx 1 root root 10 2008-06-10 16:01 scsi-1HP_C1537A_HU105329YD-nst -> ../../nst0
Therefore, the major question here is that because /dev/tape is a folder, is there any known issue to deleting the folder so that /dev/tape can be used as it was prior to SuSE 10?
Does anyone know why this was changed in the first place?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.