[PLUG] mounting hdb1

Vram lamsokvr at xprt.net
Mon Jan 16 03:57:45 UTC 2006


On Sun, 2006-01-15 at 19:47 -0800, Bruce Kilpatrick wrote:
> I have a new install of Ubuntu 5.10 and I can't figure out the proper
> terminology to mount hdb1.  hdb1 is the hard drive with a install of
> SUSE 10 and I would like to be able to copy some files to Ubuntu on
> hda1.  When I add hdb1 to fstab, it forgets that hda1 is where we are
> supposed to be and won't let me even run a program due to the path being
> wrong now.
> 
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/hda1       /               ext3    defaults,errors=remount-ro 0
> 1
> #/dev/hdb1      /home           reiserfs        user,noauto
> /dev/hda5       none            swap    sw              0       0
> /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
> /dev/hdd        /media/cdrom1   udf,iso9660 user,noauto     0       0
> #/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
> 
> 
> Above is the current fstab.
> 
> Thanks,
> 
> Bruce
> 

This is what I would do

make a directory called 

/mnt/suse_10

make an entry in fsab

/dev/hdb1	/mnt/suse_10	reiserfs	user,noauto   0 0


HTH


Vram





More information about the PLUG mailing list