Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
Post your fstab file.
Try this as root.
mount -t vfat /dev/sda1 /mnt/storage
and for the CDRW with a data CD
mount -t iso9660 /dev/scd0 /mnt/cdrw
(The mount points /mnt/storage and /mnt/cdrw must exist before usint the mount command).
I've tried to copy the same setting than my C drive substituting the hda1 by sda, and I get "permission denied". And, of course I am logged in as root....
Is there anything I'm not doing right?
Disk /dev/scsi/host0/bus0/target0/lun0/disc: 255 heads, 63 sectors, 14946 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host0/bus0/target0/lun0/part1 ? 119512 153402 272218546+ 20 Unknown
Partition 1 does not end on cylinder boundary:
phys=(357, 116, 40) should be (357, 254, 63)
/dev/scsi/host0/bus0/target0/lun0/part2 ? 82801 116350 269488144 6b Unknown
Partition 2 does not end on cylinder boundary:
phys=(269, 101, 57) should be (269, 254, 63)
/dev/scsi/host0/bus0/target0/lun0/part3 ? 33551 120595 699181456 53 OnTrack DM6 Aux3
Partition 3 does not end on cylinder boundary:
phys=(324, 77, 19) should be (324, 254, 63)
/dev/scsi/host0/bus0/target0/lun0/part4 * 86812 86813 10668+ 49 Unknown
Partition 4 does not end on cylinder boundary:
phys=(335, 78, 2) should be (335, 254, 63)
Partition table entries are not in disk order
Disk /dev/ide/host0/bus0/target0/lun0/disc: 255 heads, 63 sectors, 1222 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 * 1 612 4915858+ b Win95 FAT32
/dev/ide/host0/bus0/target0/lun0/part2 613 1222 4899825 5 Extended
/dev/ide/host0/bus0/target0/lun0/part5 613 694 658633+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part6 695 725 248976 82 Linux swap
/dev/ide/host0/bus0/target0/lun0/part7 726 1018 2353491 83 Linux
/dev/ide/host0/bus0/target0/lun0/part8 1019 1222 1638598+ 83 Linux
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.