|
mount storage harddrive
I had a windows machine and installed slackware 10.2 on it, but kept my storage harddrive for my stuff.
I have it in my fstab, but only root has permisions to use it. How do I change that and how do I mount it
by console. Its reffered to in my dmesg as hdb1, ok so this should work, but it dosn't.
mount -t vfat /dev/hdb1 /mnt/storage
Here is my fstab
dev/hda1 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda3 /home ext2 defaults 1 2
/dev/hdb1 /mnt/storage vfat defaults 1 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/hdd /mnt/dvd auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
~
~
|