Jump to content

Recommended Posts

Posted

Okay people here's the situation. We've just recently started exploring the usage of Clonezilla (server edition) to image our machines. We have that set up and it images just fine to a local directory on the Clonezilla server. What I'd like to do is mount a share on our QNAP NAS box to the directory of /clonezilla on the Clonezilla server. The QNAP box with the share on has the filesystem of EXT4.

 

SO assuming that the QNAP box is called qnap and the share is called ADMIN, with the filesystem being EXT4

 

So this is the command I have issued:

sudo mount -t (not sure of filesystem, have tried a few different ones) //qnap/ADMIN

 

 

All I get is, "Special device //qnap/ADMIN does not exist". So what am I doing wrong? BTW I'm a bit of a Linux n00b, I've dabbled but am by no means experienced. Any help given would be appreciated.

Posted
Your link gave me the help I needed and you were right, I needed smbfs. Used that to mount the drive via fstab using username and password.
Posted
Might be better to write a mount script to run at startup. If uBuntu is anything like FreeBSD, if it can't mount one of the fstab file systems, the whole boot procedure stops and the box drops into singleuser mode, so in the case of a powercut beyond UPS lifespan, you're dependant on the QNAP box coming up before the uBuntu box does.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...