4

I've just installed and configured a house server with Ubuntu 10.04 (LTS). Everything works fine, but I have a problem:

I want to connect and share with Samba a USB Disk formatted in ext4. I tried to mount the unit but I couldn't do it. I want to have mount this unit all the time, so if I reboot the server I can still access to the unit.

I have Samba installed and Working

Thanks.

Tachyons
  • 17,455
PWT26
  • 59

1 Answers1

1

Can you please post the output of:

mount /dev/sdXY /mnt

Where sdXY is the device you are trying to mount.

If you dont know what is the device you want to mount, connect it to the USB port, wait 5 seconds e type the command

dmesg

You will see the new attached USB device (Example: sdb1)

Regards,