Thread: Simple partition question - Ubuntu 10.04
im trying mount second hard drive in ubuntu @ boot, hard drive new had create partition.
created partition use whole drive here reading fdisk
/dev/sdb1 id:83 system: linux
partition going used dump zoneminder events , logs , shared on network via samba
location want mounted
/home/zoneminder/desktop/zoneminder/
when try mount partion cannot mount it, , when try automatically mount @ boot in fstab wont boot , have press s skip during boot.
when try , mount error. want mount other users via samba have access it
wrong fs type, bad option, bad superblock on /dev/sdb1
im not sure im doing wrong.
hi marty, sorry having trouble.
first make sure filesystem ok. command run filesystem check of drive , attempt repair problems found.
the, try following mount drive manually.code:sudo e2fsck /dev/sdb1
first create directory mount point
then mount diskcode:sudo mkdir /home/zoneminder/desktop/zoneminder
if works, can go creating fstab entry automount @ boot.code:sudo mount /dev/sdb1 /home/zoneminder/desktop/zoneminder
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Simple partition question - Ubuntu 10.04
Ubuntu
Comments
Post a Comment