← Back to team overview

enterprise-support team mailing list archive

[Question #251775]: network files reading problem with libreoffice

 

New question #251775 on samba in Ubuntu:
https://answers.launchpad.net/ubuntu/+source/samba/+question/251775

I have the problem of accessing MS office files from the network as well as (even) seeing my kubuntu in other networked windows computers. 

Based on my interaction here I tried many things but could not succeed. I uninstalled and reinstalled Kubuntu 14.04 LTS, but the problem persists 

(Surprisingly while intalling, using try kubuntu option i was able to access the other computer files, which didi not work after installing) 

Now after reading the advice of Ryantoss, I tried the 3 commds, 
mount
sudo blkid
cat /etc/fstab

I get following (With error message for /dev/sda5....in which i have my kubuntu installed)

Does it contribute to my problem? Even otherwise, if this is to be corrected how do i do it?
please include the command line also I am just beggining to learn now.

Thank you for your guidence

S.S.Mani

OUTPUTS

airomatic@airomatic-Compaq-Presario-CQ40-Notebook-PC:~$ mount
/dev/sda5 on / type ext2 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)

airomatic@airomatic-Compaq-Presario-CQ40-Notebook-PC:~$ sudo blkid
[sudo] password for airomatic: 
/dev/sda1: UUID="4CF208EE017AF9FE" TYPE="ntfs" 
/dev/sda3: LABEL="RECOVERY" UUID="380882230881DFEC" TYPE="ntfs" 
/dev/sda5: UUID="f6d5adb4-2734-42cf-9480-f8a38843c2c5" TYPE="ext2" 

airomatic@airomatic-Compaq-Presario-CQ40-Notebook-PC:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda5 during installation
UUID=f6d5adb4-2734-42cf-9480-f8a38843c2c5 /               ext2    errors=remount-ro 0       1
airomatic@airomatic-Compaq-Presario-CQ40-Notebook-PC:~$ 


-- 
You received this question notification because you are a member of
Ubuntu Server/Client Support Team, which is an answer contact for samba
in Ubuntu.